diff --git a/src/buildList.js b/src/buildList.js index 4a7ccc342..8fb642ed7 100644 --- a/src/buildList.js +++ b/src/buildList.js @@ -16,7 +16,7 @@ module.exports = function buildList() { 'patch': +parsed[ 2 ] }, 'tags': {}, - 'logoURI': 'ipfs://QmZgpZq1HkVS7YCThNJeR51KFVo5AL8P3ThA2y9wcw53p9', + 'logoURI': 'ipfs://QmNa8mQkrNKp1WEEeGjFezDmDeodkWRevGFN8JCV7b4Xir', 'keywords': [ 'uniswap', 'default' @@ -36,4 +36,4 @@ module.exports = function buildList() { return t1.chainId < t2.chainId ? -1 : 1; }) }; -}; \ No newline at end of file +};