Skip to content

Commit

Permalink
feat: Add Scroll token definitions (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl authored Jul 15, 2024
1 parent 6f5f44b commit 949bcd7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@across-protocol/constants",
"version": "3.1.8",
"version": "3.1.9",
"description": "Export commonly re-used values for Across repositories",
"repository": "https://github.com/across-protocol/constants.git",
"author": "[email protected]",
Expand Down
6 changes: 6 additions & 0 deletions src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ export const TOKEN_SYMBOLS_MAP = {
[CHAIN_IDs.OPTIMISM_SEPOLIA]: "0x4200000000000000000000000000000000000006",
[CHAIN_IDs.POLYGON]: "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
[CHAIN_IDs.POLYGON_AMOY]: "0x52eF3d68BaB452a294342DC3e5f464d7f610f72E",
[CHAIN_IDs.SCROLL]: "0x5300000000000000000000000000000000000004",
[CHAIN_IDs.SCROLL_SEPOLIA]: "0x5300000000000000000000000000000000000004",
[CHAIN_IDs.SEPOLIA]: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14",
[CHAIN_IDs.ZK_SYNC]: "0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91",
[CHAIN_IDs.ZK_SYNC_SEPOLIA]: "0x2D6Db36B3117802E996f13073A08A685D3FeF7eD"
Expand Down Expand Up @@ -183,6 +185,7 @@ export const TOKEN_SYMBOLS_MAP = {
[CHAIN_IDs.OPTIMISM_SEPOLIA]: "0x5fd84259d66Cd46123540766Be93DFE6D43130D7",
[CHAIN_IDs.POLYGON]: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
[CHAIN_IDs.POLYGON_AMOY]: "0x41E94Eb019C0762f9Bfcf9Fb1E58725BfB0e7582",
[CHAIN_IDs.SCROLL]: "0x06eFdBFf2a14a7c8E15944D1F4A48F9F95F663A4",
[CHAIN_IDs.SEPOLIA]: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238"
},
},
Expand Down Expand Up @@ -225,6 +228,7 @@ export const TOKEN_SYMBOLS_MAP = {
[CHAIN_IDs.MODE]: "0xf0F161fDA2712DB8b566946122a5af183995e2eD",
[CHAIN_IDs.OPTIMISM]: "0x94b008aA00579c1307B0EF2c499aD98a8ce58e58",
[CHAIN_IDs.POLYGON]: "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
[CHAIN_IDs.SCROLL]: "0xf55bec9cafdbe8730f096aa55dad6d22d44099df",
[CHAIN_IDs.SEPOLIA]: "0x7169D38820dfd117C3FA1f22a697dBA58d90BA06",
[CHAIN_IDs.ZK_SYNC]: "0x493257fD37EDB34451f62EDf8D2a0C418852bA4C"
},
Expand Down Expand Up @@ -267,6 +271,8 @@ export const TOKEN_SYMBOLS_MAP = {
[CHAIN_IDs.OPTIMISM_SEPOLIA]: "0x4200000000000000000000000000000000000006",
[CHAIN_IDs.POLYGON]: "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
[CHAIN_IDs.POLYGON_AMOY]: "0x52eF3d68BaB452a294342DC3e5f464d7f610f72E",
[CHAIN_IDs.SCROLL]: "0x5300000000000000000000000000000000000004",
[CHAIN_IDs.SCROLL_SEPOLIA]: "0x5300000000000000000000000000000000000004",
[CHAIN_IDs.SEPOLIA]: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14",
[CHAIN_IDs.ZK_SYNC]: "0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91",
[CHAIN_IDs.ZK_SYNC_SEPOLIA]: "0x2D6Db36B3117802E996f13073A08A685D3FeF7eD"
Expand Down

0 comments on commit 949bcd7

Please sign in to comment.