Skip to content

Commit

Permalink
fix: update list icon
Browse files Browse the repository at this point in the history
  • Loading branch information
razgraf committed Oct 13, 2023
1 parent e4c8d76 commit 6fa1ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/buildList.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = function buildList() {
patch: +parsed[2],
},
tags: {},
logoURI: "https://sablier.finance/icon.png",
logoURI: "https://files.sablier.com/icon-180x180.png",
keywords: ["sablier", "default"],
tokens: [
...ethereum_mainnet,
Expand Down
2 changes: 1 addition & 1 deletion src/tokens/arbitrum_mainnet.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"address": "0x912CE59144191C1204E64559FE8253a0e49E6548",
"chainId": 1,
"chainId": 42161,
"decimals": 18,
"logoURI": "https://files.sablier.com/tokens/ARB.png",
"name": "Arbitrum",
Expand Down

0 comments on commit 6fa1ffc

Please sign in to comment.