Skip to content

Commit

Permalink
chore: bump to devnet-7 (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwbabylonlab authored Nov 28, 2024
1 parent 95049d8 commit f119259
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app/context/wallet/WalletConnectionProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ export const WalletConnectionProvider = ({ children }: PropsWithChildren) => {
cosmosChains={[
{
id: 2,
name: "Babylon Devnet 6",
name: "Babylon Devnet 7",
type: "cosmos",
network: "devnet-6",
network: "devnet-7",
modularData: keplrRegistry,
backendUrls: {
rpcRrl: "https://rpc.devnet.babylonlabs.io",
Expand Down
4 changes: 2 additions & 2 deletions src/config/wallet/babylon.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Temporary solution until we have a stable chain registry
// The values here shall match from https://rpc.devnet.babylonlabs.io/genesis?
export const keplrRegistry = {
chainId: "devnet-6",
chainName: "Babylon Devnet 6",
chainId: "devnet-7",
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",
Expand Down

0 comments on commit f119259

Please sign in to comment.