Skip to content

Commit

Permalink
fix(list logo): update to new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Aug 25, 2020
1 parent 7db673c commit eed90d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/buildList.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = function buildList() {
'patch': +parsed[ 2 ]
},
'tags': {},
'logoURI': 'ipfs://QmZgpZq1HkVS7YCThNJeR51KFVo5AL8P3ThA2y9wcw53p9',
'logoURI': 'ipfs://QmNa8mQkrNKp1WEEeGjFezDmDeodkWRevGFN8JCV7b4Xir',
'keywords': [
'uniswap',
'default'
Expand All @@ -36,4 +36,4 @@ module.exports = function buildList() {
return t1.chainId < t2.chainId ? -1 : 1;
})
};
};
};

0 comments on commit eed90d7

Please sign in to comment.