We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b6892 commit 3d47164Copy full SHA for 3d47164
utils/constants.ts
@@ -91,6 +91,16 @@ export const TOKEN_SYMBOLS_MAP = {
91
[CHAIN_IDs.MUMBAI]: "0x9c3C9283D3e44854697Cd22D3Faa240Cfb032889",
92
},
93
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
104
SNX: {
105
name: "Synthetix",
106
symbol: "SNX",
0 commit comments