diff --git a/src/app/context/wallet/WalletConnectionProvider.tsx b/src/app/context/wallet/WalletConnectionProvider.tsx index 0723e2ea..a58e4c2f 100644 --- a/src/app/context/wallet/WalletConnectionProvider.tsx +++ b/src/app/context/wallet/WalletConnectionProvider.tsx @@ -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", diff --git a/src/config/wallet/babylon.ts b/src/config/wallet/babylon.ts index 9d5bd59a..a0da1aaf 100644 --- a/src/config/wallet/babylon.ts +++ b/src/config/wallet/babylon.ts @@ -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",