Skip to content

Commit

Permalink
add dorafactory peers (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-dora authored Feb 28, 2024
1 parent 9869507 commit df6893d
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions testnets/babylontestnet3/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
"bech32_prefix": "bbn",
"daemon_name": "babylond",
"node_home": "$HOME/.babylond",
"key_algos": [
"secp256k1"
],
"key_algos": ["secp256k1"],
"fees": {
"fee_tokens": [
{
Expand All @@ -29,19 +27,15 @@
"codebase": {
"git_repo": "https://github.com/babylonchain/babylon",
"recommended_version": "v0.5.0",
"compatible_versions": [
"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"
]
"compatible_versions": ["v0.5.0"]
}
]
},
Expand Down Expand Up @@ -101,6 +95,11 @@
"id": "5e02bb2c9a644afae6109bf2c264d356fad27618",
"address": "15.165.166.210:26656",
"provider": "B-Harvest"
},
{
"id": "35abd10cba77f9d2b9b575dfa0c7c8c329bf4da3",
"address": "104.196.182.128:26656",
"provider": "DoraFactory"
}
]
},
Expand Down

0 comments on commit df6893d

Please sign in to comment.