Skip to content

Commit

Permalink
chore: bump bbn version to devnet-9 (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwbabylonlab authored Dec 24, 2024
1 parent 824eb13 commit 20497df
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 127 deletions.
249 changes: 125 additions & 124 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@babylonlabs-io/babylon-proto-ts": "0.0.3-canary.5",
"@babylonlabs-io/bbn-core-ui": "^0.6.3",
"@babylonlabs-io/bbn-wallet-connect": "0.1.27",
"@babylonlabs-io/bbn-wallet-connect": "0.1.29",
"@babylonlabs-io/btc-staking-ts": "0.4.0-canary.5",
"@bitcoin-js/tiny-secp256k1-asmjs": "2.2.3",
"@bitcoinerlab/secp256k1": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions src/config/wallet/babylon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { BBN_LCD_URL, BBN_RPC_URL } from "@/app/common/rpc";

// The values here shall match from https://rpc.devnet.babylonlabs.io/genesis?
export const bbnDevnet = {
chainId: "devnet-7",
chainName: "Babylon Devnet 7",
chainId: "devnet-9",
chainName: "Babylon Devnet 9",
chainSymbolImageUrl:
"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/bbn-dev/chain.png",
rpc: BBN_RPC_URL,
Expand Down

0 comments on commit 20497df

Please sign in to comment.