chain-registry 1.69.613 → 1.69.615
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/akash/chain.js +0 -12
- package/esm/mainnet/assets.js +0 -8
- package/esm/mainnet/axelar/chain.js +0 -84
- package/esm/mainnet/chains.js +0 -8
- package/esm/mainnet/cheqd/chain.js +8 -0
- package/esm/mainnet/cosmoshub/assets.js +29 -0
- package/esm/mainnet/elys/assets.js +12 -8
- package/esm/mainnet/elys/chain.js +3 -3
- package/esm/mainnet/ibc.js +0 -8
- package/esm/mainnet/named.js +0 -4
- package/esm/mainnet/neutron/chain.js +0 -28
- package/esm/mainnet/nolus/assets.js +10 -8
- package/esm/mainnet/osmosis/assets.js +53 -9
- package/esm/mainnet/xion/assets.js +11 -9
- package/esm/mainnet/xion/chain.js +7 -4
- package/esm/testnet/assets.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/named.js +1 -0
- package/esm/testnet/skyzennet/assets.js +23 -0
- package/esm/testnet/skyzennet/chain.js +60 -0
- package/esm/{mainnet/stargaze → testnet/skyzennet}/index.js +0 -2
- package/mainnet/akash/chain.js +0 -12
- package/mainnet/assets.js +0 -8
- package/mainnet/axelar/chain.js +0 -84
- package/mainnet/chains.js +0 -8
- package/mainnet/cheqd/chain.js +8 -0
- package/mainnet/cosmoshub/assets.js +29 -0
- package/mainnet/elys/assets.js +12 -8
- package/mainnet/elys/chain.js +3 -3
- package/mainnet/ibc.js +0 -8
- package/mainnet/named.d.ts +0 -4
- package/mainnet/named.js +3 -7
- package/mainnet/neutron/chain.js +0 -28
- package/mainnet/nolus/assets.js +10 -8
- package/mainnet/osmosis/assets.js +53 -9
- package/mainnet/xion/assets.js +11 -9
- package/mainnet/xion/chain.js +7 -4
- package/package.json +3 -3
- package/testnet/assets.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/named.d.ts +1 -0
- package/testnet/named.js +2 -1
- package/testnet/skyzennet/assets.js +25 -0
- package/testnet/skyzennet/chain.js +62 -0
- package/{mainnet/nillion → testnet/skyzennet}/index.d.ts +0 -1
- package/{mainnet/nillion → testnet/skyzennet}/index.js +1 -3
- package/esm/mainnet/nillion/assets.js +0 -30
- package/esm/mainnet/nillion/chain.js +0 -154
- package/esm/mainnet/nillion/ibc.js +0 -32
- package/esm/mainnet/nillion/index.js +0 -6
- package/esm/mainnet/stargaze/assets.js +0 -890
- package/esm/mainnet/stargaze/chain.js +0 -331
- package/esm/mainnet/stargaze/ibc.js +0 -900
- package/esm/mainnet/starname/assets.js +0 -32
- package/esm/mainnet/starname/chain.js +0 -74
- package/esm/mainnet/starname/ibc.js +0 -223
- package/esm/mainnet/starname/index.js +0 -6
- package/esm/mainnet/tgrade/assets.js +0 -46
- package/esm/mainnet/tgrade/chain.js +0 -94
- package/esm/mainnet/tgrade/ibc.js +0 -62
- package/esm/mainnet/tgrade/index.js +0 -6
- package/mainnet/nillion/assets.js +0 -32
- package/mainnet/nillion/chain.js +0 -156
- package/mainnet/nillion/ibc.d.ts +0 -3
- package/mainnet/nillion/ibc.js +0 -34
- package/mainnet/stargaze/assets.d.ts +0 -3
- package/mainnet/stargaze/assets.js +0 -892
- package/mainnet/stargaze/chain.d.ts +0 -3
- package/mainnet/stargaze/chain.js +0 -333
- package/mainnet/stargaze/ibc.d.ts +0 -3
- package/mainnet/stargaze/ibc.js +0 -902
- package/mainnet/stargaze/index.d.ts +0 -3
- package/mainnet/stargaze/index.js +0 -12
- package/mainnet/starname/assets.d.ts +0 -3
- package/mainnet/starname/assets.js +0 -34
- package/mainnet/starname/chain.d.ts +0 -3
- package/mainnet/starname/chain.js +0 -76
- package/mainnet/starname/ibc.d.ts +0 -3
- package/mainnet/starname/ibc.js +0 -225
- package/mainnet/starname/index.d.ts +0 -3
- package/mainnet/starname/index.js +0 -12
- package/mainnet/tgrade/assets.d.ts +0 -3
- package/mainnet/tgrade/assets.js +0 -48
- package/mainnet/tgrade/chain.d.ts +0 -3
- package/mainnet/tgrade/chain.js +0 -96
- package/mainnet/tgrade/ibc.d.ts +0 -3
- package/mainnet/tgrade/ibc.js +0 -64
- package/mainnet/tgrade/index.d.ts +0 -3
- package/mainnet/tgrade/index.js +0 -12
- /package/{mainnet/nillion → testnet/skyzennet}/assets.d.ts +0 -0
- /package/{mainnet/nillion → testnet/skyzennet}/chain.d.ts +0 -0
|
@@ -74,10 +74,6 @@ const info = {
|
|
|
74
74
|
address: 'https://akash-mainnet-rpc.cosmonautstakes.com:443',
|
|
75
75
|
provider: 'Cosmonaut Stakes'
|
|
76
76
|
},
|
|
77
|
-
{
|
|
78
|
-
address: 'https://akash-rpc.w3coins.io',
|
|
79
|
-
provider: 'w3coins'
|
|
80
|
-
},
|
|
81
77
|
{
|
|
82
78
|
address: 'https://akash-rpc.publicnode.com:443',
|
|
83
79
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -108,18 +104,10 @@ const info = {
|
|
|
108
104
|
address: 'https://akash-api.kleomedes.network',
|
|
109
105
|
provider: 'Kleomedes'
|
|
110
106
|
},
|
|
111
|
-
{
|
|
112
|
-
address: 'https://api-akash-01.stakeflow.io',
|
|
113
|
-
provider: 'Stakeflow'
|
|
114
|
-
},
|
|
115
107
|
{
|
|
116
108
|
address: 'https://akash-mainnet-rest.cosmonautstakes.com:443',
|
|
117
109
|
provider: 'Cosmonaut Stakes'
|
|
118
110
|
},
|
|
119
|
-
{
|
|
120
|
-
address: 'https://akash-api.w3coins.io',
|
|
121
|
-
provider: 'w3coins'
|
|
122
|
-
},
|
|
123
111
|
{
|
|
124
112
|
address: 'https://akash-rest.publicnode.com',
|
|
125
113
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
package/esm/mainnet/assets.js
CHANGED
|
@@ -142,7 +142,6 @@ import * as _neura from './neura';
|
|
|
142
142
|
import * as _neutaro from './neutaro';
|
|
143
143
|
import * as _neutron from './neutron';
|
|
144
144
|
import * as _nibiru from './nibiru';
|
|
145
|
-
import * as _nillion from './nillion';
|
|
146
145
|
import * as _nim from './nim';
|
|
147
146
|
import * as _noble from './noble';
|
|
148
147
|
import * as _nolus from './nolus';
|
|
@@ -197,8 +196,6 @@ import * as _six from './six';
|
|
|
197
196
|
import * as _sommelier from './sommelier';
|
|
198
197
|
import * as _source from './source';
|
|
199
198
|
import * as _stafihub from './stafihub';
|
|
200
|
-
import * as _stargaze from './stargaze';
|
|
201
|
-
import * as _starname from './starname';
|
|
202
199
|
import * as _stoc from './stoc';
|
|
203
200
|
import * as _stratos from './stratos';
|
|
204
201
|
import * as _stride from './stride';
|
|
@@ -211,7 +208,6 @@ import * as _teritori from './teritori';
|
|
|
211
208
|
import * as _terpnetwork from './terpnetwork';
|
|
212
209
|
import * as _terra from './terra';
|
|
213
210
|
import * as _terra2 from './terra2';
|
|
214
|
-
import * as _tgrade from './tgrade';
|
|
215
211
|
import * as _thejaynetwork from './thejaynetwork';
|
|
216
212
|
import * as _thorchain from './thorchain';
|
|
217
213
|
import * as _titan from './titan';
|
|
@@ -378,7 +374,6 @@ const assets = [
|
|
|
378
374
|
_neutaro.assets,
|
|
379
375
|
_neutron.assets,
|
|
380
376
|
_nibiru.assets,
|
|
381
|
-
_nillion.assets,
|
|
382
377
|
_nim.assets,
|
|
383
378
|
_noble.assets,
|
|
384
379
|
_nolus.assets,
|
|
@@ -433,8 +428,6 @@ const assets = [
|
|
|
433
428
|
_sommelier.assets,
|
|
434
429
|
_source.assets,
|
|
435
430
|
_stafihub.assets,
|
|
436
|
-
_stargaze.assets,
|
|
437
|
-
_starname.assets,
|
|
438
431
|
_stoc.assets,
|
|
439
432
|
_stratos.assets,
|
|
440
433
|
_stride.assets,
|
|
@@ -447,7 +440,6 @@ const assets = [
|
|
|
447
440
|
_terpnetwork.assets,
|
|
448
441
|
_terra.assets,
|
|
449
442
|
_terra2.assets,
|
|
450
|
-
_tgrade.assets,
|
|
451
443
|
_thejaynetwork.assets,
|
|
452
444
|
_thorchain.assets,
|
|
453
445
|
_titan.assets,
|
|
@@ -70,10 +70,6 @@ const info = {
|
|
|
70
70
|
},
|
|
71
71
|
description: 'Axelar delivers secure cross-chain communication for Web3. Our infrastructure enables dApp users to interact with any asset or application, on any chain, with one click.',
|
|
72
72
|
apis: {
|
|
73
|
-
"grpc-web": [{
|
|
74
|
-
address: 'axelar-grpcweb.chainode.tech',
|
|
75
|
-
provider: 'Chainode'
|
|
76
|
-
}],
|
|
77
73
|
rpc: [
|
|
78
74
|
{
|
|
79
75
|
address: 'https://rpc-axelar.imperator.co:443',
|
|
@@ -83,10 +79,6 @@ const info = {
|
|
|
83
79
|
address: 'https://axelar-rpc.quickapi.com:443',
|
|
84
80
|
provider: 'chainlayer'
|
|
85
81
|
},
|
|
86
|
-
{
|
|
87
|
-
address: 'https://rpc-axelar.cosmos-spaces.cloud',
|
|
88
|
-
provider: 'Cosmos Spaces'
|
|
89
|
-
},
|
|
90
82
|
{
|
|
91
83
|
address: 'https://axelar-rpc.pops.one:443',
|
|
92
84
|
provider: 'p-ops'
|
|
@@ -99,10 +91,6 @@ const info = {
|
|
|
99
91
|
address: 'https://rpc-1.axelar.nodes.guru:443',
|
|
100
92
|
provider: 'nodes.guru'
|
|
101
93
|
},
|
|
102
|
-
{
|
|
103
|
-
address: 'https://rpc-axelar-ia.cosmosia.notional.ventures/',
|
|
104
|
-
provider: 'Notional'
|
|
105
|
-
},
|
|
106
94
|
{
|
|
107
95
|
address: 'https://axelar-rpc.polkachu.com',
|
|
108
96
|
provider: 'Polkachu'
|
|
@@ -111,18 +99,6 @@ const info = {
|
|
|
111
99
|
address: 'https://axelar.rpc.stakin-nodes.com',
|
|
112
100
|
provider: 'Stakin'
|
|
113
101
|
},
|
|
114
|
-
{
|
|
115
|
-
address: 'https://rpc.axelar.bh.rocks',
|
|
116
|
-
provider: 'BlockHunters 🎯'
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
address: 'https://axelar-rpc.validatrium.club',
|
|
120
|
-
provider: 'Validatrium'
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
address: 'https://rpc-axelar.whispernode.com:443',
|
|
124
|
-
provider: 'WhisperNode 🤐'
|
|
125
|
-
},
|
|
126
102
|
{
|
|
127
103
|
address: 'https://axelar.rpc.quantnode.xyz/',
|
|
128
104
|
provider: 'QuantNode'
|
|
@@ -139,18 +115,10 @@ const info = {
|
|
|
139
115
|
address: 'https://axelar.ibs.team:443/rpc',
|
|
140
116
|
provider: 'Inter Blockchain Services'
|
|
141
117
|
},
|
|
142
|
-
{
|
|
143
|
-
address: 'https://rpc-axelar-01.stakeflow.io',
|
|
144
|
-
provider: 'Stakeflow'
|
|
145
|
-
},
|
|
146
118
|
{
|
|
147
119
|
address: 'https://axelar-rpc.staketab.org:443',
|
|
148
120
|
provider: 'Staketab'
|
|
149
121
|
},
|
|
150
|
-
{
|
|
151
|
-
address: 'https://axelar-rpc.w3coins.io',
|
|
152
|
-
provider: 'w3coins'
|
|
153
|
-
},
|
|
154
122
|
{
|
|
155
123
|
address: 'https://axelar-rpc.publicnode.com:443',
|
|
156
124
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -169,10 +137,6 @@ const info = {
|
|
|
169
137
|
address: 'https://axelar-lcd.quickapi.com:443',
|
|
170
138
|
provider: 'chainlayer'
|
|
171
139
|
},
|
|
172
|
-
{
|
|
173
|
-
address: 'https://api-axelar.cosmos-spaces.cloud',
|
|
174
|
-
provider: 'Cosmos Spaces'
|
|
175
|
-
},
|
|
176
140
|
{
|
|
177
141
|
address: 'https://axelar-lcd.qubelabs.io:443',
|
|
178
142
|
provider: 'Qubelabs'
|
|
@@ -181,10 +145,6 @@ const info = {
|
|
|
181
145
|
address: 'https://api-1.axelar.nodes.guru:443',
|
|
182
146
|
provider: 'nodes.guru'
|
|
183
147
|
},
|
|
184
|
-
{
|
|
185
|
-
address: 'https://api-axelar-ia.cosmosia.notional.ventures/',
|
|
186
|
-
provider: 'Notional'
|
|
187
|
-
},
|
|
188
148
|
{
|
|
189
149
|
address: 'https://axelar-api.polkachu.com',
|
|
190
150
|
provider: 'Polkachu'
|
|
@@ -193,18 +153,6 @@ const info = {
|
|
|
193
153
|
address: 'https://axelar.rest.stakin-nodes.com',
|
|
194
154
|
provider: 'Stakin'
|
|
195
155
|
},
|
|
196
|
-
{
|
|
197
|
-
address: 'https://api.axelar.bh.rocks',
|
|
198
|
-
provider: 'BlockHunters 🎯'
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
address: 'https://axelar-api.validatrium.club',
|
|
202
|
-
provider: 'Validatrium'
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
address: 'https://lcd-axelar.whispernode.com:443',
|
|
206
|
-
provider: 'WhisperNode 🤐'
|
|
207
|
-
},
|
|
208
156
|
{
|
|
209
157
|
address: 'https://axelar-mainnet-lcd.autostake.com:443',
|
|
210
158
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
@@ -217,18 +165,10 @@ const info = {
|
|
|
217
165
|
address: 'https://axelar.ibs.team:443/api',
|
|
218
166
|
provider: 'Inter Blockchain Services'
|
|
219
167
|
},
|
|
220
|
-
{
|
|
221
|
-
address: 'https://api-axelar-01.stakeflow.io',
|
|
222
|
-
provider: 'Stakeflow'
|
|
223
|
-
},
|
|
224
168
|
{
|
|
225
169
|
address: 'https://axelar-rest.staketab.org',
|
|
226
170
|
provider: 'Staketab'
|
|
227
171
|
},
|
|
228
|
-
{
|
|
229
|
-
address: 'https://axelar-api.w3coins.io',
|
|
230
|
-
provider: 'w3coins'
|
|
231
|
-
},
|
|
232
172
|
{
|
|
233
173
|
address: 'https://axelar-rest.publicnode.com',
|
|
234
174
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -243,18 +183,6 @@ const info = {
|
|
|
243
183
|
address: 'axelar.grpc.quantnode.xyz:21990',
|
|
244
184
|
provider: 'Quantnode'
|
|
245
185
|
},
|
|
246
|
-
{
|
|
247
|
-
address: 'services.staketab.com:9080',
|
|
248
|
-
provider: 'Staketab'
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
address: 'grpc-axelar.cosmos-spaces.cloud:1590',
|
|
252
|
-
provider: 'Cosmos Spaces'
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
address: 'grpc-axelar-ia.cosmosia.notional.ventures:443',
|
|
256
|
-
provider: 'Notional'
|
|
257
|
-
},
|
|
258
186
|
{
|
|
259
187
|
address: 'axelar-grpc.polkachu.com:15190',
|
|
260
188
|
provider: 'Polkachu'
|
|
@@ -267,18 +195,6 @@ const info = {
|
|
|
267
195
|
address: 'axelar-mainnet-grpc.autostake.com:443',
|
|
268
196
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
269
197
|
},
|
|
270
|
-
{
|
|
271
|
-
address: 'grpc-axelar-01.stakeflow.io:1602',
|
|
272
|
-
provider: 'Stakeflow'
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
address: 'axelar-grpc.w3coins.io:15190',
|
|
276
|
-
provider: 'w3coins'
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
address: 'grpc-axelar.whispernode.com:443',
|
|
280
|
-
provider: 'WhisperNode 🤐'
|
|
281
|
-
},
|
|
282
198
|
{
|
|
283
199
|
address: 'axelar-grpc.publicnode.com:443',
|
|
284
200
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -142,7 +142,6 @@ import * as _neura from './neura';
|
|
|
142
142
|
import * as _neutaro from './neutaro';
|
|
143
143
|
import * as _neutron from './neutron';
|
|
144
144
|
import * as _nibiru from './nibiru';
|
|
145
|
-
import * as _nillion from './nillion';
|
|
146
145
|
import * as _nim from './nim';
|
|
147
146
|
import * as _noble from './noble';
|
|
148
147
|
import * as _nolus from './nolus';
|
|
@@ -197,8 +196,6 @@ import * as _six from './six';
|
|
|
197
196
|
import * as _sommelier from './sommelier';
|
|
198
197
|
import * as _source from './source';
|
|
199
198
|
import * as _stafihub from './stafihub';
|
|
200
|
-
import * as _stargaze from './stargaze';
|
|
201
|
-
import * as _starname from './starname';
|
|
202
199
|
import * as _stoc from './stoc';
|
|
203
200
|
import * as _stratos from './stratos';
|
|
204
201
|
import * as _stride from './stride';
|
|
@@ -211,7 +208,6 @@ import * as _teritori from './teritori';
|
|
|
211
208
|
import * as _terpnetwork from './terpnetwork';
|
|
212
209
|
import * as _terra from './terra';
|
|
213
210
|
import * as _terra2 from './terra2';
|
|
214
|
-
import * as _tgrade from './tgrade';
|
|
215
211
|
import * as _thejaynetwork from './thejaynetwork';
|
|
216
212
|
import * as _thorchain from './thorchain';
|
|
217
213
|
import * as _titan from './titan';
|
|
@@ -378,7 +374,6 @@ const chains = [
|
|
|
378
374
|
_neutaro.chain,
|
|
379
375
|
_neutron.chain,
|
|
380
376
|
_nibiru.chain,
|
|
381
|
-
_nillion.chain,
|
|
382
377
|
_nim.chain,
|
|
383
378
|
_noble.chain,
|
|
384
379
|
_nolus.chain,
|
|
@@ -433,8 +428,6 @@ const chains = [
|
|
|
433
428
|
_sommelier.chain,
|
|
434
429
|
_source.chain,
|
|
435
430
|
_stafihub.chain,
|
|
436
|
-
_stargaze.chain,
|
|
437
|
-
_starname.chain,
|
|
438
431
|
_stoc.chain,
|
|
439
432
|
_stratos.chain,
|
|
440
433
|
_stride.chain,
|
|
@@ -447,7 +440,6 @@ const chains = [
|
|
|
447
440
|
_terpnetwork.chain,
|
|
448
441
|
_terra.chain,
|
|
449
442
|
_terra2.chain,
|
|
450
|
-
_tgrade.chain,
|
|
451
443
|
_thejaynetwork.chain,
|
|
452
444
|
_thorchain.chain,
|
|
453
445
|
_titan.chain,
|
|
@@ -99,6 +99,10 @@ const info = {
|
|
|
99
99
|
address: 'https://cheqd-rpc.vnodesv.net',
|
|
100
100
|
provider: 'vNodes[V] Ser[V]ices'
|
|
101
101
|
},
|
|
102
|
+
{
|
|
103
|
+
address: 'https://cheqd2-rpc.vnodesv.net',
|
|
104
|
+
provider: 'vNodes[V] Ser[V]ices [2]'
|
|
105
|
+
},
|
|
102
106
|
{
|
|
103
107
|
address: 'https://cheqd-rpc.publicnode.com:443',
|
|
104
108
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -153,6 +157,10 @@ const info = {
|
|
|
153
157
|
address: 'https://cheqd-api.vnodesv.net',
|
|
154
158
|
provider: 'vNodes[V] Ser[V]ices'
|
|
155
159
|
},
|
|
160
|
+
{
|
|
161
|
+
address: 'https://cheqd2-api.vnodesv.net',
|
|
162
|
+
provider: 'vNodes[V] Ser[V]ices [2]'
|
|
163
|
+
},
|
|
156
164
|
{
|
|
157
165
|
address: 'https://cheqd-rest.publicnode.com',
|
|
158
166
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -1127,6 +1127,35 @@ const info = {
|
|
|
1127
1127
|
website: 'https://www.necrovault.com/',
|
|
1128
1128
|
x: 'https://x.com/Underworld_NFTs'
|
|
1129
1129
|
}
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
description: 'The native STARS token, migrated from Stargaze to the Cosmos Hub.',
|
|
1133
|
+
denom_units: [{
|
|
1134
|
+
denom: 'factory/cosmos1s8qx0zvz8yd6e4x0mqmqf7fr9vvfn6226hkvrq/ustars',
|
|
1135
|
+
exponent: 0,
|
|
1136
|
+
aliases: ['ustars']
|
|
1137
|
+
}, {
|
|
1138
|
+
denom: 'stars',
|
|
1139
|
+
exponent: 6
|
|
1140
|
+
}],
|
|
1141
|
+
type_asset: 'sdk.coin',
|
|
1142
|
+
base: 'factory/cosmos1s8qx0zvz8yd6e4x0mqmqf7fr9vvfn6226hkvrq/ustars',
|
|
1143
|
+
name: 'Stargaze',
|
|
1144
|
+
display: 'stars',
|
|
1145
|
+
symbol: 'STARS',
|
|
1146
|
+
logo_URIs: {
|
|
1147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/stars.png',
|
|
1148
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/stars.svg'
|
|
1149
|
+
},
|
|
1150
|
+
images: [{
|
|
1151
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/stars.png',
|
|
1152
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/stars.svg'
|
|
1153
|
+
}],
|
|
1154
|
+
coingecko_id: 'stargaze',
|
|
1155
|
+
socials: {
|
|
1156
|
+
website: 'https://www.stargaze.zone/',
|
|
1157
|
+
x: 'https://x.com/StargazeZone'
|
|
1158
|
+
}
|
|
1130
1159
|
}
|
|
1131
1160
|
]
|
|
1132
1161
|
};
|
|
@@ -301,20 +301,22 @@ const info = {
|
|
|
301
301
|
coingecko_id: 'celestia'
|
|
302
302
|
},
|
|
303
303
|
{
|
|
304
|
-
description: '
|
|
304
|
+
description: 'Verona is the intelligence layer for AI.',
|
|
305
|
+
extended_description: 'Verona is the intelligence layer for AI. It makes user-verified data portable, private, and programmable, so agents can transact on information the user actually owns.',
|
|
305
306
|
denom_units: [{
|
|
306
307
|
denom: 'ibc/6BFB09FE2464A7681645610F56BBEFF555A00B8AE146339FEB4609BF40FB0F4A',
|
|
307
308
|
exponent: 0,
|
|
308
309
|
aliases: ['uxion']
|
|
309
310
|
}, {
|
|
310
|
-
denom: '
|
|
311
|
-
exponent: 6
|
|
311
|
+
denom: 'XION',
|
|
312
|
+
exponent: 6,
|
|
313
|
+
aliases: ['xion', 'VERONA']
|
|
312
314
|
}],
|
|
313
315
|
type_asset: 'ics20',
|
|
314
316
|
base: 'ibc/6BFB09FE2464A7681645610F56BBEFF555A00B8AE146339FEB4609BF40FB0F4A',
|
|
315
|
-
name: '
|
|
316
|
-
display: '
|
|
317
|
-
symbol: '
|
|
317
|
+
name: 'Verona',
|
|
318
|
+
display: 'VERONA',
|
|
319
|
+
symbol: 'VERONA',
|
|
318
320
|
traces: [{
|
|
319
321
|
type: 'ibc',
|
|
320
322
|
counterparty: {
|
|
@@ -332,10 +334,12 @@ const info = {
|
|
|
332
334
|
chain_name: 'xion',
|
|
333
335
|
base_denom: 'uxion'
|
|
334
336
|
},
|
|
335
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
337
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
338
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
336
339
|
}],
|
|
337
340
|
logo_URIs: {
|
|
338
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
341
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
342
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
339
343
|
},
|
|
340
344
|
coingecko_id: 'xion-2'
|
|
341
345
|
},
|
|
@@ -120,7 +120,7 @@ const info = {
|
|
|
120
120
|
provider: 'AutoStake'
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
|
-
address: 'https://elys.
|
|
123
|
+
address: 'https://elys-rpc.vnodesv.net',
|
|
124
124
|
provider: 'vNodes[V] Ser[V]ices'
|
|
125
125
|
}
|
|
126
126
|
],
|
|
@@ -162,7 +162,7 @@ const info = {
|
|
|
162
162
|
provider: 'AutoStake'
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
|
-
address: 'https://
|
|
165
|
+
address: 'https://elys-api.vnodesv.net',
|
|
166
166
|
provider: 'vNodes[V] Ser[V]ices'
|
|
167
167
|
}
|
|
168
168
|
],
|
|
@@ -188,7 +188,7 @@ const info = {
|
|
|
188
188
|
provider: 'AutoStake'
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
|
-
address: 'https://elys.
|
|
191
|
+
address: 'https://elys.vnodesv.net/grpc',
|
|
192
192
|
provider: 'vNodes[V] Ser[V]ices'
|
|
193
193
|
}
|
|
194
194
|
]
|
package/esm/mainnet/ibc.js
CHANGED
|
@@ -107,7 +107,6 @@ import * as _mtgbp from './mtgbp';
|
|
|
107
107
|
import * as _neutaro from './neutaro';
|
|
108
108
|
import * as _neutron from './neutron';
|
|
109
109
|
import * as _nibiru from './nibiru';
|
|
110
|
-
import * as _nillion from './nillion';
|
|
111
110
|
import * as _nim from './nim';
|
|
112
111
|
import * as _noble from './noble';
|
|
113
112
|
import * as _nolus from './nolus';
|
|
@@ -156,8 +155,6 @@ import * as _sifchain from './sifchain';
|
|
|
156
155
|
import * as _sommelier from './sommelier';
|
|
157
156
|
import * as _source from './source';
|
|
158
157
|
import * as _stafihub from './stafihub';
|
|
159
|
-
import * as _stargaze from './stargaze';
|
|
160
|
-
import * as _starname from './starname';
|
|
161
158
|
import * as _stratos from './stratos';
|
|
162
159
|
import * as _stride from './stride';
|
|
163
160
|
import * as _sunrise from './sunrise';
|
|
@@ -167,7 +164,6 @@ import * as _taketitan from './taketitan';
|
|
|
167
164
|
import * as _teritori from './teritori';
|
|
168
165
|
import * as _terra from './terra';
|
|
169
166
|
import * as _terra2 from './terra2';
|
|
170
|
-
import * as _tgrade from './tgrade';
|
|
171
167
|
import * as _thejaynetwork from './thejaynetwork';
|
|
172
168
|
import * as _titan from './titan';
|
|
173
169
|
import * as _turkchain from './turkchain';
|
|
@@ -290,7 +286,6 @@ const ibc = [
|
|
|
290
286
|
..._neutaro.ibc,
|
|
291
287
|
..._neutron.ibc,
|
|
292
288
|
..._nibiru.ibc,
|
|
293
|
-
..._nillion.ibc,
|
|
294
289
|
..._nim.ibc,
|
|
295
290
|
..._noble.ibc,
|
|
296
291
|
..._nolus.ibc,
|
|
@@ -339,8 +334,6 @@ const ibc = [
|
|
|
339
334
|
..._sommelier.ibc,
|
|
340
335
|
..._source.ibc,
|
|
341
336
|
..._stafihub.ibc,
|
|
342
|
-
..._stargaze.ibc,
|
|
343
|
-
..._starname.ibc,
|
|
344
337
|
..._stratos.ibc,
|
|
345
338
|
..._stride.ibc,
|
|
346
339
|
..._sunrise.ibc,
|
|
@@ -350,7 +343,6 @@ const ibc = [
|
|
|
350
343
|
..._teritori.ibc,
|
|
351
344
|
..._terra.ibc,
|
|
352
345
|
..._terra2.ibc,
|
|
353
|
-
..._tgrade.ibc,
|
|
354
346
|
..._thejaynetwork.ibc,
|
|
355
347
|
..._titan.ibc,
|
|
356
348
|
..._turkchain.ibc,
|
package/esm/mainnet/named.js
CHANGED
|
@@ -142,7 +142,6 @@ export * as neura from './neura';
|
|
|
142
142
|
export * as neutaro from './neutaro';
|
|
143
143
|
export * as neutron from './neutron';
|
|
144
144
|
export * as nibiru from './nibiru';
|
|
145
|
-
export * as nillion from './nillion';
|
|
146
145
|
export * as nim from './nim';
|
|
147
146
|
export * as noble from './noble';
|
|
148
147
|
export * as nolus from './nolus';
|
|
@@ -197,8 +196,6 @@ export * as six from './six';
|
|
|
197
196
|
export * as sommelier from './sommelier';
|
|
198
197
|
export * as source from './source';
|
|
199
198
|
export * as stafihub from './stafihub';
|
|
200
|
-
export * as stargaze from './stargaze';
|
|
201
|
-
export * as starname from './starname';
|
|
202
199
|
export * as stoc from './stoc';
|
|
203
200
|
export * as stratos from './stratos';
|
|
204
201
|
export * as stride from './stride';
|
|
@@ -211,7 +208,6 @@ export * as teritori from './teritori';
|
|
|
211
208
|
export * as terpnetwork from './terpnetwork';
|
|
212
209
|
export * as terra from './terra';
|
|
213
210
|
export * as terra2 from './terra2';
|
|
214
|
-
export * as tgrade from './tgrade';
|
|
215
211
|
export * as thejaynetwork from './thejaynetwork';
|
|
216
212
|
export * as thorchain from './thorchain';
|
|
217
213
|
export * as titan from './titan';
|
|
@@ -123,14 +123,6 @@ const info = {
|
|
|
123
123
|
address: 'https://rpc.lavenderfive.com:443/neutron',
|
|
124
124
|
provider: 'Lavender.Five Nodes 🐝'
|
|
125
125
|
},
|
|
126
|
-
{
|
|
127
|
-
address: 'https://rpc-neutron.whispernode.com',
|
|
128
|
-
provider: 'WhisperNode 🤐'
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
address: 'https://rpc-neutron.cosmos-spaces.cloud',
|
|
132
|
-
provider: 'Cosmos Spaces'
|
|
133
|
-
},
|
|
134
126
|
{
|
|
135
127
|
address: 'https://neutron-rpc.publicnode.com:443',
|
|
136
128
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -190,14 +182,6 @@ const info = {
|
|
|
190
182
|
address: 'https://rest.lavenderfive.com:443/neutron',
|
|
191
183
|
provider: 'Lavender.Five Nodes 🐝'
|
|
192
184
|
},
|
|
193
|
-
{
|
|
194
|
-
address: 'https://lcd-neutron.whispernode.com',
|
|
195
|
-
provider: 'WhisperNode 🤐'
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
address: 'https://api-neutron.cosmos-spaces.cloud',
|
|
199
|
-
provider: 'Cosmos Spaces'
|
|
200
|
-
},
|
|
201
185
|
{
|
|
202
186
|
address: 'https://neutron-rest.publicnode.com',
|
|
203
187
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -233,22 +217,10 @@ const info = {
|
|
|
233
217
|
address: 'grpc-kralum.neutron-1.neutron.org:80',
|
|
234
218
|
provider: 'Neutron'
|
|
235
219
|
},
|
|
236
|
-
{
|
|
237
|
-
address: 'neutron-grpc-pub.rpc.p2p.world:3001',
|
|
238
|
-
provider: 'P2P'
|
|
239
|
-
},
|
|
240
220
|
{
|
|
241
221
|
address: 'neutron.lavenderfive.com:443',
|
|
242
222
|
provider: 'Lavender.Five Nodes 🐝'
|
|
243
223
|
},
|
|
244
|
-
{
|
|
245
|
-
address: 'grpc-neutron.whispernode.com:443',
|
|
246
|
-
provider: 'WhisperNode 🤐'
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
address: 'grpc-neutron.cosmos-spaces.cloud:3090',
|
|
250
|
-
provider: 'Cosmos Spaces'
|
|
251
|
-
},
|
|
252
224
|
{
|
|
253
225
|
address: 'neutron-grpc.publicnode.com:443',
|
|
254
226
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -1028,21 +1028,21 @@ const info = {
|
|
|
1028
1028
|
coingecko_id: 'nillion'
|
|
1029
1029
|
},
|
|
1030
1030
|
{
|
|
1031
|
-
description: '
|
|
1031
|
+
description: 'Verona transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
1032
1032
|
denom_units: [{
|
|
1033
1033
|
denom: 'ibc/B8E95841C22213AC4E3EF000CB9D1D3B06FFAA1784FCE1169C6E92982BCC89B4',
|
|
1034
1034
|
exponent: 0,
|
|
1035
1035
|
aliases: ['uxion']
|
|
1036
1036
|
}, {
|
|
1037
|
-
denom: '
|
|
1037
|
+
denom: 'XION',
|
|
1038
1038
|
exponent: 6,
|
|
1039
|
-
aliases: []
|
|
1039
|
+
aliases: ['xion', 'VERONA']
|
|
1040
1040
|
}],
|
|
1041
1041
|
type_asset: 'ics20',
|
|
1042
1042
|
base: 'ibc/B8E95841C22213AC4E3EF000CB9D1D3B06FFAA1784FCE1169C6E92982BCC89B4',
|
|
1043
|
-
name: '
|
|
1044
|
-
display: '
|
|
1045
|
-
symbol: '
|
|
1043
|
+
name: 'Verona',
|
|
1044
|
+
display: 'VERONA',
|
|
1045
|
+
symbol: 'VERONA',
|
|
1046
1046
|
traces: [{
|
|
1047
1047
|
type: 'ibc',
|
|
1048
1048
|
counterparty: {
|
|
@@ -1060,10 +1060,12 @@ const info = {
|
|
|
1060
1060
|
chain_name: 'osmosis',
|
|
1061
1061
|
base_denom: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5'
|
|
1062
1062
|
},
|
|
1063
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
1063
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
1064
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
1064
1065
|
}],
|
|
1065
1066
|
logo_URIs: {
|
|
1066
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
1067
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
1068
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
1067
1069
|
},
|
|
1068
1070
|
coingecko_id: 'xion-2'
|
|
1069
1071
|
},
|