Skip to content

Commit

Permalink
feat: add VIS, AM, BET, ELTK, WETH on zksync
Browse files Browse the repository at this point in the history
  • Loading branch information
razgraf committed Jun 8, 2024
1 parent ef6dcfe commit cf5a8f5
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/tokens/base_mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,29 @@
"logoURI": "https://files.sablier.com/tokens/BOOMER.png",
"name": "Boomer",
"symbol": "BOOMER"
},
{
"address": "0xFc60AA1fFCA50Ce08b3cDeC9626c0Bb9E9b09BeC",
"chainId": 8453,
"decimals": 18,
"logoURI": "https://files.sablier.com/tokens/VIS.png",
"name": "Envision",
"symbol": "VIS"
},
{
"address": "0xDdf98aad8180c3E368467782CD07AE2E3E8d36A5",
"chainId": 8453,
"decimals": 18,
"logoURI": "https://files.sablier.com/tokens/AM.png",
"name": "animated",
"symbol": "AM"
},
{
"address": "0x80f6bcedd3d4fa1035285affa30e38f464db3895",
"chainId": 8453,
"decimals": 18,
"logoURI": "https://files.sablier.com/tokens/BET.png",
"name": "BetBase",
"symbol": "BET"
}
]
8 changes: 8 additions & 0 deletions src/tokens/lightlink_mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,13 @@
"logoURI": "https://files.sablier.com/tokens/WETH.png",
"name": "Wrapped Ether",
"symbol": "WETH"
},
{
"address": "0x04E4929B89fc1483B6C6839c4455AbE1C1Caa811",
"chainId": 1890,
"decimals": 18,
"logoURI": "https://files.sablier.com/tokens/ELTK.png",
"name": "Elektrik",
"symbol": "ELTK.e"
}
]
8 changes: 8 additions & 0 deletions src/tokens/zksync_mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,13 @@
"logoURI": "https://files.sablier.com/tokens/WBTC.png",
"name": "Wrapped Bitcoin",
"symbol": "WBTC"
},
{
"address": "0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91",
"chainId": 324,
"decimals": 18,
"logoURI": "https://ethereum-optimism.github.io/data/WETH/logo.png",
"name": "Wrapped Ether",
"symbol": "WETH"
}
]

0 comments on commit cf5a8f5

Please sign in to comment.