forked from cosmos/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* init * Nodes.Guru peer (#2) * pr add cosmostation (#3) * fix port (cosmos#4) * Added Cosmos Spaces (cosmos#5) Update chain.json * Add B-Harvest peer (cosmos#6) * add dorafactory peers (cosmos#7) * Add EquinoxDAO peers to chain.json (cosmos#8) Add EquinoxDAO peers to chain.json * Update chain.json (cosmos#9) Everstake added peer * Update chain.json (cosmos#10) Added Stakin peer * Update chain.json (cosmos#11) Allnodes peer * add HoodRun peer (cosmos#12) * metadata update * minor * rename folder and change status * fix logos and rename to babylontestnet * pr comments --------- Co-authored-by: 0xAN <[email protected]> Co-authored-by: joohyung <[email protected]> Co-authored-by: cosmos-spaces <[email protected]> Co-authored-by: Choi Hocheol <[email protected]> Co-authored-by: tomas-dora <[email protected]> Co-authored-by: bada <[email protected]> Co-authored-by: vaddec-everstake <[email protected]> Co-authored-by: Tiago Machado <[email protected]> Co-authored-by: Tesode <[email protected]> Co-authored-by: Errorist <[email protected]>
- Loading branch information
1 parent
84ad190
commit aa75d07
Showing
3 changed files
with
220 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"$schema": "../../assetlist.schema.json", | ||
"chain_name": "babylontestnet1", | ||
"assets": [ | ||
{ | ||
"description": "The native staking token of Babylon.", | ||
"denom_units": [ | ||
{ | ||
"denom": "ubbn", | ||
"exponent": 0 | ||
}, | ||
{ | ||
"denom": "bbn", | ||
"exponent": 6 | ||
} | ||
], | ||
"base": "uatom", | ||
"name": "Babylon BBN", | ||
"display": "bbn", | ||
"symbol": "BBN", | ||
"logo_URIs": { | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg" | ||
}, | ||
"images": [ | ||
{ | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
{ | ||
"$schema": "../../chain.schema.json", | ||
"chain_name": "babylontestnet1", | ||
"status": "killed", | ||
"website": "https://www.babylonchain.io", | ||
"network_type": "testnet", | ||
"pretty_name": "Babylon Testnet", | ||
"chain_id": "bbn-test1", | ||
"bech32_prefix": "bbn", | ||
"daemon_name": "babylond", | ||
"node_home": "$HOME/.babylond", | ||
"key_algos": [ | ||
"secp256k1" | ||
], | ||
"fees": { | ||
"fee_tokens": [ | ||
{ | ||
"denom": "ubbn" | ||
} | ||
] | ||
}, | ||
"staking": { | ||
"staking_tokens": [ | ||
{ | ||
"denom": "ubbn" | ||
} | ||
] | ||
}, | ||
"codebase": { | ||
"git_repo": "https://github.com/babylonchain/babylon", | ||
"recommended_version": "v0.5.0", | ||
"compatible_versions": [ | ||
"v0.5.0" | ||
], | ||
"genesis": { | ||
"genesis_url": "https://github.com/babylonchain/networks/raw/main/bbn-test1/genesis.tar.bz2" | ||
}, | ||
"versions": [ | ||
{ | ||
"name": "v0.5.0", | ||
"recommended_version": "v0.5.0", | ||
"compatible_versions": [ | ||
"v0.5.0" | ||
] | ||
} | ||
] | ||
}, | ||
"logo_URIs": { | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg" | ||
}, | ||
"peers": { | ||
"seeds": [ | ||
{ | ||
"id": "03ce5e1b5be3c9a81517d415f65378943996c864", | ||
"address": "18.207.168.204:26656", | ||
"provider": "Babylon foundation" | ||
}, | ||
{ | ||
"id": "a5fabac19c732bf7d814cf22e7ffc23113dc9606", | ||
"address": "34.238.169.221:26656", | ||
"provider": "Babylon foundation" | ||
}, | ||
{ | ||
"id": "ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0", | ||
"address": "testnet-seeds.polkachu.com:20656", | ||
"provider": "Polkachu" | ||
} | ||
], | ||
"persistent_peers": [ | ||
{ | ||
"id": "03ce5e1b5be3c9a81517d415f65378943996c864", | ||
"address": "18.207.168.204:26656", | ||
"provider": "Babylon foundation" | ||
}, | ||
{ | ||
"id": "a5fabac19c732bf7d814cf22e7ffc23113dc9606", | ||
"address": "34.238.169.221:26656", | ||
"provider": "Babylon foundation" | ||
}, | ||
{ | ||
"id": "ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0", | ||
"address": "testnet-seeds.polkachu.com:20656", | ||
"provider": "Polkachu" | ||
} | ||
] | ||
}, | ||
"apis": { | ||
"rpc": [ | ||
{ | ||
"address": "rpc.testnet.babylonchain.io:26657", | ||
"provider": "Babylon foundation" | ||
} | ||
], | ||
"rest": [ | ||
{ | ||
"address": "rpc.testnet.babylonchain.io:1317", | ||
"provider": "Babylon foundation" | ||
} | ||
], | ||
"grpc": [] | ||
}, | ||
"explorers": [ | ||
{ | ||
"kind": "babylonscan", | ||
"url": "https://babylonscan.io" | ||
}, | ||
{ | ||
"kind": "explorers.guru", | ||
"url": "https://babylon.explorers.guru", | ||
"tx_page": "https://babylon.explorers.guru/transaction/${txHash}" | ||
} | ||
], | ||
"images": [ | ||
{ | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg" | ||
} | ||
] | ||
} |