Skip to content

Commit

Permalink
fix: Add WMATIC on Polygon (#63)
Browse files Browse the repository at this point in the history
Polygon WMATIC is defined locally in the contracts repo.

Co-authored-by: bmzig <[email protected]>
  • Loading branch information
pxrl and bmzig authored Aug 26, 2024
1 parent 321637b commit d480fdb
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.14",
"version": "3.1.15",
"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 @@ -319,6 +319,7 @@ export const TOKEN_SYMBOLS_MAP = {
decimals: 18,
addresses: {
[CHAIN_IDs.MAINNET]: "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0",
[CHAIN_IDs.POLYGON]: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270",
[CHAIN_IDs.POLYGON_AMOY]: "0x360ad4f9a9A8EFe9A8DCB5f461c4Cc1047E1Dcf9",
[CHAIN_IDs.SEPOLIA]: "0x3fd0A53F4Bf853985a95F4Eb3F9C9FDE1F8e2b53",
},
Expand Down

0 comments on commit d480fdb

Please sign in to comment.