Skip to content

Commit

Permalink
Update Neutron testnet details (#1923)
Browse files Browse the repository at this point in the history
* Add Neutron testnet data (#1)

* Add Neutron testnet data

* Add chain logos

* Add P2P.ORG public nodes

* Add mintscan

* Add logos to chain

* Update Neutron testnet details

* Remove wrong quote (#2)
  • Loading branch information
albertandrejev authored Apr 19, 2023
1 parent 600fbdf commit d810bd7
Showing 1 changed file with 24 additions and 44 deletions.
68 changes: 24 additions & 44 deletions testnets/neutrontestnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"status": "live",
"network_type": "testnet",
"pretty_name": "Neutron Testnet",
"chain_id": "baryon-1",
"chain_id": "pion-1",
"bech32_prefix": "neutron",
"daemon_name": "neutrond",
"node_home": "$HOME/.neutrond",
Expand All @@ -24,32 +24,32 @@
},
"codebase": {
"git_repo": "https://github.com/neutron-org/neutron",
"recommended_version": "v0.2.0",
"recommended_version": "v0.4.3",
"compatible_versions": [],
"cosmos_sdk_version": "0.45",
"consensus": {
"type": "tendermint",
"version": "0.34"
},
"cosmwasm_version": "0.30",
"cosmwasm_version": "0.31",
"cosmwasm_enabled": true,
"ibc_go_version": "4.2.0",
"ibc_go_version": "4.3.0",
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/cosmos/testnets/master/replicated-security/baryon-1/baryon-1-genesis.json"
"genesis_url": "https://github.com/cosmos/testnets/raw/master/replicated-security/pion-1/pion-1-genesis.json"
},
"versions": [
{
"name": "v0.2.0",
"recommended_version": "v0.2.0",
"name": "v0.4.3",
"recommended_version": "v0.4.3",
"compatible_versions": [],
"cosmos_sdk_version": "0.45",
"consensus": {
"type": "tendermint",
"version": "0.34"
},
"cosmwasm_version": "0.30",
"cosmwasm_version": "0.31",
"cosmwasm_enabled": true,
"ibc_go_version": "4.2.0"
"ibc_go_version": "4.3.0"
}
]
},
Expand All @@ -61,51 +61,31 @@
"seeds": [
{
"id": "e2c07e8e6e808fb36cca0fc580e31216772841df",
"address": "p2p.baryon.ntrn.info:26656",
"provider": "P2P.ORG"
"address": "p2p-palvus.pion-1.ntrn.tech:26656",
"provider": "Neutron"
}
],
"persistent_peers": [
{
"id": "233598946a15427b9541376e7cfc30dab07c4327",
"address": "35.199.190.244:26656",
"provider": "Strangelove"
},
{
"id": "359d63178736911e3e4c716f2491cafaa687351a",
"address": "34.168.248.184:26656",
"provider": "Strangelove"
},
{
"id": "3d2516052fd8b134428971d1218a149bba6e44be",
"address": "34.105.100.18:26656",
"provider": "Strangelove"
},
{
"id": "b7d0bd260fca7a5a19c7631b15f6068891faa60e",
"address": "baryon-apple.rs-testnet.polypore.xyz:26656",
"provider": "Hypha"
},
{
"id": "49d75c6094c006b6f2758e45457c1f3d6002ce7a",
"address": "baryon-banana.rs-testnet.polypore.xyz:26656",
"address": "pion-banana.rs-testnet.polypore.xyz:26656",
"provider": "Hypha"
},
{
"id": "f2520026fb9086f1b2f09e132d209cbe88064ec1",
"address": "baryon-cherry.rs-testnet.polypore.xyz:26656",
"address": "pion-cherry.rs-testnet.polypore.xyz:26656",
"provider": "Hypha"
}
]
},
"apis": {
"rpc": [
{
"address": "https://rpc.baryon.ntrn.info",
"provider": "P2P.ORG"
"address": "https://rpc-palvus.pion-1.ntrn.tech",
"provider": "Neutron"
},
{
"address": "https://rpc.baryon.remedy.tm.p2p.org",
"address": "https://rpc.pion.remedy.tm.p2p.org",
"provider": "P2P.ORG"
},
{
Expand All @@ -115,11 +95,11 @@
],
"rest": [
{
"address": "https://rest.baryon.ntrn.info",
"provider": "P2P.ORG"
"address": "https://rest-palvus.pion-1.ntrn.tech",
"provider": "Neutron"
},
{
"address": "https://api.baryon.remedy.tm.p2p.org",
"address": "https://api.pion.remedy.tm.p2p.org",
"provider": "P2P.ORG"
},
{
Expand All @@ -129,8 +109,8 @@
],
"grpc": [
{
"address": "grpc.baryon.ntrn.info:80",
"provider": "P2P.ORG"
"address": "grpc-palvus.pion-1.ntrn.tech:80",
"provider": "Neutron"
},
{
"address": "grpc.baryon.remedy.tm.p2p.org:443",
Expand All @@ -141,8 +121,8 @@
"explorers": [
{
"kind": "Ping.pub Explorer from Hypha",
"url": "https://explorer.rs-testnet.polypore.xyz/baryon-1",
"tx_page": "https://explorer.rs-testnet.polypore.xyz/baryon-1/tx/${txHash}",
"url": "https://explorer.rs-testnet.polypore.xyz/pion-1",
"tx_page": "https://explorer.rs-testnet.polypore.xyz/pion-1/tx/${txHash}",
"account_page": "https://explorer.rs-testnet.polypore.xyz/baryon-1/account/${accountAddress}"
},
{
Expand All @@ -152,4 +132,4 @@
"account_page": "https://testnet.mintscan.io/neutron-testnet/account/${accountAddress}"
}
]
}
}

0 comments on commit d810bd7

Please sign in to comment.