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 chain assets #2081

Merged
merged 15 commits into from
May 10, 2023
27 changes: 27 additions & 0 deletions neutron/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "../assetlist.schema.json",
"chain_name": "neutrontestnet",
JeremyParish69 marked this conversation as resolved.
Show resolved Hide resolved
"assets": [
{
"description": "The native token of Neutron chain",
"denom_units": [
{
"denom": "untrn",
"exponent": 0
},
{
"denom": "ntrn",
"exponent": 6
}
],
"base": "untrn",
"name": "Neutron Testnet",
JeremyParish69 marked this conversation as resolved.
Show resolved Hide resolved
"display": "ntrn",
"symbol": "NTRN",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.svg"
}
}
]
}
114 changes: 114 additions & 0 deletions neutron/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
{
"$schema": "../chain.schema.json",
"chain_name": "neutron",
"status": "live",
"network_type": "mainnet",
"pretty_name": "Neutron",
"chain_id": "neutron-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.01,
"average_gas_price": 0.025,
"high_gas_price": 0.05
}
]
},
"codebase": {
"git_repo": "https://github.com/neutron-org/neutron",
"recommended_version": "v1.0.1",
"compatible_versions": [],
"cosmos_sdk_version": "0.45",
"consensus": {
"type": "tendermint",
"version": "0.34"
},
"cosmwasm_version": "0.31",
"cosmwasm_enabled": true,
"ibc_go_version": "4.3.0",
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/neutron-org/mainnet-assets/main/neutron-1-genesis.json"
},
"versions": [
{
"name": "v1.0.1",
"recommended_version": "v1.0.1",
"compatible_versions": [],
"cosmos_sdk_version": "0.45",
"consensus": {
"type": "tendermint",
"version": "0.34"
},
"cosmwasm_version": "0.31",
"cosmwasm_enabled": true,
"ibc_go_version": "4.3.0"
}
]
},
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-black-logo.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-black-logo.svg"
},
"peers": {
"seeds": [
{
"id": "24f609fb5946ca3a979f40b7f54132c00104433e",
"address": "p2p-erheim.neutron-1.neutron.org:26656",
"provider": "Neutron"
},
{
"id": "b1c6fa570a184c56d0d736d260b8065d887e717c",
"address": "p2p-kralum.neutron-1.neutron.org:26656",
"provider": "Neutron"
},
{
"id": "20e1000e88125698264454a884812746c2eb4807",
"address": "seeds.lavenderfive.com:19156",
"provider": "Lavender.Five Nodes 🐝"
}
],
"persistent_peers": [
{
"id": "e5d2743d9a3de514e4f7b9461bf3f0c1500c58d9",
"address": "neutron.peer.stakewith.us:39956",
"provider": "StakeWithUs"
}
]
},
"apis": {
"rpc": [
{
"address": "https://rpc-kralum.neutron-1.neutron.org",
"provider": "Neutron"
}
],
"rest": [
{
"address": "https://rest-kralum.neutron-1.neutron.org",
"provider": "Neutron"
}
],
"grpc": [
{
"address": "grpc-kralum.neutron-1.neutron.org:80",
"provider": "Neutron"
}
]
},
"explorers": [
{
"kind": "Mintscan",
"url": "https://www.mintscan.io/neutron",
"tx_page": "https://www.mintscan.io/neutron/txs/${txHash}",
"account_page": "https://www.mintscan.io/neutron/account/${accountAddress}"
}
]
}
Binary file added neutron/images/neutron-black-logo.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 neutron/images/neutron-black-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added neutron/images/neutron-white-logo.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 neutron/images/neutron-white-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added neutron/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 neutron/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.