Skip to content

Commit

Permalink
fix: update rpc url (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwbabylonlab authored Dec 6, 2024
1 parent 72057da commit 6ce9a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WalletProvider/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const config: ChainConfigArr = [
],
config: {
chainId: "devnet-7",
rpc: "https://rpc.devnet.babylonlabs.io",
rpc: "https://rpc-dapp.devnet.babylonlabs.io",
chainData: {
chainId: "devnet-7",
chainName: "Babylon Devnet 7",
Expand Down

0 comments on commit 6ce9a99

Please sign in to comment.