Skip to content

Commit eed90d7

Browse files
authored
fix(list logo): update to new logo
1 parent 7db673c commit eed90d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/buildList.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = function buildList() {
1616
'patch': +parsed[ 2 ]
1717
},
1818
'tags': {},
19-
'logoURI': 'ipfs://QmZgpZq1HkVS7YCThNJeR51KFVo5AL8P3ThA2y9wcw53p9',
19+
'logoURI': 'ipfs://QmNa8mQkrNKp1WEEeGjFezDmDeodkWRevGFN8JCV7b4Xir',
2020
'keywords': [
2121
'uniswap',
2222
'default'
@@ -36,4 +36,4 @@ module.exports = function buildList() {
3636
return t1.chainId < t2.chainId ? -1 : 1;
3737
})
3838
};
39-
};
39+
};

0 commit comments

Comments
 (0)