Skip to content

Commit

Permalink
fix(tokens): Checksum case for Scroll USDT (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: bennett <[email protected]>
  • Loading branch information
pxrl and bmzig authored Jul 26, 2024
1 parent 03d4e0a commit e1665f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.10",
"version": "3.1.11",
"description": "Export commonly re-used values for Across repositories",
"repository": "https://github.com/across-protocol/constants.git",
"author": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export const TOKEN_SYMBOLS_MAP = {
[CHAIN_IDs.MODE]: "0xf0F161fDA2712DB8b566946122a5af183995e2eD",
[CHAIN_IDs.OPTIMISM]: "0x94b008aA00579c1307B0EF2c499aD98a8ce58e58",
[CHAIN_IDs.POLYGON]: "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
[CHAIN_IDs.SCROLL]: "0xf55bec9cafdbe8730f096aa55dad6d22d44099df",
[CHAIN_IDs.SCROLL]: "0xf55BEC9cafDbE8730f096Aa55dad6D22d44099Df",
[CHAIN_IDs.SEPOLIA]: "0x7169D38820dfd117C3FA1f22a697dBA58d90BA06",
[CHAIN_IDs.ZK_SYNC]: "0x493257fD37EDB34451f62EDf8D2a0C418852bA4C",
},
Expand Down

0 comments on commit e1665f3

Please sign in to comment.