Skip to content

Commit 220b51f

Browse files
authored
fix: pool together token addresses (#307)
* fix: pool together token addresses * fixup
1 parent 7dcc26c commit 220b51f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/contracts-v2",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"author": "UMA Team",
55
"license": "AGPL-3.0-only",
66
"repository": {

utils/constants.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ export const TOKEN_SYMBOLS_MAP = {
9797
decimals: 18,
9898
addresses: {
9999
[CHAIN_IDs.MAINNET]: "0x0cEC1A9154Ff802e7934Fc916Ed7Ca50bDE6844e",
100-
[CHAIN_IDs.OPTIMISM]: "0x25788a1a171ec66Da6502f9975a15B609fF54CF6",
101-
[CHAIN_IDs.POLYGON]: "0x395Ae52bB17aef68C2888d941736A71dC6d4e125",
100+
[CHAIN_IDs.OPTIMISM]: "0x395Ae52bB17aef68C2888d941736A71dC6d4e125",
101+
[CHAIN_IDs.POLYGON]: "0x25788a1a171ec66Da6502f9975a15B609fF54CF6",
102102
},
103103
},
104104
SNX: {

0 commit comments

Comments
 (0)