Skip to content

Commit

Permalink
build 🛠 build-20250201-025057
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Feb 1, 2025
1 parent 3036727 commit 025e736
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ const info: AssetList = {
denom: 'ubbn',
exponent: 0
}, {
denom: 'bbn',
denom: 'BABY',
exponent: 6
}],
base: 'ubbn',
name: 'Babylon BBN',
display: 'bbn',
symbol: 'BBN',
name: 'Babylon Testnet',
display: 'BABY',
symbol: 'BABY',
logoURIs: {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
},
images: [{
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
}],
typeAsset: 'sdk.coin'
}]
Expand Down
25 changes: 13 additions & 12 deletions v2/packages/chain-registry/src/testnet/babylontestnet/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ const info: Chain = {
$schema: '../../chain.schema.json',
chainName: 'babylontestnet',
status: 'live',
website: 'https://www.babylonchain.io',
website: 'https://babylonlabs.io/',
networkType: 'testnet',
prettyName: 'Babylon Testnet 3',
prettyName: 'Babylon Testnet',
chainType: 'cosmos',
chainId: 'bbn-test3',
chainId: 'bbn-test-5',
preForkChainName: 'babylontestnet1',
bech32Prefix: 'bbn',
slip44: 118,
Expand All @@ -25,30 +25,31 @@ const info: Chain = {
}]
},
codebase: {
gitRepo: 'https://github.com/babylonchain/babylon',
recommendedVersion: 'v0.8.4',
compatibleVersions: ['v0.8.4'],
gitRepo: 'https://github.com/babylonlabs-io/babylon',
recommendedVersion: 'v1.0.0-rc.4',
compatibleVersions: ['v1.0.0-rc.4'],
genesis: {
genesisUrl: 'https://github.com/babylonchain/networks/raw/main/bbn-test3/genesis.tar.bz2'
genesisUrl: 'https://github.com/babylonlabs-io/networks/raw/main/bbn-test-5/network-artifacts/genesis.json'
}
},
logoURIs: {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
},
apis: {
rpc: [{
address: 'rpc.testnet3.babylonchain.io:443',
provider: 'Babylon foundation'
address: 'https://babylon-testnet-rpc.nodes.guru',
provider: 'NodesGuru'
}],
rest: [{
address: 'lcd.testnet3.babylonchain.io:443',
provider: 'Babylon foundation'
address: 'https://babylon-testnet-api.nodes.guru',
provider: 'NodesGuru'
}],
grpc: []
},
explorers: [{
kind: 'babylonscan',
url: 'https://babylonscan.io'
url: 'https://babylon-testnet.l2scan.co',
txPage: 'https://babylon-testnet.l2scan.co/tx/${txHash}'
}, {
kind: 'explorers.guru',
url: 'https://testnet.babylon.explorers.guru',
Expand Down

0 comments on commit 025e736

Please sign in to comment.