-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: BBN/BTC env #565
feat: BBN/BTC env #565
Conversation
nice work! |
@jrwbabylonlab are you happy with the change? If yes and no requests - please merge it, or ping me so I will merge it |
chainId: bbnTestnet.chainId, | ||
rpc: bbnTestnet.rpc, | ||
chainData: bbnTestnet, | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: probably best to not include the mainnet
for now, just to avoid some confusion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A seperate question on this. I wonder how would private mainnet config should look like. It connects to mainnet btc, but still a testing env 🤔
I will merge ur PR for now |
@@ -0,0 +1,58 @@ | |||
export const BBN_DEVNET_RPC_URL = "https://babylon-testnet-rpc.nodes.guru"; | |||
export const BBN_DEVNET_LCD_URL = "https://babylon-testnet-api.nodes.guru"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gbarkhatov just notice a typo here. BBN_DEVNET_LCD_URL
has devnet
in it.
bbn-wallet-connect
Closes #563