chain-registry 2.0.205 β 2.0.207
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/cosmoshub/chain.js +8 -8
- package/esm/mainnet/elys/chain.js +0 -116
- package/esm/mainnet/juno/chain.js +0 -36
- package/esm/mainnet/osmosis/asset-list.js +45 -0
- package/mainnet/cosmoshub/chain.js +8 -8
- package/mainnet/elys/chain.js +0 -116
- package/mainnet/juno/chain.js +0 -36
- package/mainnet/osmosis/asset-list.js +45 -0
- package/package.json +3 -3
|
@@ -28,17 +28,17 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
30
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
31
|
-
recommendedVersion: 'v27.
|
|
32
|
-
compatibleVersions: ['v27.
|
|
31
|
+
recommendedVersion: 'v27.3.0',
|
|
32
|
+
compatibleVersions: ['v27.3.0'],
|
|
33
33
|
consensus: {
|
|
34
34
|
type: 'cometbft',
|
|
35
35
|
version: 'v0.38.21'
|
|
36
36
|
},
|
|
37
37
|
binaries: {
|
|
38
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
39
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
40
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
41
|
-
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
38
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0/gaiad-v27.3.0-darwin-amd64',
|
|
39
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0/gaiad-v27.3.0-darwin-arm64',
|
|
40
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0/gaiad-v27.3.0-linux-amd64',
|
|
41
|
+
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0/gaiad-v27.3.0-linux-arm64'
|
|
42
42
|
},
|
|
43
43
|
genesis: {
|
|
44
44
|
genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
|
|
@@ -50,14 +50,14 @@ const info = {
|
|
|
50
50
|
},
|
|
51
51
|
ibc: {
|
|
52
52
|
type: 'go',
|
|
53
|
-
version: 'v10.
|
|
53
|
+
version: 'v10.6.0'
|
|
54
54
|
},
|
|
55
55
|
cosmwasm: {
|
|
56
56
|
version: 'v0.60.6',
|
|
57
57
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
58
58
|
tag: 'v0.60.6'
|
|
59
59
|
},
|
|
60
|
-
tag: 'v27.
|
|
60
|
+
tag: 'v27.3.0'
|
|
61
61
|
},
|
|
62
62
|
logoURIs: {
|
|
63
63
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
@@ -99,14 +99,6 @@ const info = {
|
|
|
99
99
|
address: 'https://elys-mainnet-rpc.itrocket.net:443',
|
|
100
100
|
provider: 'itrocket'
|
|
101
101
|
},
|
|
102
|
-
{
|
|
103
|
-
address: 'https://rpc.elys.nodestake.org:443',
|
|
104
|
-
provider: 'NodeStake'
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
address: 'https://elys.rpc.liveraven.net:443',
|
|
108
|
-
provider: 'LiveRaveN'
|
|
109
|
-
},
|
|
110
102
|
{
|
|
111
103
|
address: 'https://community.nuxian-node.ch:6797/elys/trpc',
|
|
112
104
|
provider: 'PRO Delegators'
|
|
@@ -115,30 +107,10 @@ const info = {
|
|
|
115
107
|
address: 'https://elys-rpc.stake-town.com:443',
|
|
116
108
|
provider: 'StakeTown'
|
|
117
109
|
},
|
|
118
|
-
{
|
|
119
|
-
address: 'https://elys.rpc.m.stavr.tech:443',
|
|
120
|
-
provider: 'π₯STAVRπ₯'
|
|
121
|
-
},
|
|
122
110
|
{
|
|
123
111
|
address: 'https://elys.ibs.team:443/rpc',
|
|
124
112
|
provider: 'Inter Blockchain Services'
|
|
125
113
|
},
|
|
126
|
-
{
|
|
127
|
-
address: 'https://elys-rpc.cogwheel.zone:443',
|
|
128
|
-
provider: 'Cogwheel βοΈ'
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
address: 'https://rpc-elys.ottersync.io:443',
|
|
132
|
-
provider: 'OtterSync'
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
address: 'https://elys.rpc.quasarstaking.ai:443',
|
|
136
|
-
provider: 'Quasar'
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
address: 'https://elys-rpc.moonbridge.org:443',
|
|
140
|
-
provider: 'Moonbridge'
|
|
141
|
-
},
|
|
142
114
|
{
|
|
143
115
|
address: 'https://elys_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
144
116
|
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
@@ -147,21 +119,9 @@ const info = {
|
|
|
147
119
|
address: 'https://elys-mainnet-rpc.autostake.com:443',
|
|
148
120
|
provider: 'AutoStake'
|
|
149
121
|
},
|
|
150
|
-
{
|
|
151
|
-
address: 'https://elys-rpc.node39.top:443',
|
|
152
|
-
provider: 'Node39'
|
|
153
|
-
},
|
|
154
122
|
{
|
|
155
123
|
address: 'https://elys.srvs.vnodesv.net/rpc',
|
|
156
124
|
provider: 'vNodes[V] Ser[V]ices'
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
address: 'https://elys-rpc.kleomedes.network/',
|
|
160
|
-
provider: 'Kleomedes'
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
address: 'https://rpc.elys.node75.org:443',
|
|
164
|
-
provider: 'Pro-Nodes75'
|
|
165
125
|
}
|
|
166
126
|
],
|
|
167
127
|
rest: [
|
|
@@ -181,14 +141,6 @@ const info = {
|
|
|
181
141
|
address: 'https://elys-mainnet-api.itrocket.net',
|
|
182
142
|
provider: 'itrocket'
|
|
183
143
|
},
|
|
184
|
-
{
|
|
185
|
-
address: 'https://api.elys.nodestake.org',
|
|
186
|
-
provider: 'NodeStake'
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
address: 'https://elys.api.liveraven.net',
|
|
190
|
-
provider: 'LiveRaveN'
|
|
191
|
-
},
|
|
192
144
|
{
|
|
193
145
|
address: 'https://community.nuxian-node.ch:6797/elys/crpc',
|
|
194
146
|
provider: 'PRO Delegators'
|
|
@@ -197,30 +149,10 @@ const info = {
|
|
|
197
149
|
address: 'https://elys-api.stake-town.com:443',
|
|
198
150
|
provider: 'StakeTown'
|
|
199
151
|
},
|
|
200
|
-
{
|
|
201
|
-
address: 'https://elys.api.m.stavr.tech',
|
|
202
|
-
provider: 'π₯STAVRπ₯'
|
|
203
|
-
},
|
|
204
152
|
{
|
|
205
153
|
address: 'https://elys.ibs.team:443/api',
|
|
206
154
|
provider: 'Inter Blockchain Services'
|
|
207
155
|
},
|
|
208
|
-
{
|
|
209
|
-
address: 'https://elys-api.cogwheel.zone:443',
|
|
210
|
-
provider: 'Cogwheel βοΈ'
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
address: 'https://api-elys.ottersync.io:443',
|
|
214
|
-
provider: 'OtterSync'
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
address: 'https://elys.api.quasarstaking.ai:443',
|
|
218
|
-
provider: 'Quasar'
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
address: 'https://elys-api.moonbridge.org',
|
|
222
|
-
provider: 'Moonbridge'
|
|
223
|
-
},
|
|
224
156
|
{
|
|
225
157
|
address: 'https://elys_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
226
158
|
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
@@ -229,21 +161,9 @@ const info = {
|
|
|
229
161
|
address: 'https://elys-mainnet-lcd.autostake.com:443',
|
|
230
162
|
provider: 'AutoStake'
|
|
231
163
|
},
|
|
232
|
-
{
|
|
233
|
-
address: 'https://elys-api.node39.top:443',
|
|
234
|
-
provider: 'Node39'
|
|
235
|
-
},
|
|
236
164
|
{
|
|
237
165
|
address: 'https://rest.elys.srvs.vnodesv.net',
|
|
238
166
|
provider: 'vNodes[V] Ser[V]ices'
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
address: 'https://elys-api.kleomedes.network/',
|
|
242
|
-
provider: 'Kleomedes'
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
address: 'https://api.elys.node75.org:443',
|
|
246
|
-
provider: 'Pro-Nodes75'
|
|
247
167
|
}
|
|
248
168
|
],
|
|
249
169
|
grpc: [
|
|
@@ -259,50 +179,14 @@ const info = {
|
|
|
259
179
|
address: 'elys-mainnet-grpc.itrocket.net:443',
|
|
260
180
|
provider: 'itrocket'
|
|
261
181
|
},
|
|
262
|
-
{
|
|
263
|
-
address: 'grpc.elys.nodestake.org:443',
|
|
264
|
-
provider: 'NodeStake'
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
address: 'elys.grpc.liveraven.net:443',
|
|
268
|
-
provider: 'LiveRaveN'
|
|
269
|
-
},
|
|
270
182
|
{
|
|
271
183
|
address: 'elys-grpc.stake-town.com:443',
|
|
272
184
|
provider: 'StakeTown'
|
|
273
185
|
},
|
|
274
|
-
{
|
|
275
|
-
address: 'elys-grpc.cogwheel.zone:443',
|
|
276
|
-
provider: 'Cogwheel βοΈ'
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
address: 'https://grpc-elys.ottersync.io:443',
|
|
280
|
-
provider: 'OtterSync'
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
address: 'elys.grpc.quasarstaking.ai:443',
|
|
284
|
-
provider: 'Quasar'
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
address: 'elys-grpc.moonbridge.org:443',
|
|
288
|
-
provider: 'Moonbridge'
|
|
289
|
-
},
|
|
290
186
|
{
|
|
291
187
|
address: 'elys-mainnet-grpc.autostake.com:443',
|
|
292
188
|
provider: 'AutoStake'
|
|
293
189
|
},
|
|
294
|
-
{
|
|
295
|
-
address: 'elys-grpc.node39.top:12090',
|
|
296
|
-
provider: 'Node39'
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
address: 'elys.grpc.kleomedes.network:443',
|
|
300
|
-
provider: 'Kleomedes'
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
address: 'grpc.elys.node75.org:9210',
|
|
304
|
-
provider: 'Pro-Nodes75'
|
|
305
|
-
},
|
|
306
190
|
{
|
|
307
191
|
address: 'https://elys.srvs.vnodesv.net/grpc',
|
|
308
192
|
provider: 'vNodes[V] Ser[V]ices'
|
|
@@ -66,10 +66,6 @@ const info = {
|
|
|
66
66
|
description: 'Juno is a completely community owned and operated smart contract platform.',
|
|
67
67
|
apis: {
|
|
68
68
|
rpc: [
|
|
69
|
-
{
|
|
70
|
-
address: 'https://rpc-juno.itastakers.com',
|
|
71
|
-
provider: 'itastakers'
|
|
72
|
-
},
|
|
73
69
|
{
|
|
74
70
|
address: 'https://juno.rpc.m.stavr.tech',
|
|
75
71
|
provider: 'π₯STAVRπ₯'
|
|
@@ -90,10 +86,6 @@ const info = {
|
|
|
90
86
|
address: 'https://juno-rpc.stakeandrelax.net',
|
|
91
87
|
provider: 'Stake&Relax Validator π¦₯'
|
|
92
88
|
},
|
|
93
|
-
{
|
|
94
|
-
address: 'https://rpc-juno-01.stakeflow.io',
|
|
95
|
-
provider: 'Stakeflow'
|
|
96
|
-
},
|
|
97
89
|
{
|
|
98
90
|
address: 'https://juno-rpc.publicnode.com:443',
|
|
99
91
|
provider: 'Allnodes β‘οΈ Nodes & Staking'
|
|
@@ -110,14 +102,6 @@ const info = {
|
|
|
110
102
|
address: 'https://juno-rpc.cogwheel.zone',
|
|
111
103
|
provider: 'Cogwheel'
|
|
112
104
|
},
|
|
113
|
-
{
|
|
114
|
-
address: 'https://juno.declab.pro:26610',
|
|
115
|
-
provider: 'Decloud Nodes Lab'
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
address: 'https://juno-rpc.chainroot.io',
|
|
119
|
-
provider: 'Chainroot'
|
|
120
|
-
},
|
|
121
105
|
{
|
|
122
106
|
address: 'https://juno.api.pocket.network',
|
|
123
107
|
provider: 'Pocket Network'
|
|
@@ -144,10 +128,6 @@ const info = {
|
|
|
144
128
|
address: 'https://juno-api.stakeandrelax.net',
|
|
145
129
|
provider: 'Stake&Relax Validator π¦₯'
|
|
146
130
|
},
|
|
147
|
-
{
|
|
148
|
-
address: 'https://api-juno-01.stakeflow.io',
|
|
149
|
-
provider: 'Stakeflow'
|
|
150
|
-
},
|
|
151
131
|
{
|
|
152
132
|
address: 'https://juno-rest.publicnode.com',
|
|
153
133
|
provider: 'Allnodes β‘οΈ Nodes & Staking'
|
|
@@ -164,14 +144,6 @@ const info = {
|
|
|
164
144
|
address: 'https://juno-api.cogwheel.zone',
|
|
165
145
|
provider: 'Cogwheel'
|
|
166
146
|
},
|
|
167
|
-
{
|
|
168
|
-
address: 'https://juno.declab.pro:443',
|
|
169
|
-
provider: 'Decloud Nodes Lab'
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
address: 'https://juno-api.chainroot.io',
|
|
173
|
-
provider: 'Chainroot'
|
|
174
|
-
},
|
|
175
147
|
{
|
|
176
148
|
address: 'https://juno.api.pocket.network',
|
|
177
149
|
provider: 'Pocket Network'
|
|
@@ -198,10 +170,6 @@ const info = {
|
|
|
198
170
|
address: 'juno.lavenderfive.com:443',
|
|
199
171
|
provider: 'Lavender.Five Nodes π'
|
|
200
172
|
},
|
|
201
|
-
{
|
|
202
|
-
address: 'grpc-juno-01.stakeflow.io:2302',
|
|
203
|
-
provider: 'Stakeflow'
|
|
204
|
-
},
|
|
205
173
|
{
|
|
206
174
|
address: 'juno-grpc.publicnode.com:443',
|
|
207
175
|
provider: 'Allnodes β‘οΈ Nodes & Staking'
|
|
@@ -210,10 +178,6 @@ const info = {
|
|
|
210
178
|
address: 'juno-grpc.cogwheel.zone:443',
|
|
211
179
|
provider: 'Cogwheel'
|
|
212
180
|
},
|
|
213
|
-
{
|
|
214
|
-
address: 'juno-grpc.chainroot.io:443',
|
|
215
|
-
provider: 'Chainroot'
|
|
216
|
-
},
|
|
217
181
|
{
|
|
218
182
|
address: 'grpc.juno.validatus.com:443',
|
|
219
183
|
provider: 'Validatus'
|
|
@@ -22942,6 +22942,51 @@ const info = {
|
|
|
22942
22942
|
website: 'https://greystoneinc.io'
|
|
22943
22943
|
},
|
|
22944
22944
|
typeAsset: 'sdk.coin'
|
|
22945
|
+
},
|
|
22946
|
+
{
|
|
22947
|
+
description: 'Nether (NTHR) is the utility token of the Underworld NFT ecosystem, issued via tokenfactory on the Cosmos Hub. NTHR powers the NecroVault, a soft-staking platform where holders of Underworld collections earn rewards while keeping their NFTs in their wallets. Fixed supply: 21,000.',
|
|
22948
|
+
extendedDescription: 'Nether is the core utility and value token of the Underworld ecosystem β built around NFTs, soft staking, rewards, and on-chain interaction inside the NecroVault. Forged on Cosmos and tied directly to the Underworld economy, NTHR connects multiple systems together: NFT staking rewards, loot boxes and reward mechanics, vault perks and VIP access, future ecosystem utilities, and liquidity incentives and staking rewards. Unlike passive tokens, NTHR is designed to be used. Holders can stake it inside the NecroVault to unlock deeper rewards, multipliers, and exclusive features tied to the Underworld collections and platform mechanics. The ecosystem currently includes multiple NFT collections that generate rewards through the NecroVault soft staking system, where users can earn tokens like BANE, RUIN, and NTHR while keeping their NFTs liquid in their wallets. With a limited supply of only 21,000 tokens, NTHR acts as the long-term asset of the Underworld β powering future expansions, reward systems, vault mechanics, raffles, ecosystem distributions, and experimental game theory features.',
|
|
22949
|
+
denomUnits: [{
|
|
22950
|
+
denom: 'ibc/EFAAE3AD05AA79647A1587E363A11B6126CC83C8C0593171BB1892A39EB550DF',
|
|
22951
|
+
exponent: 0
|
|
22952
|
+
}, {
|
|
22953
|
+
denom: 'nthr',
|
|
22954
|
+
exponent: 6
|
|
22955
|
+
}],
|
|
22956
|
+
typeAsset: 'ics20',
|
|
22957
|
+
base: 'ibc/EFAAE3AD05AA79647A1587E363A11B6126CC83C8C0593171BB1892A39EB550DF',
|
|
22958
|
+
name: 'Nether',
|
|
22959
|
+
display: 'nthr',
|
|
22960
|
+
symbol: 'NTHR',
|
|
22961
|
+
traces: [{
|
|
22962
|
+
type: 'ibc',
|
|
22963
|
+
counterparty: {
|
|
22964
|
+
chainName: 'cosmoshub',
|
|
22965
|
+
baseDenom: 'factory/cosmos1wdja2gcsesyl07raq9jm3rcvu0sse5zkev0h8m/Nether',
|
|
22966
|
+
channelId: 'channel-141'
|
|
22967
|
+
},
|
|
22968
|
+
chain: {
|
|
22969
|
+
channelId: 'channel-0',
|
|
22970
|
+
path: 'transfer/channel-0/factory/cosmos1wdja2gcsesyl07raq9jm3rcvu0sse5zkev0h8m/Nether'
|
|
22971
|
+
}
|
|
22972
|
+
}],
|
|
22973
|
+
images: [{
|
|
22974
|
+
imageSync: {
|
|
22975
|
+
chainName: 'cosmoshub',
|
|
22976
|
+
baseDenom: 'factory/cosmos1wdja2gcsesyl07raq9jm3rcvu0sse5zkev0h8m/Nether'
|
|
22977
|
+
},
|
|
22978
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/nthr.png',
|
|
22979
|
+
theme: {
|
|
22980
|
+
circle: true
|
|
22981
|
+
}
|
|
22982
|
+
}],
|
|
22983
|
+
logoURIs: {
|
|
22984
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/nthr.png'
|
|
22985
|
+
},
|
|
22986
|
+
socials: {
|
|
22987
|
+
website: 'https://www.necrovault.com/',
|
|
22988
|
+
x: 'https://x.com/Underworld_NFTs'
|
|
22989
|
+
}
|
|
22945
22990
|
}
|
|
22946
22991
|
]
|
|
22947
22992
|
};
|
|
@@ -30,17 +30,17 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
33
|
-
recommendedVersion: 'v27.
|
|
34
|
-
compatibleVersions: ['v27.
|
|
33
|
+
recommendedVersion: 'v27.3.0',
|
|
34
|
+
compatibleVersions: ['v27.3.0'],
|
|
35
35
|
consensus: {
|
|
36
36
|
type: 'cometbft',
|
|
37
37
|
version: 'v0.38.21'
|
|
38
38
|
},
|
|
39
39
|
binaries: {
|
|
40
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
41
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
42
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
43
|
-
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
40
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0/gaiad-v27.3.0-darwin-amd64',
|
|
41
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0/gaiad-v27.3.0-darwin-arm64',
|
|
42
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0/gaiad-v27.3.0-linux-amd64',
|
|
43
|
+
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0/gaiad-v27.3.0-linux-arm64'
|
|
44
44
|
},
|
|
45
45
|
genesis: {
|
|
46
46
|
genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
|
|
@@ -52,14 +52,14 @@ const info = {
|
|
|
52
52
|
},
|
|
53
53
|
ibc: {
|
|
54
54
|
type: 'go',
|
|
55
|
-
version: 'v10.
|
|
55
|
+
version: 'v10.6.0'
|
|
56
56
|
},
|
|
57
57
|
cosmwasm: {
|
|
58
58
|
version: 'v0.60.6',
|
|
59
59
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
60
60
|
tag: 'v0.60.6'
|
|
61
61
|
},
|
|
62
|
-
tag: 'v27.
|
|
62
|
+
tag: 'v27.3.0'
|
|
63
63
|
},
|
|
64
64
|
logoURIs: {
|
|
65
65
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
package/mainnet/elys/chain.js
CHANGED
|
@@ -101,14 +101,6 @@ const info = {
|
|
|
101
101
|
address: 'https://elys-mainnet-rpc.itrocket.net:443',
|
|
102
102
|
provider: 'itrocket'
|
|
103
103
|
},
|
|
104
|
-
{
|
|
105
|
-
address: 'https://rpc.elys.nodestake.org:443',
|
|
106
|
-
provider: 'NodeStake'
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
address: 'https://elys.rpc.liveraven.net:443',
|
|
110
|
-
provider: 'LiveRaveN'
|
|
111
|
-
},
|
|
112
104
|
{
|
|
113
105
|
address: 'https://community.nuxian-node.ch:6797/elys/trpc',
|
|
114
106
|
provider: 'PRO Delegators'
|
|
@@ -117,30 +109,10 @@ const info = {
|
|
|
117
109
|
address: 'https://elys-rpc.stake-town.com:443',
|
|
118
110
|
provider: 'StakeTown'
|
|
119
111
|
},
|
|
120
|
-
{
|
|
121
|
-
address: 'https://elys.rpc.m.stavr.tech:443',
|
|
122
|
-
provider: 'π₯STAVRπ₯'
|
|
123
|
-
},
|
|
124
112
|
{
|
|
125
113
|
address: 'https://elys.ibs.team:443/rpc',
|
|
126
114
|
provider: 'Inter Blockchain Services'
|
|
127
115
|
},
|
|
128
|
-
{
|
|
129
|
-
address: 'https://elys-rpc.cogwheel.zone:443',
|
|
130
|
-
provider: 'Cogwheel βοΈ'
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
address: 'https://rpc-elys.ottersync.io:443',
|
|
134
|
-
provider: 'OtterSync'
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
address: 'https://elys.rpc.quasarstaking.ai:443',
|
|
138
|
-
provider: 'Quasar'
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
address: 'https://elys-rpc.moonbridge.org:443',
|
|
142
|
-
provider: 'Moonbridge'
|
|
143
|
-
},
|
|
144
116
|
{
|
|
145
117
|
address: 'https://elys_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
146
118
|
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
@@ -149,21 +121,9 @@ const info = {
|
|
|
149
121
|
address: 'https://elys-mainnet-rpc.autostake.com:443',
|
|
150
122
|
provider: 'AutoStake'
|
|
151
123
|
},
|
|
152
|
-
{
|
|
153
|
-
address: 'https://elys-rpc.node39.top:443',
|
|
154
|
-
provider: 'Node39'
|
|
155
|
-
},
|
|
156
124
|
{
|
|
157
125
|
address: 'https://elys.srvs.vnodesv.net/rpc',
|
|
158
126
|
provider: 'vNodes[V] Ser[V]ices'
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
address: 'https://elys-rpc.kleomedes.network/',
|
|
162
|
-
provider: 'Kleomedes'
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
address: 'https://rpc.elys.node75.org:443',
|
|
166
|
-
provider: 'Pro-Nodes75'
|
|
167
127
|
}
|
|
168
128
|
],
|
|
169
129
|
rest: [
|
|
@@ -183,14 +143,6 @@ const info = {
|
|
|
183
143
|
address: 'https://elys-mainnet-api.itrocket.net',
|
|
184
144
|
provider: 'itrocket'
|
|
185
145
|
},
|
|
186
|
-
{
|
|
187
|
-
address: 'https://api.elys.nodestake.org',
|
|
188
|
-
provider: 'NodeStake'
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
address: 'https://elys.api.liveraven.net',
|
|
192
|
-
provider: 'LiveRaveN'
|
|
193
|
-
},
|
|
194
146
|
{
|
|
195
147
|
address: 'https://community.nuxian-node.ch:6797/elys/crpc',
|
|
196
148
|
provider: 'PRO Delegators'
|
|
@@ -199,30 +151,10 @@ const info = {
|
|
|
199
151
|
address: 'https://elys-api.stake-town.com:443',
|
|
200
152
|
provider: 'StakeTown'
|
|
201
153
|
},
|
|
202
|
-
{
|
|
203
|
-
address: 'https://elys.api.m.stavr.tech',
|
|
204
|
-
provider: 'π₯STAVRπ₯'
|
|
205
|
-
},
|
|
206
154
|
{
|
|
207
155
|
address: 'https://elys.ibs.team:443/api',
|
|
208
156
|
provider: 'Inter Blockchain Services'
|
|
209
157
|
},
|
|
210
|
-
{
|
|
211
|
-
address: 'https://elys-api.cogwheel.zone:443',
|
|
212
|
-
provider: 'Cogwheel βοΈ'
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
address: 'https://api-elys.ottersync.io:443',
|
|
216
|
-
provider: 'OtterSync'
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
address: 'https://elys.api.quasarstaking.ai:443',
|
|
220
|
-
provider: 'Quasar'
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
address: 'https://elys-api.moonbridge.org',
|
|
224
|
-
provider: 'Moonbridge'
|
|
225
|
-
},
|
|
226
158
|
{
|
|
227
159
|
address: 'https://elys_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
228
160
|
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
@@ -231,21 +163,9 @@ const info = {
|
|
|
231
163
|
address: 'https://elys-mainnet-lcd.autostake.com:443',
|
|
232
164
|
provider: 'AutoStake'
|
|
233
165
|
},
|
|
234
|
-
{
|
|
235
|
-
address: 'https://elys-api.node39.top:443',
|
|
236
|
-
provider: 'Node39'
|
|
237
|
-
},
|
|
238
166
|
{
|
|
239
167
|
address: 'https://rest.elys.srvs.vnodesv.net',
|
|
240
168
|
provider: 'vNodes[V] Ser[V]ices'
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
address: 'https://elys-api.kleomedes.network/',
|
|
244
|
-
provider: 'Kleomedes'
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
address: 'https://api.elys.node75.org:443',
|
|
248
|
-
provider: 'Pro-Nodes75'
|
|
249
169
|
}
|
|
250
170
|
],
|
|
251
171
|
grpc: [
|
|
@@ -261,50 +181,14 @@ const info = {
|
|
|
261
181
|
address: 'elys-mainnet-grpc.itrocket.net:443',
|
|
262
182
|
provider: 'itrocket'
|
|
263
183
|
},
|
|
264
|
-
{
|
|
265
|
-
address: 'grpc.elys.nodestake.org:443',
|
|
266
|
-
provider: 'NodeStake'
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
address: 'elys.grpc.liveraven.net:443',
|
|
270
|
-
provider: 'LiveRaveN'
|
|
271
|
-
},
|
|
272
184
|
{
|
|
273
185
|
address: 'elys-grpc.stake-town.com:443',
|
|
274
186
|
provider: 'StakeTown'
|
|
275
187
|
},
|
|
276
|
-
{
|
|
277
|
-
address: 'elys-grpc.cogwheel.zone:443',
|
|
278
|
-
provider: 'Cogwheel βοΈ'
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
address: 'https://grpc-elys.ottersync.io:443',
|
|
282
|
-
provider: 'OtterSync'
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
address: 'elys.grpc.quasarstaking.ai:443',
|
|
286
|
-
provider: 'Quasar'
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
address: 'elys-grpc.moonbridge.org:443',
|
|
290
|
-
provider: 'Moonbridge'
|
|
291
|
-
},
|
|
292
188
|
{
|
|
293
189
|
address: 'elys-mainnet-grpc.autostake.com:443',
|
|
294
190
|
provider: 'AutoStake'
|
|
295
191
|
},
|
|
296
|
-
{
|
|
297
|
-
address: 'elys-grpc.node39.top:12090',
|
|
298
|
-
provider: 'Node39'
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
address: 'elys.grpc.kleomedes.network:443',
|
|
302
|
-
provider: 'Kleomedes'
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
address: 'grpc.elys.node75.org:9210',
|
|
306
|
-
provider: 'Pro-Nodes75'
|
|
307
|
-
},
|
|
308
192
|
{
|
|
309
193
|
address: 'https://elys.srvs.vnodesv.net/grpc',
|
|
310
194
|
provider: 'vNodes[V] Ser[V]ices'
|
package/mainnet/juno/chain.js
CHANGED
|
@@ -68,10 +68,6 @@ const info = {
|
|
|
68
68
|
description: 'Juno is a completely community owned and operated smart contract platform.',
|
|
69
69
|
apis: {
|
|
70
70
|
rpc: [
|
|
71
|
-
{
|
|
72
|
-
address: 'https://rpc-juno.itastakers.com',
|
|
73
|
-
provider: 'itastakers'
|
|
74
|
-
},
|
|
75
71
|
{
|
|
76
72
|
address: 'https://juno.rpc.m.stavr.tech',
|
|
77
73
|
provider: 'π₯STAVRπ₯'
|
|
@@ -92,10 +88,6 @@ const info = {
|
|
|
92
88
|
address: 'https://juno-rpc.stakeandrelax.net',
|
|
93
89
|
provider: 'Stake&Relax Validator π¦₯'
|
|
94
90
|
},
|
|
95
|
-
{
|
|
96
|
-
address: 'https://rpc-juno-01.stakeflow.io',
|
|
97
|
-
provider: 'Stakeflow'
|
|
98
|
-
},
|
|
99
91
|
{
|
|
100
92
|
address: 'https://juno-rpc.publicnode.com:443',
|
|
101
93
|
provider: 'Allnodes β‘οΈ Nodes & Staking'
|
|
@@ -112,14 +104,6 @@ const info = {
|
|
|
112
104
|
address: 'https://juno-rpc.cogwheel.zone',
|
|
113
105
|
provider: 'Cogwheel'
|
|
114
106
|
},
|
|
115
|
-
{
|
|
116
|
-
address: 'https://juno.declab.pro:26610',
|
|
117
|
-
provider: 'Decloud Nodes Lab'
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
address: 'https://juno-rpc.chainroot.io',
|
|
121
|
-
provider: 'Chainroot'
|
|
122
|
-
},
|
|
123
107
|
{
|
|
124
108
|
address: 'https://juno.api.pocket.network',
|
|
125
109
|
provider: 'Pocket Network'
|
|
@@ -146,10 +130,6 @@ const info = {
|
|
|
146
130
|
address: 'https://juno-api.stakeandrelax.net',
|
|
147
131
|
provider: 'Stake&Relax Validator π¦₯'
|
|
148
132
|
},
|
|
149
|
-
{
|
|
150
|
-
address: 'https://api-juno-01.stakeflow.io',
|
|
151
|
-
provider: 'Stakeflow'
|
|
152
|
-
},
|
|
153
133
|
{
|
|
154
134
|
address: 'https://juno-rest.publicnode.com',
|
|
155
135
|
provider: 'Allnodes β‘οΈ Nodes & Staking'
|
|
@@ -166,14 +146,6 @@ const info = {
|
|
|
166
146
|
address: 'https://juno-api.cogwheel.zone',
|
|
167
147
|
provider: 'Cogwheel'
|
|
168
148
|
},
|
|
169
|
-
{
|
|
170
|
-
address: 'https://juno.declab.pro:443',
|
|
171
|
-
provider: 'Decloud Nodes Lab'
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
address: 'https://juno-api.chainroot.io',
|
|
175
|
-
provider: 'Chainroot'
|
|
176
|
-
},
|
|
177
149
|
{
|
|
178
150
|
address: 'https://juno.api.pocket.network',
|
|
179
151
|
provider: 'Pocket Network'
|
|
@@ -200,10 +172,6 @@ const info = {
|
|
|
200
172
|
address: 'juno.lavenderfive.com:443',
|
|
201
173
|
provider: 'Lavender.Five Nodes π'
|
|
202
174
|
},
|
|
203
|
-
{
|
|
204
|
-
address: 'grpc-juno-01.stakeflow.io:2302',
|
|
205
|
-
provider: 'Stakeflow'
|
|
206
|
-
},
|
|
207
175
|
{
|
|
208
176
|
address: 'juno-grpc.publicnode.com:443',
|
|
209
177
|
provider: 'Allnodes β‘οΈ Nodes & Staking'
|
|
@@ -212,10 +180,6 @@ const info = {
|
|
|
212
180
|
address: 'juno-grpc.cogwheel.zone:443',
|
|
213
181
|
provider: 'Cogwheel'
|
|
214
182
|
},
|
|
215
|
-
{
|
|
216
|
-
address: 'juno-grpc.chainroot.io:443',
|
|
217
|
-
provider: 'Chainroot'
|
|
218
|
-
},
|
|
219
183
|
{
|
|
220
184
|
address: 'grpc.juno.validatus.com:443',
|
|
221
185
|
provider: 'Validatus'
|
|
@@ -22944,6 +22944,51 @@ const info = {
|
|
|
22944
22944
|
website: 'https://greystoneinc.io'
|
|
22945
22945
|
},
|
|
22946
22946
|
typeAsset: 'sdk.coin'
|
|
22947
|
+
},
|
|
22948
|
+
{
|
|
22949
|
+
description: 'Nether (NTHR) is the utility token of the Underworld NFT ecosystem, issued via tokenfactory on the Cosmos Hub. NTHR powers the NecroVault, a soft-staking platform where holders of Underworld collections earn rewards while keeping their NFTs in their wallets. Fixed supply: 21,000.',
|
|
22950
|
+
extendedDescription: 'Nether is the core utility and value token of the Underworld ecosystem β built around NFTs, soft staking, rewards, and on-chain interaction inside the NecroVault. Forged on Cosmos and tied directly to the Underworld economy, NTHR connects multiple systems together: NFT staking rewards, loot boxes and reward mechanics, vault perks and VIP access, future ecosystem utilities, and liquidity incentives and staking rewards. Unlike passive tokens, NTHR is designed to be used. Holders can stake it inside the NecroVault to unlock deeper rewards, multipliers, and exclusive features tied to the Underworld collections and platform mechanics. The ecosystem currently includes multiple NFT collections that generate rewards through the NecroVault soft staking system, where users can earn tokens like BANE, RUIN, and NTHR while keeping their NFTs liquid in their wallets. With a limited supply of only 21,000 tokens, NTHR acts as the long-term asset of the Underworld β powering future expansions, reward systems, vault mechanics, raffles, ecosystem distributions, and experimental game theory features.',
|
|
22951
|
+
denomUnits: [{
|
|
22952
|
+
denom: 'ibc/EFAAE3AD05AA79647A1587E363A11B6126CC83C8C0593171BB1892A39EB550DF',
|
|
22953
|
+
exponent: 0
|
|
22954
|
+
}, {
|
|
22955
|
+
denom: 'nthr',
|
|
22956
|
+
exponent: 6
|
|
22957
|
+
}],
|
|
22958
|
+
typeAsset: 'ics20',
|
|
22959
|
+
base: 'ibc/EFAAE3AD05AA79647A1587E363A11B6126CC83C8C0593171BB1892A39EB550DF',
|
|
22960
|
+
name: 'Nether',
|
|
22961
|
+
display: 'nthr',
|
|
22962
|
+
symbol: 'NTHR',
|
|
22963
|
+
traces: [{
|
|
22964
|
+
type: 'ibc',
|
|
22965
|
+
counterparty: {
|
|
22966
|
+
chainName: 'cosmoshub',
|
|
22967
|
+
baseDenom: 'factory/cosmos1wdja2gcsesyl07raq9jm3rcvu0sse5zkev0h8m/Nether',
|
|
22968
|
+
channelId: 'channel-141'
|
|
22969
|
+
},
|
|
22970
|
+
chain: {
|
|
22971
|
+
channelId: 'channel-0',
|
|
22972
|
+
path: 'transfer/channel-0/factory/cosmos1wdja2gcsesyl07raq9jm3rcvu0sse5zkev0h8m/Nether'
|
|
22973
|
+
}
|
|
22974
|
+
}],
|
|
22975
|
+
images: [{
|
|
22976
|
+
imageSync: {
|
|
22977
|
+
chainName: 'cosmoshub',
|
|
22978
|
+
baseDenom: 'factory/cosmos1wdja2gcsesyl07raq9jm3rcvu0sse5zkev0h8m/Nether'
|
|
22979
|
+
},
|
|
22980
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/nthr.png',
|
|
22981
|
+
theme: {
|
|
22982
|
+
circle: true
|
|
22983
|
+
}
|
|
22984
|
+
}],
|
|
22985
|
+
logoURIs: {
|
|
22986
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/nthr.png'
|
|
22987
|
+
},
|
|
22988
|
+
socials: {
|
|
22989
|
+
website: 'https://www.necrovault.com/',
|
|
22990
|
+
x: 'https://x.com/Underworld_NFTs'
|
|
22991
|
+
}
|
|
22947
22992
|
}
|
|
22948
22993
|
]
|
|
22949
22994
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.207",
|
|
4
4
|
"description": "Cosmos chain registry βοΈ",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.207"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "5ee7939711999ee4f6d74122f17d27a977aae590"
|
|
43
43
|
}
|