update WROSE_ADDRESS to 0x21C7

This commit is contained in:
Keone Hon 2022-01-12 02:55:20 -06:00 committed by Evan Gray
parent 3cd7ea173a
commit 00ddd5f02b
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,7 @@ export const WAVAX_DECIMALS = 18;
export const WROSE_ADDRESS =
CLUSTER === "mainnet"
? "0xE4F5F5910b347A5AEFd12745a98eEEA97F69180e"
? "0x21C718C22D52d0F3a789b752D4c2fD5908a8A733"
: CLUSTER === "testnet"
? "0x792296e2a15e6Ceb5f5039DecaE7A1f25b00B0B0"
: "0xDDb64fE46a91D46ee29420539FC25FD07c5FEa3E";