WH-1921: add btc to more spots @ Closes #1921

This commit is contained in:
Josh Siegel 2022-11-15 14:24:19 +00:00 committed by jumpsiegel
parent 3413f09b8f
commit 44ecc2cd8d
1 changed files with 16 additions and 0 deletions

View File

@ -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