From 00ddd5f02ba34e6570823b23518af8bbd6d91231 Mon Sep 17 00:00:00 2001 From: Keone Hon Date: Wed, 12 Jan 2022 02:55:20 -0600 Subject: [PATCH] update WROSE_ADDRESS to 0x21C7 --- bridge_ui/src/utils/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_ui/src/utils/consts.ts b/bridge_ui/src/utils/consts.ts index 4613b508b..12c852d2c 100644 --- a/bridge_ui/src/utils/consts.ts +++ b/bridge_ui/src/utils/consts.ts @@ -542,7 +542,7 @@ export const WAVAX_DECIMALS = 18; export const WROSE_ADDRESS = CLUSTER === "mainnet" - ? "0xE4F5F5910b347A5AEFd12745a98eEEA97F69180e" + ? "0x21C718C22D52d0F3a789b752D4c2fD5908a8A733" : CLUSTER === "testnet" ? "0x792296e2a15e6Ceb5f5039DecaE7A1f25b00B0B0" : "0xDDb64fE46a91D46ee29420539FC25FD07c5FEa3E";