Skip to content

Commit d07584a

Browse files
Add Babylon (cosmos#2069)
* init * move
1 parent 630d04e commit d07584a

3 files changed

Lines changed: 153 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"$schema": "../../assetlist.schema.json",
3+
"chain_name": "babylontestnet",
4+
"assets": [
5+
{
6+
"description": "The native staking token of Babylon.",
7+
"denom_units": [
8+
{
9+
"denom": "ubbn",
10+
"exponent": 0
11+
},
12+
{
13+
"denom": "bbn",
14+
"exponent": 6
15+
}
16+
],
17+
"base": "uatom",
18+
"name": "Babylon BBN",
19+
"display": "bbn",
20+
"symbol": "BBN",
21+
"logo_URIs": {
22+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg"
23+
}
24+
}
25+
]
26+
}

testnets/babylontestnet/chain.json

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
{
2+
"$schema": "../../chain.schema.json",
3+
"chain_name": "babylontestnet",
4+
"status": "live",
5+
"website": "https://www.babylonchain.io",
6+
"network_type": "testnet",
7+
"pretty_name": "Babylon Testnet",
8+
"chain_id": "bbn-test1",
9+
"bech32_prefix": "bbn",
10+
"daemon_name": "babylond",
11+
"node_home": "$HOME/.babylond",
12+
"key_algos": [
13+
"secp256k1"
14+
],
15+
"fees": {
16+
"fee_tokens": [
17+
{
18+
"denom": "ubbn"
19+
}
20+
]
21+
},
22+
"staking": {
23+
"staking_tokens": [
24+
{
25+
"denom": "ubbn"
26+
}
27+
]
28+
},
29+
"codebase": {
30+
"git_repo": "https://github.com/babylonchain/babylon",
31+
"recommended_version": "v0.5.0",
32+
"compatible_versions": [
33+
"v0.5.0"
34+
],
35+
"genesis": {
36+
"genesis_url": "https://github.com/babylonchain/networks/raw/main/bbn-test1/genesis.tar.bz2"
37+
},
38+
"versions": [
39+
{
40+
"name": "v0.5.0",
41+
"recommended_version": "v0.5.0",
42+
"compatible_versions": [
43+
"v0.5.0"
44+
]
45+
}
46+
]
47+
},
48+
"logo_URIs": {
49+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg"
50+
},
51+
"peers": {
52+
"seeds": [
53+
{
54+
"id": "03ce5e1b5be3c9a81517d415f65378943996c864",
55+
"address": "18.207.168.204:26656",
56+
"provider": "Babylon foundation"
57+
},
58+
{
59+
"id": "a5fabac19c732bf7d814cf22e7ffc23113dc9606",
60+
"address": "34.238.169.221:26656",
61+
"provider": "Babylon foundation"
62+
},
63+
{
64+
"id": "ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0",
65+
"address": "testnet-seeds.polkachu.com:20656",
66+
"provider": "Polkachu"
67+
}
68+
],
69+
"persistent_peers": [
70+
{
71+
"id": "03ce5e1b5be3c9a81517d415f65378943996c864",
72+
"address": "18.207.168.204:26656",
73+
"provider": "Babylon foundation"
74+
},
75+
{
76+
"id": "a5fabac19c732bf7d814cf22e7ffc23113dc9606",
77+
"address": "34.238.169.221:26656",
78+
"provider": "Babylon foundation"
79+
},
80+
{
81+
"id": "ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0",
82+
"address": "testnet-seeds.polkachu.com:20656",
83+
"provider": "Polkachu"
84+
}
85+
]
86+
},
87+
"apis": {
88+
"rpc": [
89+
{
90+
"address": "rpc.testnet.babylonchain.io:26657",
91+
"provider": "Babylon foundation"
92+
}
93+
],
94+
"rest": [
95+
{
96+
"address": "rpc.testnet.babylonchain.io:1317",
97+
"provider": "Babylon foundation"
98+
}
99+
],
100+
"grpc": []
101+
},
102+
"explorers": [
103+
{
104+
"kind": "babylonscan",
105+
"url": "https://babylonscan.io"
106+
},
107+
{
108+
"kind": "explorers.guru",
109+
"url": "https://babylon.explorers.guru",
110+
"tx_page": "https://babylon.explorers.guru/transaction/${txHash}"
111+
}
112+
]
113+
}
Lines changed: 14 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)