From 44ecc2cd8d043a53808862c19abd113b56ca6342 Mon Sep 17 00:00:00 2001 From: Josh Siegel Date: Tue, 15 Nov 2022 14:24:19 +0000 Subject: [PATCH] WH-1921: add btc to more spots @ Closes #1921 --- sdk/js/src/utils/consts.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/sdk/js/src/utils/consts.ts b/sdk/js/src/utils/consts.ts index 20eb5d148..bd3f0c817 100644 --- a/sdk/js/src/utils/consts.ts +++ b/sdk/js/src/utils/consts.ts @@ -222,6 +222,11 @@ const MAINNET = { "xpla137w0wfch2dfmz7jl2ap8pcmswasj8kg06ay4dtjzw7tzkn77ufxqfw7acv", nft_bridge: undefined, }, + btc: { + core: undefined, + token_bridge: undefined, + nft_bridge: undefined, + }, wormchain: { core: undefined, token_bridge: undefined, @@ -373,6 +378,11 @@ const TESTNET = { "xpla1kek6zgdaxcsu35nqfsyvs2t9vs87dqkkq6hjdgczacysjn67vt8sern93x", nft_bridge: undefined, }, + btc: { + core: undefined, + token_bridge: undefined, + nft_bridge: undefined, + }, wormchain: { core: undefined, token_bridge: undefined, @@ -523,6 +533,11 @@ const DEVNET = { token_bridge: undefined, nft_bridge: undefined, }, + btc: { + core: undefined, + token_bridge: undefined, + nft_bridge: undefined, + }, wormchain: { core: "wormhole1ap5vgur5zlgys8whugfegnn43emka567dtq0jl", token_bridge: "wormhole1zugu6cajc4z7ue29g9wnes9a5ep9cs7yu7rn3z", @@ -596,6 +611,7 @@ export const CHAIN_ID_OPTIMISM = CHAINS["optimism"]; export const CHAIN_ID_GNOSIS = CHAINS["gnosis"]; export const CHAIN_ID_PYTHNET = CHAINS["pythnet"]; export const CHAIN_ID_XPLA = CHAINS["xpla"]; +export const CHAIN_ID_BTC = CHAINS["btc"]; export const CHAIN_ID_WORMCHAIN = CHAINS["wormchain"]; // This inverts the [[CHAINS]] object so that we can look up a chain by id