Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Neutron testnet data #1

Merged
merged 3 commits into from
Feb 8, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions testnets/neutrontestnet/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "../../assetlist.schema.json",
"chain_name": "neutrontestnet",
"assets": [
{
"description": "The native token of Neutron chain",
"denom_units": [
{
"denom": "untrn",
"exponent": 0
},
{
"denom": "ntrn",
"exponent": 6
}
],
"base": "untrn",
"name": "Neutron Testnet",
"display": "ntrn",
"symbol": "NTRN",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/neutron.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/neutron.svg"
}
}
]
}
122 changes: 122 additions & 0 deletions testnets/neutrontestnet/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
{
"$schema": "../../chain.schema.json",
"chain_name": "neutrontestnet",
"status": "live",
"network_type": "testnet",
"pretty_name": "Neutron Testnet",
"chain_id": "baryon-1",
"bech32_prefix": "neutron",
"daemon_name": "neutrond",
"node_home": "$HOME/.neutrond",
"key_algos": [
"secp256k1"
],
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "untrn",
"low_gas_price": 0,
"average_gas_price": 0.025,
"high_gas_price": 0.05
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "untrn"
oldremez marked this conversation as resolved.
Show resolved Hide resolved
}
]
},
"codebase": {
"git_repo": "https://github.com/neutron-org/neutron",
"recommended_version": "v0.2.0",
oldremez marked this conversation as resolved.
Show resolved Hide resolved
"compatible_versions": [],
"cosmos_sdk_version": "0.45",
"tendermint_version": "0.34",
"cosmwasm_version": "0.30",
"cosmwasm_enabled": true,
"ibc_go_version": "4.2.0",
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/cosmos/testnets/master/replicated-security/baryon-1/baryon-1-genesis.json"
}
},
"peers": {
"seeds": [
{
"id": "e2c07e8e6e808fb36cca0fc580e31216772841df",
"address": "p2p.baryon.ntrn.info:26656",
"provider": "Neutron"
oldremez marked this conversation as resolved.
Show resolved Hide resolved
}
],
"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",
"provider": "Hypha"
},
{
"id": "f2520026fb9086f1b2f09e132d209cbe88064ec1",
"address": "baryon-cherry.rs-testnet.polypore.xyz:26656",
"provider": "Hypha"
}
]
},
"apis": {
"rpc": [
{
"address": "https://rpc.baryon.ntrn.info",
"provider": "Neutron"
},
{
"address": "https://rpc.baryon-sentry-01.rs-testnet.polypore.xyz",
"provider": "Hypha"
}
],
"rest": [
{
"address": "https://rest.baryon.ntrn.info",
"provider": "Neutron"
},
{
"address": "https://rest.baryon-sentry-01.rs-testnet.polypore.xyz",
"provider": "Hypha"
}
],
"grpc": [
{
"address": "grpc.baryon.ntrn.info:80",
"provider": "Neutron"
}
]
},
"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}",
"account_page": "https://explorer.rs-testnet.polypore.xyz/baryon-1/account/${accountAddress}"
}
]
}
Binary file added testnets/neutrontestnet/images/neutron.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions testnets/neutrontestnet/images/neutron.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.