Skip to content

Commit 86c5247

Browse files
authored
chore: Specify POL in checsum case (#163)
1 parent 830f742 commit 86c5247

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/constants",
3-
"version": "3.1.82",
3+
"version": "3.1.83",
44
"description": "Export commonly re-used values for Across repositories",
55
"repository": "https://github.com/across-protocol/constants.git",
66
"author": "hello@umaproject.org",

src/tokens.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export const TOKEN_SYMBOLS_MAP = {
231231
symbol: "MATIC",
232232
decimals: 18,
233233
addresses: {
234-
[CHAIN_IDs.MAINNET]: "0x455e53cbb86018ac2b8092fdcd39d8444affc3f6",
234+
[CHAIN_IDs.MAINNET]: "0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6",
235235
[CHAIN_IDs.POLYGON_AMOY]: "0x360ad4f9a9A8EFe9A8DCB5f461c4Cc1047E1Dcf9",
236236
[CHAIN_IDs.SEPOLIA]: "0x3fd0A53F4Bf853985a95F4Eb3F9C9FDE1F8e2b53",
237237
},
@@ -251,7 +251,7 @@ export const TOKEN_SYMBOLS_MAP = {
251251
symbol: "POL",
252252
decimals: 18,
253253
addresses: {
254-
[CHAIN_IDs.MAINNET]: "0x455e53cbb86018ac2b8092fdcd39d8444affc3f6",
254+
[CHAIN_IDs.MAINNET]: "0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6",
255255
[CHAIN_IDs.POLYGON_AMOY]: "0x360ad4f9a9A8EFe9A8DCB5f461c4Cc1047E1Dcf9",
256256
[CHAIN_IDs.SEPOLIA]: "0x3fd0A53F4Bf853985a95F4Eb3F9C9FDE1F8e2b53",
257257
},
@@ -626,7 +626,7 @@ export const TOKEN_SYMBOLS_MAP = {
626626
symbol: "WMATIC",
627627
decimals: 18,
628628
addresses: {
629-
[CHAIN_IDs.MAINNET]: "0x455e53cbb86018ac2b8092fdcd39d8444affc3f6",
629+
[CHAIN_IDs.MAINNET]: "0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6",
630630
[CHAIN_IDs.POLYGON]: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270",
631631
[CHAIN_IDs.POLYGON_AMOY]: "0x360ad4f9a9A8EFe9A8DCB5f461c4Cc1047E1Dcf9",
632632
[CHAIN_IDs.SEPOLIA]: "0x3fd0A53F4Bf853985a95F4Eb3F9C9FDE1F8e2b53",
@@ -638,7 +638,7 @@ export const TOKEN_SYMBOLS_MAP = {
638638
symbol: "WPOL",
639639
decimals: 18,
640640
addresses: {
641-
[CHAIN_IDs.MAINNET]: "0x455e53cbb86018ac2b8092fdcd39d8444affc3f6",
641+
[CHAIN_IDs.MAINNET]: "0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6",
642642
[CHAIN_IDs.POLYGON]: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270",
643643
[CHAIN_IDs.POLYGON_AMOY]: "0x360ad4f9a9A8EFe9A8DCB5f461c4Cc1047E1Dcf9",
644644
[CHAIN_IDs.SEPOLIA]: "0x3fd0A53F4Bf853985a95F4Eb3F9C9FDE1F8e2b53",

0 commit comments

Comments
 (0)