Skip to content

Commit

Permalink
chore: Update RPC endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
filippos47 authored and totraev committed Dec 2, 2024
1 parent 3cf2a9d commit 7a41675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/wallet/babylon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export const bbnDevnet = {
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: "[email protected]",
Expand Down

0 comments on commit 7a41675

Please sign in to comment.