Skip to content

Commit 15b8e57

Browse files
Add Neutron chain assets (cosmos#2081)
* 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 (cosmos#2) * Add neutron mainnet configuration * Fix chain name * fix typo * dummy commit
1 parent d07584a commit 15b8e57

File tree

8 files changed

+174
-0
lines changed

8 files changed

+174
-0
lines changed

neutron/assetlist.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"$schema": "../assetlist.schema.json",
3+
"chain_name": "neutron",
4+
"assets": [
5+
{
6+
"description": "The native token of Neutron chain.",
7+
"denom_units": [
8+
{
9+
"denom": "untrn",
10+
"exponent": 0
11+
},
12+
{
13+
"denom": "ntrn",
14+
"exponent": 6
15+
}
16+
],
17+
"base": "untrn",
18+
"name": "Neutron",
19+
"display": "ntrn",
20+
"symbol": "NTRN",
21+
"logo_URIs": {
22+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.png",
23+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.svg"
24+
}
25+
}
26+
]
27+
}

neutron/chain.json

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
{
2+
"$schema": "../chain.schema.json",
3+
"chain_name": "neutron",
4+
"status": "live",
5+
"network_type": "mainnet",
6+
"pretty_name": "Neutron",
7+
"chain_id": "neutron-1",
8+
"bech32_prefix": "neutron",
9+
"daemon_name": "neutrond",
10+
"node_home": "$HOME/.neutrond",
11+
"key_algos": [
12+
"secp256k1"
13+
],
14+
"slip44": 118,
15+
"fees": {
16+
"fee_tokens": [
17+
{
18+
"denom": "untrn",
19+
"low_gas_price": 0.01,
20+
"average_gas_price": 0.025,
21+
"high_gas_price": 0.05
22+
}
23+
]
24+
},
25+
"codebase": {
26+
"git_repo": "https://github.com/neutron-org/neutron",
27+
"recommended_version": "v1.0.1",
28+
"compatible_versions": [],
29+
"cosmos_sdk_version": "0.45",
30+
"consensus": {
31+
"type": "tendermint",
32+
"version": "0.34"
33+
},
34+
"cosmwasm_version": "0.31",
35+
"cosmwasm_enabled": true,
36+
"ibc_go_version": "4.3.0",
37+
"genesis": {
38+
"genesis_url": "https://raw.githubusercontent.com/neutron-org/mainnet-assets/main/neutron-1-genesis.json"
39+
},
40+
"versions": [
41+
{
42+
"name": "v1.0.1",
43+
"recommended_version": "v1.0.1",
44+
"compatible_versions": [],
45+
"cosmos_sdk_version": "0.45",
46+
"consensus": {
47+
"type": "tendermint",
48+
"version": "0.34"
49+
},
50+
"cosmwasm_version": "0.31",
51+
"cosmwasm_enabled": true,
52+
"ibc_go_version": "4.3.0"
53+
}
54+
]
55+
},
56+
"logo_URIs": {
57+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-black-logo.png",
58+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-black-logo.svg"
59+
},
60+
"peers": {
61+
"seeds": [
62+
{
63+
"id": "24f609fb5946ca3a979f40b7f54132c00104433e",
64+
"address": "p2p-erheim.neutron-1.neutron.org:26656",
65+
"provider": "Neutron"
66+
},
67+
{
68+
"id": "b1c6fa570a184c56d0d736d260b8065d887e717c",
69+
"address": "p2p-kralum.neutron-1.neutron.org:26656",
70+
"provider": "Neutron"
71+
},
72+
{
73+
"id": "20e1000e88125698264454a884812746c2eb4807",
74+
"address": "seeds.lavenderfive.com:19156",
75+
"provider": "Lavender.Five Nodes 🐝"
76+
}
77+
],
78+
"persistent_peers": [
79+
{
80+
"id": "e5d2743d9a3de514e4f7b9461bf3f0c1500c58d9",
81+
"address": "neutron.peer.stakewith.us:39956",
82+
"provider": "StakeWithUs"
83+
}
84+
]
85+
},
86+
"apis": {
87+
"rpc": [
88+
{
89+
"address": "https://rpc-kralum.neutron-1.neutron.org",
90+
"provider": "Neutron"
91+
}
92+
],
93+
"rest": [
94+
{
95+
"address": "https://rest-kralum.neutron-1.neutron.org",
96+
"provider": "Neutron"
97+
}
98+
],
99+
"grpc": [
100+
{
101+
"address": "grpc-kralum.neutron-1.neutron.org:80",
102+
"provider": "Neutron"
103+
}
104+
]
105+
},
106+
"explorers": [
107+
{
108+
"kind": "Mintscan",
109+
"url": "https://www.mintscan.io/neutron",
110+
"tx_page": "https://www.mintscan.io/neutron/txs/${txHash}",
111+
"account_page": "https://www.mintscan.io/neutron/account/${accountAddress}"
112+
}
113+
]
114+
}
9.04 KB
Loading
Lines changed: 11 additions & 0 deletions
Loading
9.42 KB
Loading
Lines changed: 11 additions & 0 deletions
Loading

neutron/images/neutron.png

7.65 KB
Loading

neutron/images/neutron.svg

Lines changed: 11 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)