Skip to content

Commit

Permalink
feat: add initiation-2 peer and persistence peer
Browse files Browse the repository at this point in the history
  • Loading branch information
ALPAC-4 committed Oct 21, 2024
1 parent 4d2a4cd commit a3866c5
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions testnets/initia/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
"bech32_prefix": "init",
"daemon_name": "initiad",
"node_home": "$HOME/.initia",
"key_algos": [
"secp256k1"
],
"key_algos": ["secp256k1"],
"slip44": 118,
"fees": {
"fee_tokens": [
Expand All @@ -34,9 +32,7 @@
"codebase": {
"git_repo": "https://github.com/initia-labs/initia",
"recommended_version": "v0.5.3",
"compatible_versions": [
"v0.5.3"
],
"compatible_versions": ["v0.5.3"],
"binaries": {
"linux/amd64": "https://github.com/initia-labs/initia/releases/download/v0.5.3/initia_v0.5.3_Linux_x86_64.tar.gz",
"linux/arm64": "https://github.com/initia-labs/initia/releases/download/v0.5.3/initia_v0.5.3_Linux_aarch64.tar.gz",
Expand All @@ -50,9 +46,7 @@
{
"name": "0.5.6",
"recommended_version": "v0.5.7",
"compatible_versions": [
"v0.5.7"
],
"compatible_versions": ["v0.5.7"],
"binaries": {
"linux/amd64": "https://github.com/initia-labs/initia/releases/download/v0.5.7/initia_v0.5.7_Linux_x86_64.tar.gz",
"linux/arm64": "https://github.com/initia-labs/initia/releases/download/v0.5.7/initia_v0.5.7_Linux_aarch64.tar.gz",
Expand All @@ -64,8 +58,18 @@
},
"description": "Initia Public Testnet",
"peers": {
"seeds": [],
"persistent_peers": []
"seeds": [
{
"id": "3715cdb41efb45714eb534c3943c5947f4894787",
"address": "34.143.179.242:26656"
}
],
"persistent_peers": [
{
"id": "3715cdb41efb45714eb534c3943c5947f4894787",
"address": "34.143.179.242:26656"
}
]
},
"apis": {
"rpc": [
Expand Down

0 comments on commit a3866c5

Please sign in to comment.