Skip to content

Commit

Permalink
fix: add missing eth testnet address (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki authored Jun 25, 2024
1 parent 119de7a commit 3cece48
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export const TOKEN_SYMBOLS_MAP = {
decimals: 18,
addresses: {
[CHAIN_IDs.ARBITRUM]: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
[CHAIN_IDs.ARBITRUM_SEPOLIA]: "0x980B62Da83eFf3D4576C647993b0c1D7faf17c73",
[CHAIN_IDs.BASE]: "0x4200000000000000000000000000000000000006",
[CHAIN_IDs.BASE_SEPOLIA]: "0x4200000000000000000000000000000000000006",
[CHAIN_IDs.BOBA]: "0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000",
Expand All @@ -88,9 +89,12 @@ export const TOKEN_SYMBOLS_MAP = {
[CHAIN_IDs.MODE]: "0x4200000000000000000000000000000000000006",
[CHAIN_IDs.MODE_SEPOLIA]: "0x4200000000000000000000000000000000000006",
[CHAIN_IDs.OPTIMISM]: "0x4200000000000000000000000000000000000006",
[CHAIN_IDs.OPTIMISM_SEPOLIA]: "0x4200000000000000000000000000000000000006",
[CHAIN_IDs.POLYGON]: "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
[CHAIN_IDs.POLYGON_AMOY]: "0x41Dc3C8eB8368bd9139Cec50434a0C294c8c1102",
[CHAIN_IDs.SEPOLIA]: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14",
[CHAIN_IDs.ZK_SYNC]: "0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91"
[CHAIN_IDs.ZK_SYNC]: "0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91",
[CHAIN_IDs.ZK_SYNC_SEPOLIA]: "0x2D6Db36B3117802E996f13073A08A685D3FeF7eD"
},
},
LSK: {
Expand Down

0 comments on commit 3cece48

Please sign in to comment.