Skip to content

Commit

Permalink
chore: Add POOL on World Chain (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl authored Dec 9, 2024
1 parent 6d12a2f commit 88ca43d
Show file tree
Hide file tree
Showing 2 changed files with 2 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.20",
"version": "3.1.21",
"description": "Export commonly re-used values for Across repositories",
"repository": "https://github.com/across-protocol/constants.git",
"author": "[email protected]",
Expand Down
1 change: 1 addition & 0 deletions src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ export const TOKEN_SYMBOLS_MAP = {
[CHAIN_IDs.OPTIMISM]: "0x395Ae52bB17aef68C2888d941736A71dC6d4e125",
[CHAIN_IDs.POLYGON]: "0x25788a1a171ec66Da6502f9975a15B609fF54CF6",
[CHAIN_IDs.SCROLL]: "0xF9Af83FC41e0cc2af2fba93644D542Df6eA0F2b7",
[CHAIN_IDs.WORLD_CHAIN]: "0x7077C71B4AF70737a08287E279B717Dcf64fdC57",
},
coingeckoId: "pooltogether",
},
Expand Down

0 comments on commit 88ca43d

Please sign in to comment.