Skip to content

Commit 3d47164

Browse files
authored
feat: add POOL to constants (#304)
1 parent d2b6892 commit 3d47164

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

utils/constants.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,16 @@ export const TOKEN_SYMBOLS_MAP = {
9191
[CHAIN_IDs.MUMBAI]: "0x9c3C9283D3e44854697Cd22D3Faa240Cfb032889",
9292
},
9393
},
94+
POOL: {
95+
name: "PoolTogether",
96+
symbol: "POOL",
97+
decimals: 18,
98+
addresses: {
99+
[CHAIN_IDs.MAINNET]: "0x0cEC1A9154Ff802e7934Fc916Ed7Ca50bDE6844e",
100+
[CHAIN_IDs.OPTIMISM]: "0x25788a1a171ec66Da6502f9975a15B609fF54CF6",
101+
[CHAIN_IDs.POLYGON]: "0x395Ae52bB17aef68C2888d941736A71dC6d4e125",
102+
},
103+
},
94104
SNX: {
95105
name: "Synthetix",
96106
symbol: "SNX",

0 commit comments

Comments
 (0)