Skip to content

Commit 2ec327e

Browse files
authored
Add Nillion mainnet to registry (#6053)
* feat: add nillion network * fix: corrected guru urls * fix: corrected version schema pathing
1 parent 90c5dd5 commit 2ec327e

File tree

5 files changed

+172
-0
lines changed

5 files changed

+172
-0
lines changed

nillion/assetlist.json

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

nillion/chain.json

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
{
2+
"$schema": "../chain.schema.json",
3+
"chain_name": "nillion",
4+
"status": "live",
5+
"network_type": "mainnet",
6+
"pretty_name": "Nillion",
7+
"chain_type": "cosmos",
8+
"chain_id": "nillion-1",
9+
"bech32_prefix": "nillion",
10+
"daemon_name": "nilchaind",
11+
"node_home": "$HOME/.nillionapp",
12+
"key_algos": ["ed25519"],
13+
"slip44": 118,
14+
"fees": {
15+
"fee_tokens": [
16+
{
17+
"denom": "unil",
18+
"low_gas_price": 0.0001,
19+
"average_gas_price": 0.0001,
20+
"high_gas_price": 0.00025
21+
}
22+
]
23+
},
24+
"staking": {
25+
"staking_tokens": [
26+
{
27+
"denom": "unil"
28+
}
29+
]
30+
},
31+
"codebase": {
32+
"git_repo": "https://github.com/NillionNetwork/nilchain",
33+
"recommended_version": "v0.2.5",
34+
"compatible_versions": ["v0.2.5"],
35+
"consensus": {
36+
"type": "cometbft",
37+
"version": "v0.38.12"
38+
},
39+
"genesis": {
40+
"genesis_url": "https://raw.githubusercontent.com/NillionNetwork/networks/main/nillion-1/genesis.json.xz"
41+
},
42+
"sdk": {
43+
"type": "cosmos",
44+
"version": "v0.50.11"
45+
},
46+
"ibc": {
47+
"type": "go",
48+
"version": "8.2.1"
49+
},
50+
"cosmwasm": {
51+
"enabled": false
52+
}
53+
},
54+
"peers": {
55+
"seeds": [
56+
{
57+
"id": "ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0",
58+
"address": "seeds.polkachu.com:28156"
59+
},
60+
{
61+
"id": "ff5d57b8e9b99cb8105ea21ef2264bd737401a82",
62+
"address": "185.182.194.186:26656"
63+
},
64+
{
65+
"id": "c06d93fb95cfbbe69bffea605661e8cc53d15733",
66+
"address": "38.242.150.63:26766"
67+
},
68+
{
69+
"id": "20e1000e88125698264454a884812746c2eb4807",
70+
"address": "seeds.lavenderfive.com:28156"
71+
}
72+
]
73+
},
74+
"apis": {
75+
"rpc": [
76+
{
77+
"address": "https://nillion-rpc.lavenderfive.com",
78+
"provider": "lavenderfive"
79+
}
80+
],
81+
"rest": [
82+
{
83+
"address": "https://nillion-api.lavenderfive.com",
84+
"provider": "lavenderfive"
85+
}
86+
],
87+
"grpc": [
88+
{
89+
"address": "https://nillion-grpc.lavenderfive.com",
90+
"provider": "lavenderfive"
91+
}
92+
]
93+
},
94+
"explorers": [
95+
{
96+
"url": "https://nillion.explorers.guru",
97+
"tx_page": "https://nillion.explorers.guru/transaction/${txHash}",
98+
"account_page": "https://nillion.explorers.guru/account/${accountAddress}"
99+
},
100+
{
101+
"url": "https://www.mintscan.io/nillion",
102+
"tx_page": "https://www.mintscan.io/nillion/tx/${txHash}",
103+
"account_page": "https://www.mintscan.io/nillion/address/${accountAddress}"
104+
}
105+
],
106+
"images": [
107+
{
108+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg",
109+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png"
110+
}
111+
]
112+
}

nillion/images/nil.png

2.79 KB
Loading

nillion/images/nil.svg

Lines changed: 4 additions & 0 deletions
Loading

nillion/versions.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"$schema": "../versions.schema.json",
3+
"chain_name": "nillion",
4+
"versions": [
5+
{
6+
"name": "v0",
7+
"recommended_version": "v0.2.5",
8+
"compatible_versions": ["v0.2.5"],
9+
"consensus": {
10+
"type": "cometbft",
11+
"version": "v0.38.12"
12+
},
13+
"sdk": {
14+
"type": "cosmos",
15+
"version": "v0.50.11"
16+
},
17+
"cosmwasm": {
18+
"enabled": false
19+
},
20+
"ibc": {
21+
"type": "go",
22+
"version": "8.2.1"
23+
}
24+
}
25+
]
26+
}

0 commit comments

Comments
 (0)