update WROSE_ADDRESS to 0x21C7
This commit is contained in:
parent
3cd7ea173a
commit
00ddd5f02b
|
@ -542,7 +542,7 @@ export const WAVAX_DECIMALS = 18;
|
|||
|
||||
export const WROSE_ADDRESS =
|
||||
CLUSTER === "mainnet"
|
||||
? "0xE4F5F5910b347A5AEFd12745a98eEEA97F69180e"
|
||||
? "0x21C718C22D52d0F3a789b752D4c2fD5908a8A733"
|
||||
: CLUSTER === "testnet"
|
||||
? "0x792296e2a15e6Ceb5f5039DecaE7A1f25b00B0B0"
|
||||
: "0xDDb64fE46a91D46ee29420539FC25FD07c5FEa3E";
|
||||
|
|
Loading…
Reference in New Issue