Skip to content

Commit

Permalink
feature: RPC LCD chain URLs (#84)
Browse files Browse the repository at this point in the history
* change rpc lcd

* changeset

* rm bbndevnet as not used
  • Loading branch information
gbarkhatov authored Dec 2, 2024
1 parent 457604d commit 3ac1e3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/smooth-fans-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@babylonlabs-io/bbn-wallet-connect": patch
---

rpc lcd dapp urls
4 changes: 2 additions & 2 deletions src/components/WalletProvider/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export const config: ChainConfigArr = [
chainName: "Babylon Devnet 7",
chainSymbolImageUrl:
"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/bbn-dev/chain.png",
rpc: "https://rpc.devnet.babylonlabs.io",
rest: "https://lcd.devnet.babylonlabs.io",
rpc: "https://rpc-dapp.devnet.babylonlabs.io",
rest: "https://lcd-dapp.devnet.babylonlabs.io",
nodeProvider: {
name: "Babylonlabs",
email: "contact@babylonlabs.io",
Expand Down

0 comments on commit 3ac1e3d

Please sign in to comment.