chain-registry 2.0.240 → 2.0.242
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 +13 -3
- package/esm/mainnet/andromeda/chain.js +0 -8
- package/esm/mainnet/atomone/chain.js +17 -6
- package/esm/mainnet/aura/chain.js +0 -4
- package/esm/mainnet/axone/chain.js +4 -4
- package/esm/mainnet/babylon/chain.js +1 -7
- package/esm/mainnet/bitway/chain.js +0 -4
- package/esm/mainnet/celestia/chain.js +19 -9
- package/esm/mainnet/composable/chain.js +0 -8
- package/esm/mainnet/cosmoshub/chain.js +17 -7
- package/esm/mainnet/dymension/chain.js +16 -16
- package/esm/mainnet/empowerchain/chain.js +0 -4
- package/esm/mainnet/fetchhub/chain.js +21 -15
- package/esm/mainnet/firmachain/chain.js +1 -1
- package/esm/mainnet/hippoprotocol/chain.js +0 -4
- package/esm/mainnet/juno/chain.js +7 -1
- package/esm/mainnet/kiichain/chain.js +1 -1
- package/esm/mainnet/kyve/chain.js +6 -0
- package/esm/mainnet/lava/chain.js +6 -4
- package/esm/mainnet/nolus/chain.js +1 -1
- package/esm/mainnet/persistence/chain.js +13 -3
- package/esm/mainnet/pocket/chain.js +8 -0
- package/esm/mainnet/provenance/chain.js +21 -3
- package/esm/mainnet/pylons/chain.js +0 -3
- package/esm/mainnet/realio/chain.js +0 -4
- package/esm/mainnet/rebus/chain.js +0 -4
- package/esm/mainnet/seda/chain.js +18 -12
- package/esm/mainnet/shentu/chain.js +6 -0
- package/esm/mainnet/sommelier/chain.js +1 -1
- package/esm/mainnet/terra/chain.js +1 -1
- package/esm/mainnet/unification/chain.js +0 -3
- package/esm/mainnet/wardenprotocol/chain.js +13 -0
- package/esm/mainnet/xrplevm/chain.js +4 -0
- package/esm/testnet/bfhevmtestnet/chain.js +1 -4
- package/esm/testnet/celestiatestnet3/chain.js +17 -5
- package/esm/testnet/cosmoshubtestnet/chain.js +1 -1
- package/esm/testnet/cosmosicsprovidertestnet/chain.js +24 -8
- package/esm/testnet/daodiseotestnet/chain.js +0 -8
- package/esm/testnet/humanstestnet/chain.js +1 -4
- package/esm/testnet/junotestnet/chain.js +0 -3
- package/esm/testnet/pelltestnet/chain.js +0 -3
- package/esm/testnet/sedatestnet/chain.js +11 -0
- package/esm/testnet/sgetestnet/chain.js +0 -4
- package/esm/testnet/sgetestnet4/chain.js +0 -4
- package/esm/testnet/sourcetestnet/chain.js +1 -4
- package/esm/testnet/terpnettestnet2/chain.js +1 -4
- package/esm/testnet/uniontestnet/chain.js +1 -4
- package/esm/testnet/xrplevmtestnet/chain.js +10 -6
- package/mainnet/akash/chain.js +13 -3
- package/mainnet/andromeda/chain.js +0 -8
- package/mainnet/atomone/chain.js +17 -6
- package/mainnet/aura/chain.js +0 -4
- package/mainnet/axone/chain.js +4 -4
- package/mainnet/babylon/chain.js +1 -7
- package/mainnet/bitway/chain.js +0 -4
- package/mainnet/celestia/chain.js +19 -9
- package/mainnet/composable/chain.js +0 -8
- package/mainnet/cosmoshub/chain.js +17 -7
- package/mainnet/dymension/chain.js +16 -16
- package/mainnet/empowerchain/chain.js +0 -4
- package/mainnet/fetchhub/chain.js +21 -15
- package/mainnet/firmachain/chain.js +1 -1
- package/mainnet/hippoprotocol/chain.js +0 -4
- package/mainnet/juno/chain.js +7 -1
- package/mainnet/kiichain/chain.js +1 -1
- package/mainnet/kyve/chain.js +6 -0
- package/mainnet/lava/chain.js +6 -4
- package/mainnet/nolus/chain.js +1 -1
- package/mainnet/persistence/chain.js +13 -3
- package/mainnet/pocket/chain.js +8 -0
- package/mainnet/provenance/chain.js +21 -3
- package/mainnet/pylons/chain.js +0 -3
- package/mainnet/realio/chain.js +0 -4
- package/mainnet/rebus/chain.js +0 -4
- package/mainnet/seda/chain.js +18 -12
- package/mainnet/shentu/chain.js +6 -0
- package/mainnet/sommelier/chain.js +1 -1
- package/mainnet/terra/chain.js +1 -1
- package/mainnet/unification/chain.js +0 -3
- package/mainnet/wardenprotocol/chain.js +13 -0
- package/mainnet/xrplevm/chain.js +4 -0
- package/package.json +3 -3
- package/testnet/bfhevmtestnet/chain.js +1 -4
- package/testnet/celestiatestnet3/chain.js +17 -5
- package/testnet/cosmoshubtestnet/chain.js +1 -1
- package/testnet/cosmosicsprovidertestnet/chain.js +24 -8
- package/testnet/daodiseotestnet/chain.js +0 -8
- package/testnet/humanstestnet/chain.js +1 -4
- package/testnet/junotestnet/chain.js +0 -3
- package/testnet/pelltestnet/chain.js +0 -3
- package/testnet/sedatestnet/chain.js +11 -0
- package/testnet/sgetestnet/chain.js +0 -4
- package/testnet/sgetestnet4/chain.js +0 -4
- package/testnet/sourcetestnet/chain.js +1 -4
- package/testnet/terpnettestnet2/chain.js +1 -4
- package/testnet/uniontestnet/chain.js +1 -4
- package/testnet/xrplevmtestnet/chain.js +10 -6
|
@@ -210,7 +210,8 @@ const info = {
|
|
|
210
210
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
211
211
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
212
212
|
}],
|
|
213
|
-
snapshots: [
|
|
213
|
+
snapshots: [
|
|
214
|
+
{
|
|
214
215
|
provider: 'High Stakes 🇨🇭',
|
|
215
216
|
url: 'https://tools.highstakes.ch/snapshots/akash',
|
|
216
217
|
latestUrl: 'https://tools.highstakes.ch/files/akash.tar.gz',
|
|
@@ -219,12 +220,21 @@ const info = {
|
|
|
219
220
|
frequency: 'every 3h',
|
|
220
221
|
compression: 'tar',
|
|
221
222
|
checksumAvailable: true
|
|
222
|
-
},
|
|
223
|
+
},
|
|
224
|
+
{
|
|
223
225
|
url: 'https://polkachu.com/tendermint_snapshots/akash',
|
|
224
226
|
type: 'pruned',
|
|
225
227
|
compression: 'lz4',
|
|
226
228
|
checksumAvailable: false,
|
|
227
229
|
provider: 'Polkachu'
|
|
228
|
-
}
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
url: 'https://kleomedes.cloud/chains/akash',
|
|
233
|
+
latestUrl: 'https://api.kleomedes.network/api/v2/snapshots/akash/latest',
|
|
234
|
+
type: 'pruned',
|
|
235
|
+
compression: 'zstd',
|
|
236
|
+
provider: 'Kleomedes'
|
|
237
|
+
}
|
|
238
|
+
]
|
|
229
239
|
};
|
|
230
240
|
export default info;
|
|
@@ -87,10 +87,6 @@ const info = {
|
|
|
87
87
|
address: 'https://andromeda.rpc.kjnodes.com',
|
|
88
88
|
provider: 'kjnodes.com 🦄'
|
|
89
89
|
},
|
|
90
|
-
{
|
|
91
|
-
address: 'andromeda-rpc.noders.services',
|
|
92
|
-
provider: '[NODERS]TEAM'
|
|
93
|
-
},
|
|
94
90
|
{
|
|
95
91
|
address: 'https://andromeda.rpc.liveraven.net',
|
|
96
92
|
provider: 'LiveRaveN'
|
|
@@ -129,10 +125,6 @@ const info = {
|
|
|
129
125
|
address: 'https://andromeda.api.kjnodes.com',
|
|
130
126
|
provider: 'kjnodes.com 🦄'
|
|
131
127
|
},
|
|
132
|
-
{
|
|
133
|
-
address: 'andromeda-api.noders.services',
|
|
134
|
-
provider: '[NODERS]TEAM'
|
|
135
|
-
},
|
|
136
128
|
{
|
|
137
129
|
address: 'https://andromeda.api.liveraven.net',
|
|
138
130
|
provider: 'LiveRaveN'
|
|
@@ -191,6 +191,10 @@ const info = {
|
|
|
191
191
|
{
|
|
192
192
|
address: 'https://atomone-mainnet-rpc.oshvank.xyz',
|
|
193
193
|
provider: '🏆OshVanK🏆'
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
address: 'https://atomone-rpc.kleomedes.network',
|
|
197
|
+
provider: 'Kleomedes'
|
|
194
198
|
}
|
|
195
199
|
],
|
|
196
200
|
rest: [
|
|
@@ -317,6 +321,10 @@ const info = {
|
|
|
317
321
|
{
|
|
318
322
|
address: 'https://atomone-mainnet-api.oshvank.xyz',
|
|
319
323
|
provider: '🏆OshVanK🏆'
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
address: 'https://atomone-api.kleomedes.network',
|
|
327
|
+
provider: 'Kleomedes'
|
|
320
328
|
}
|
|
321
329
|
],
|
|
322
330
|
grpc: [
|
|
@@ -328,10 +336,6 @@ const info = {
|
|
|
328
336
|
address: 'atomone-grpc.cogwheel.zone:443',
|
|
329
337
|
provider: 'Cogwheel ⚙️'
|
|
330
338
|
},
|
|
331
|
-
{
|
|
332
|
-
address: 'atomone.grpc.nodeshub.online',
|
|
333
|
-
provider: 'Nodes Hub'
|
|
334
|
-
},
|
|
335
339
|
{
|
|
336
340
|
address: 'https://grpc-atomone.nodeist.net',
|
|
337
341
|
provider: 'Nodeist'
|
|
@@ -377,7 +381,7 @@ const info = {
|
|
|
377
381
|
provider: 'Shazoes'
|
|
378
382
|
},
|
|
379
383
|
{
|
|
380
|
-
address: 'grpc-atomone.22node.xyz',
|
|
384
|
+
address: 'https://grpc-atomone.22node.xyz',
|
|
381
385
|
provider: 'Shazoes'
|
|
382
386
|
},
|
|
383
387
|
{
|
|
@@ -397,7 +401,7 @@ const info = {
|
|
|
397
401
|
provider: 'Citizen Web3'
|
|
398
402
|
},
|
|
399
403
|
{
|
|
400
|
-
address: 'atomone-grpc.nyan-cat.net',
|
|
404
|
+
address: 'https://atomone-grpc.nyan-cat.net',
|
|
401
405
|
provider: 'NyanCat'
|
|
402
406
|
},
|
|
403
407
|
{
|
|
@@ -535,6 +539,13 @@ const info = {
|
|
|
535
539
|
images: [{
|
|
536
540
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
537
541
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
542
|
+
}],
|
|
543
|
+
snapshots: [{
|
|
544
|
+
url: 'https://kleomedes.cloud/chains/atomone',
|
|
545
|
+
latestUrl: 'https://api.kleomedes.network/api/v2/snapshots/atomone/latest',
|
|
546
|
+
type: 'pruned',
|
|
547
|
+
compression: 'zstd',
|
|
548
|
+
provider: 'Kleomedes'
|
|
538
549
|
}]
|
|
539
550
|
};
|
|
540
551
|
export default info;
|
|
@@ -196,10 +196,6 @@ const info = {
|
|
|
196
196
|
address: 'auranetwork-mainnet-grpc.autostake.com:443',
|
|
197
197
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
198
198
|
},
|
|
199
|
-
{
|
|
200
|
-
address: 'aura.mainnet.grpc.nodersteam.com:9100/',
|
|
201
|
-
provider: '[NODERS]TEAM'
|
|
202
|
-
},
|
|
203
199
|
{
|
|
204
200
|
address: 'https://aura-grpc.ramuchi.tech:15000',
|
|
205
201
|
provider: 'ramuchi.tech'
|
|
@@ -128,10 +128,6 @@ const info = {
|
|
|
128
128
|
}
|
|
129
129
|
],
|
|
130
130
|
grpc: [
|
|
131
|
-
{
|
|
132
|
-
address: 'grpc.axone.cumulo.com.es:443',
|
|
133
|
-
provider: 'Cumulo'
|
|
134
|
-
},
|
|
135
131
|
{
|
|
136
132
|
address: 'axone.grpc.bccnodes.com:443',
|
|
137
133
|
provider: 'BccNodes'
|
|
@@ -155,6 +151,10 @@ const info = {
|
|
|
155
151
|
{
|
|
156
152
|
address: 'axone-mainnet-grpc.shazoes.xyz:30490',
|
|
157
153
|
provider: 'Shazoes'
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
address: 'https://grpc.axone.cumulo.com.es',
|
|
157
|
+
provider: 'Cumulo'
|
|
158
158
|
}
|
|
159
159
|
]
|
|
160
160
|
},
|
|
@@ -112,7 +112,7 @@ const info = {
|
|
|
112
112
|
],
|
|
113
113
|
grpc: [
|
|
114
114
|
{
|
|
115
|
-
address: 'babylon.nodes.guru:443/grpc',
|
|
115
|
+
address: 'https://babylon.nodes.guru:443/grpc',
|
|
116
116
|
provider: 'Nodes.Guru'
|
|
117
117
|
},
|
|
118
118
|
{
|
|
@@ -169,12 +169,6 @@ const info = {
|
|
|
169
169
|
compression: 'lz4',
|
|
170
170
|
checksumAvailable: false,
|
|
171
171
|
provider: 'Polkachu'
|
|
172
|
-
}, {
|
|
173
|
-
url: 'https://polkachu.com/archive_snapshots/babylon',
|
|
174
|
-
type: 'archive',
|
|
175
|
-
compression: 'lz4',
|
|
176
|
-
checksumAvailable: false,
|
|
177
|
-
provider: 'Polkachu'
|
|
178
172
|
}]
|
|
179
173
|
};
|
|
180
174
|
export default info;
|
|
@@ -176,10 +176,6 @@ const info = {
|
|
|
176
176
|
address: 'http://bitway.grpc.mandragora.io:9079',
|
|
177
177
|
provider: 'Mandragora'
|
|
178
178
|
},
|
|
179
|
-
{
|
|
180
|
-
address: 'bitway.grpc.nodeshub.online',
|
|
181
|
-
provider: 'Nodes Hub'
|
|
182
|
-
},
|
|
183
179
|
{
|
|
184
180
|
address: 'bitway-grpc.polkachu.com:26390',
|
|
185
181
|
provider: 'Polkachu'
|
|
@@ -124,10 +124,6 @@ const info = {
|
|
|
124
124
|
address: 'https://rpc.freshstaking.com/celestia',
|
|
125
125
|
provider: 'FreshSTAKING'
|
|
126
126
|
},
|
|
127
|
-
{
|
|
128
|
-
address: 'https://celestia.cumulo.org.es/',
|
|
129
|
-
provider: 'Cumulo'
|
|
130
|
-
},
|
|
131
127
|
{
|
|
132
128
|
address: 'https://rpc.celestia-app.bronbro.io',
|
|
133
129
|
provider: 'Bro_n_Bro'
|
|
@@ -163,6 +159,10 @@ const info = {
|
|
|
163
159
|
{
|
|
164
160
|
address: 'https://celestia-rpc.polkachu.com:443',
|
|
165
161
|
provider: 'Polkachu'
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
address: 'https://celestia.cumulo.org.es',
|
|
165
|
+
provider: 'Cumulo'
|
|
166
166
|
}
|
|
167
167
|
],
|
|
168
168
|
rest: [
|
|
@@ -300,10 +300,6 @@ const info = {
|
|
|
300
300
|
address: 'grpc.celestia.validatus.com:443',
|
|
301
301
|
provider: 'Validatus'
|
|
302
302
|
},
|
|
303
|
-
{
|
|
304
|
-
address: 'celestia.grpc.cumulo.org.es',
|
|
305
|
-
provider: 'Cumulo'
|
|
306
|
-
},
|
|
307
303
|
{
|
|
308
304
|
address: 'grpc.celestia-app.bronbro.io:443',
|
|
309
305
|
provider: 'Bro_n_Bro'
|
|
@@ -331,8 +327,16 @@ const info = {
|
|
|
331
327
|
{
|
|
332
328
|
address: 'celestia-grpc.polkachu.com:11690',
|
|
333
329
|
provider: 'Polkachu'
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
address: 'https://celestia.grpc.cumulo.org.es',
|
|
333
|
+
provider: 'Cumulo'
|
|
334
334
|
}
|
|
335
|
-
]
|
|
335
|
+
],
|
|
336
|
+
wss: [{
|
|
337
|
+
address: 'wss://celestia.cumulo.org.es/websocket',
|
|
338
|
+
provider: 'Cumulo'
|
|
339
|
+
}]
|
|
336
340
|
},
|
|
337
341
|
explorers: [
|
|
338
342
|
{
|
|
@@ -417,6 +421,12 @@ const info = {
|
|
|
417
421
|
url: 'https://celestia.valopers.com/',
|
|
418
422
|
txPage: 'https://celestia.valopers.com/transactions/${txHash}',
|
|
419
423
|
accountPage: 'https://celestia.valopers.com/account/${accountAddress}'
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
kind: 'moon-runners',
|
|
427
|
+
url: 'https://moon-runners.net/celestia/mainnet',
|
|
428
|
+
txPage: 'https://moon-runners.net/celestia/mainnet/finder?search=${txHash}',
|
|
429
|
+
accountPage: 'https://moon-runners.net/celestia/mainnet/finder?search=${accountAddress}'
|
|
420
430
|
}
|
|
421
431
|
],
|
|
422
432
|
images: [{
|
|
@@ -179,10 +179,6 @@ const info = {
|
|
|
179
179
|
address: 'grpc-composable.vinjan.xyz:36090',
|
|
180
180
|
provider: 'vinjan'
|
|
181
181
|
},
|
|
182
|
-
{
|
|
183
|
-
address: 'composable.grpc.skynodejs.net',
|
|
184
|
-
provider: 'skynodejs'
|
|
185
|
-
},
|
|
186
182
|
{
|
|
187
183
|
address: 'composable.grpc.stakevillage.net:16190',
|
|
188
184
|
provider: 'Stake Village'
|
|
@@ -191,10 +187,6 @@ const info = {
|
|
|
191
187
|
address: 'picasso-rpc.stakeandrelax.net:22290',
|
|
192
188
|
provider: 'Stake&Relax 🦥'
|
|
193
189
|
},
|
|
194
|
-
{
|
|
195
|
-
address: 'grpc.composable.validatus.com',
|
|
196
|
-
provider: 'Validatus'
|
|
197
|
-
},
|
|
198
190
|
{
|
|
199
191
|
address: 'https://grpc.centauri.bronbro.io:443',
|
|
200
192
|
provider: 'Bro_n_Bro'
|
|
@@ -332,7 +332,7 @@ const info = {
|
|
|
332
332
|
archive: true
|
|
333
333
|
},
|
|
334
334
|
{
|
|
335
|
-
address: 'cosmoshub.grpc.lava.build',
|
|
335
|
+
address: 'https://cosmoshub.grpc.lava.build',
|
|
336
336
|
provider: 'Lava'
|
|
337
337
|
},
|
|
338
338
|
{
|
|
@@ -384,7 +384,7 @@ const info = {
|
|
|
384
384
|
provider: 'ITRocket'
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
|
-
address: 'cosmoshub.grpc.quasarstaking.ai',
|
|
387
|
+
address: 'https://cosmoshub.grpc.quasarstaking.ai',
|
|
388
388
|
provider: 'Quasar'
|
|
389
389
|
},
|
|
390
390
|
{
|
|
@@ -399,15 +399,19 @@ const info = {
|
|
|
399
399
|
address: 'cosmoshub-mainnet.chain.whenmoonwhenlambo.money:443',
|
|
400
400
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
401
401
|
},
|
|
402
|
-
{
|
|
403
|
-
address: 'grpc.cosmos.cumulo.com.es:9790',
|
|
404
|
-
provider: 'Cumulo'
|
|
405
|
-
},
|
|
406
402
|
{
|
|
407
403
|
address: 'https://cosmos-grpc.highstakes.ch',
|
|
408
404
|
provider: 'High Stakes 🇨🇭'
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
address: 'https://grpc.cosmos.cumulo.com.es',
|
|
408
|
+
provider: 'Cumulo'
|
|
409
409
|
}
|
|
410
|
-
]
|
|
410
|
+
],
|
|
411
|
+
wss: [{
|
|
412
|
+
address: 'wss://rpc.cosmos.cumulo.com.es/websocket',
|
|
413
|
+
provider: 'Cumulo'
|
|
414
|
+
}]
|
|
411
415
|
},
|
|
412
416
|
explorers: [
|
|
413
417
|
{
|
|
@@ -532,6 +536,12 @@ const info = {
|
|
|
532
536
|
validatorPage: 'https://explorer.whenmoonwhenlambo.money/cosmos/staking/${validatorAddress}',
|
|
533
537
|
proposalPage: 'https://explorer.whenmoonwhenlambo.money/cosmos/gov/${proposalId}',
|
|
534
538
|
blockPage: 'https://explorer.whenmoonwhenlambo.money/cosmos/block/${blockHeight}'
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
kind: 'moon-runners',
|
|
542
|
+
url: 'https://moon-runners.net/cosmoshub/mainnet',
|
|
543
|
+
txPage: 'https://moon-runners.net/cosmoshub/mainnet/finder?search=${txHash}',
|
|
544
|
+
accountPage: 'https://moon-runners.net/cosmoshub/mainnet/finder?search=${accountAddress}'
|
|
535
545
|
}
|
|
536
546
|
],
|
|
537
547
|
images: [{
|
|
@@ -133,10 +133,6 @@ const info = {
|
|
|
133
133
|
address: 'https://dymension.0xwave.com:2053',
|
|
134
134
|
provider: 'Wave'
|
|
135
135
|
},
|
|
136
|
-
{
|
|
137
|
-
address: 'https://archive.rpc.dym.cumulo.com.es:443',
|
|
138
|
-
provider: 'Cumulo'
|
|
139
|
-
},
|
|
140
136
|
{
|
|
141
137
|
address: 'https://rpc.dymension.posthuman.digital',
|
|
142
138
|
provider: 'posthuman'
|
|
@@ -164,6 +160,10 @@ const info = {
|
|
|
164
160
|
{
|
|
165
161
|
address: 'https://dymension-rpc.polkachu.com:443',
|
|
166
162
|
provider: 'Polkachu'
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
address: 'https://rollapp.rpc.cumulo.com.es',
|
|
166
|
+
provider: 'Cumulo'
|
|
167
167
|
}
|
|
168
168
|
],
|
|
169
169
|
rest: [
|
|
@@ -255,10 +255,6 @@ const info = {
|
|
|
255
255
|
address: 'https://dymension.0xwave.com',
|
|
256
256
|
provider: 'Wave'
|
|
257
257
|
},
|
|
258
|
-
{
|
|
259
|
-
address: 'https://api.dym.cumulo.com.es',
|
|
260
|
-
provider: 'Cumulo'
|
|
261
|
-
},
|
|
262
258
|
{
|
|
263
259
|
address: 'https://rest.dymension.posthuman.digital',
|
|
264
260
|
provider: 'posthuman'
|
|
@@ -282,6 +278,10 @@ const info = {
|
|
|
282
278
|
{
|
|
283
279
|
address: 'https://dymension-api.polkachu.com',
|
|
284
280
|
provider: 'Polkachu'
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
address: 'https://rollapp.rest.cumulo.com.es',
|
|
284
|
+
provider: 'Cumulo'
|
|
285
285
|
}
|
|
286
286
|
],
|
|
287
287
|
grpc: [
|
|
@@ -353,10 +353,6 @@ const info = {
|
|
|
353
353
|
address: 'https://dymension.0xwave.com:2083',
|
|
354
354
|
provider: 'Wave'
|
|
355
355
|
},
|
|
356
|
-
{
|
|
357
|
-
address: 'grpc.dym.cumulo.com.es:443',
|
|
358
|
-
provider: 'Cumulo'
|
|
359
|
-
},
|
|
360
356
|
{
|
|
361
357
|
address: 'https://grpc.dymension.posthuman.digital',
|
|
362
358
|
provider: 'posthuman'
|
|
@@ -376,6 +372,10 @@ const info = {
|
|
|
376
372
|
{
|
|
377
373
|
address: 'dymension-grpc.polkachu.com:20590',
|
|
378
374
|
provider: 'Polkachu'
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
address: 'https://rollapp.grpc.cumulo.com.es',
|
|
378
|
+
provider: 'Cumulo'
|
|
379
379
|
}
|
|
380
380
|
],
|
|
381
381
|
evmHttpJsonrpc: [
|
|
@@ -395,10 +395,6 @@ const info = {
|
|
|
395
395
|
address: 'https://dymension.0xwave.com:2087',
|
|
396
396
|
provider: 'Wave'
|
|
397
397
|
},
|
|
398
|
-
{
|
|
399
|
-
address: 'https://evm-rpc.dym.cumulo.com.es:443',
|
|
400
|
-
provider: 'Cumulo'
|
|
401
|
-
},
|
|
402
398
|
{
|
|
403
399
|
address: 'https://evm-rpc.dymension.node75.org',
|
|
404
400
|
provider: 'Pro-Nodes75'
|
|
@@ -414,6 +410,10 @@ const info = {
|
|
|
414
410
|
{
|
|
415
411
|
address: 'https://evm.archive.dymension.mainnet.dteam.tech:443',
|
|
416
412
|
provider: 'DTEAM'
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
address: 'https://rollapp.jrpc.cumulo.com.es',
|
|
416
|
+
provider: 'Cumulo'
|
|
417
417
|
}
|
|
418
418
|
]
|
|
419
419
|
},
|
|
@@ -171,10 +171,6 @@ const info = {
|
|
|
171
171
|
address: 'http://empw.grpc.m.stavr.tech:9141',
|
|
172
172
|
provider: '🔥STAVR🔥'
|
|
173
173
|
},
|
|
174
|
-
{
|
|
175
|
-
address: 'grpc-empower.vinjan.xyz',
|
|
176
|
-
provider: 'vinjan'
|
|
177
|
-
},
|
|
178
174
|
{
|
|
179
175
|
address: 'empower.grpc.stakevillage.net:16890',
|
|
180
176
|
provider: 'Stake Village'
|
|
@@ -41,10 +41,6 @@ const info = {
|
|
|
41
41
|
address: 'https://rpc-fetchhub.fetch.ai:443',
|
|
42
42
|
provider: 'fetch.ai'
|
|
43
43
|
},
|
|
44
|
-
{
|
|
45
|
-
address: 'https://fetchai-rpc.kleomedes.network',
|
|
46
|
-
provider: 'Kleomedes'
|
|
47
|
-
},
|
|
48
44
|
{
|
|
49
45
|
address: 'https://fetch-rpc.antrixy.org',
|
|
50
46
|
provider: 'Antrix'
|
|
@@ -100,6 +96,10 @@ const info = {
|
|
|
100
96
|
{
|
|
101
97
|
address: 'https://fetch-rpc.polkachu.com:443',
|
|
102
98
|
provider: 'Polkachu'
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
address: 'https://fetchhub-rpc.kleomedes.network',
|
|
102
|
+
provider: 'Kleomedes'
|
|
103
103
|
}
|
|
104
104
|
],
|
|
105
105
|
rest: [
|
|
@@ -111,10 +111,6 @@ const info = {
|
|
|
111
111
|
address: 'https://fetch-api.polkachu.com',
|
|
112
112
|
provider: 'Polkachu'
|
|
113
113
|
},
|
|
114
|
-
{
|
|
115
|
-
address: 'https://fetchai-api.kleomedes.network',
|
|
116
|
-
provider: 'Kleomedes'
|
|
117
|
-
},
|
|
118
114
|
{
|
|
119
115
|
address: 'https://fetch-rest.antrixy.org',
|
|
120
116
|
provider: 'Antrix'
|
|
@@ -166,6 +162,10 @@ const info = {
|
|
|
166
162
|
{
|
|
167
163
|
address: 'https://fetch.api.pocket.network',
|
|
168
164
|
provider: 'Pocket Network'
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
address: 'https://fetchhub-api.kleomedes.network',
|
|
168
|
+
provider: 'Kleomedes'
|
|
169
169
|
}
|
|
170
170
|
],
|
|
171
171
|
grpc: [
|
|
@@ -201,10 +201,6 @@ const info = {
|
|
|
201
201
|
address: 'fetch-grpc.publicnode.com:443',
|
|
202
202
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
203
203
|
},
|
|
204
|
-
{
|
|
205
|
-
address: 'fetch.grpc.nodeshub.online',
|
|
206
|
-
provider: 'Nodes Hub'
|
|
207
|
-
},
|
|
208
204
|
{
|
|
209
205
|
address: 'grpc.fetchhub-4.fetch.aviaone.com:9094',
|
|
210
206
|
provider: 'AVIAONE 🟢'
|
|
@@ -284,7 +280,8 @@ const info = {
|
|
|
284
280
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
|
|
285
281
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
|
|
286
282
|
}],
|
|
287
|
-
snapshots: [
|
|
283
|
+
snapshots: [
|
|
284
|
+
{
|
|
288
285
|
provider: 'High Stakes 🇨🇭',
|
|
289
286
|
url: 'https://tools.highstakes.ch/snapshots/fetchai',
|
|
290
287
|
latestUrl: 'https://tools.highstakes.ch/files/fetchai.tar.gz',
|
|
@@ -293,12 +290,21 @@ const info = {
|
|
|
293
290
|
frequency: 'every 3h',
|
|
294
291
|
compression: 'tar',
|
|
295
292
|
checksumAvailable: true
|
|
296
|
-
},
|
|
293
|
+
},
|
|
294
|
+
{
|
|
297
295
|
url: 'https://polkachu.com/tendermint_snapshots/fetch',
|
|
298
296
|
type: 'pruned',
|
|
299
297
|
compression: 'lz4',
|
|
300
298
|
checksumAvailable: false,
|
|
301
299
|
provider: 'Polkachu'
|
|
302
|
-
}
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
url: 'https://kleomedes.cloud/chains/fetchhub',
|
|
303
|
+
latestUrl: 'https://api.kleomedes.network/api/v2/snapshots/fetchhub/latest',
|
|
304
|
+
type: 'pruned',
|
|
305
|
+
compression: 'zstd',
|
|
306
|
+
provider: 'Kleomedes'
|
|
307
|
+
}
|
|
308
|
+
]
|
|
303
309
|
};
|
|
304
310
|
export default info;
|
|
@@ -111,10 +111,6 @@ const info = {
|
|
|
111
111
|
address: 'ibc-grpc.hippo-protocol.com:443',
|
|
112
112
|
provider: 'Hippo Protocol'
|
|
113
113
|
},
|
|
114
|
-
{
|
|
115
|
-
address: 'hippo.grpc.nodeshub.online',
|
|
116
|
-
provider: 'Nodes Hub'
|
|
117
|
-
},
|
|
118
114
|
{
|
|
119
115
|
address: 'hippo-grpc.node39.top:443',
|
|
120
116
|
provider: 'Node39'
|
|
@@ -163,7 +163,7 @@ const info = {
|
|
|
163
163
|
provider: 'Stake&Relax Validator 🦥'
|
|
164
164
|
},
|
|
165
165
|
{
|
|
166
|
-
address: 'juno.grpc.kleomedes.network',
|
|
166
|
+
address: 'https://juno.grpc.kleomedes.network',
|
|
167
167
|
provider: 'Kleomedes'
|
|
168
168
|
},
|
|
169
169
|
{
|
|
@@ -250,6 +250,12 @@ const info = {
|
|
|
250
250
|
compression: 'lz4',
|
|
251
251
|
checksumAvailable: false,
|
|
252
252
|
provider: 'Polkachu'
|
|
253
|
+
}, {
|
|
254
|
+
url: 'https://kleomedes.cloud/chains/juno',
|
|
255
|
+
latestUrl: 'https://api.kleomedes.network/api/v2/snapshots/juno/latest',
|
|
256
|
+
type: 'pruned',
|
|
257
|
+
compression: 'zstd',
|
|
258
|
+
provider: 'Kleomedes'
|
|
253
259
|
}]
|
|
254
260
|
};
|
|
255
261
|
export default info;
|
|
@@ -271,6 +271,12 @@ const info = {
|
|
|
271
271
|
url: 'https://viewblock.io/kyve',
|
|
272
272
|
txPage: 'https://viewblock.io/kyve/tx/${txHash}',
|
|
273
273
|
accountPage: 'https://viewblock.io/kyve/address/${accountAddress}'
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
kind: 'moon-runners',
|
|
277
|
+
url: 'https://moon-runners.net/kyve/mainnet',
|
|
278
|
+
txPage: 'https://moon-runners.net/kyve/mainnet/finder?search=${txHash}',
|
|
279
|
+
accountPage: 'https://moon-runners.net/kyve/mainnet/finder?search=${accountAddress}'
|
|
274
280
|
}
|
|
275
281
|
],
|
|
276
282
|
images: [{
|
|
@@ -276,10 +276,6 @@ const info = {
|
|
|
276
276
|
address: 'grpc-lava.r93axnodes.cloud:443',
|
|
277
277
|
provider: 'r93AX Nodes'
|
|
278
278
|
},
|
|
279
|
-
{
|
|
280
|
-
address: 'grpc.lava-mainnet-1.lava.aviaone.com:9104/',
|
|
281
|
-
provider: 'AVIAONE 🟢'
|
|
282
|
-
},
|
|
283
279
|
{
|
|
284
280
|
address: 'grpc-lava.maouam.xyz:443',
|
|
285
281
|
provider: 'MaouamNodelab'
|
|
@@ -366,6 +362,12 @@ const info = {
|
|
|
366
362
|
url: 'https://stake.astrostake.xyz/lava',
|
|
367
363
|
txPage: 'https://stake.astrostake.xyz/lava/tx/${txHash}',
|
|
368
364
|
accountPage: 'https://stake.astrostake.xyz/lava/address/${accountAddress}'
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
kind: 'moon-runners',
|
|
368
|
+
url: 'https://moon-runners.net/lava/mainnet',
|
|
369
|
+
txPage: 'https://moon-runners.net/lava/mainnet/finder?search=${txHash}',
|
|
370
|
+
accountPage: 'https://moon-runners.net/lava/mainnet/finder?search=${accountAddress}'
|
|
369
371
|
}
|
|
370
372
|
],
|
|
371
373
|
keywords: [
|
|
@@ -346,7 +346,8 @@ const info = {
|
|
|
346
346
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
347
347
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
|
348
348
|
}],
|
|
349
|
-
snapshots: [
|
|
349
|
+
snapshots: [
|
|
350
|
+
{
|
|
350
351
|
provider: 'High Stakes 🇨🇭',
|
|
351
352
|
url: 'https://tools.highstakes.ch/snapshots/persistence',
|
|
352
353
|
latestUrl: 'https://tools.highstakes.ch/files/persistence.tar.gz',
|
|
@@ -355,12 +356,21 @@ const info = {
|
|
|
355
356
|
frequency: 'every 3h',
|
|
356
357
|
compression: 'tar',
|
|
357
358
|
checksumAvailable: true
|
|
358
|
-
},
|
|
359
|
+
},
|
|
360
|
+
{
|
|
359
361
|
url: 'https://polkachu.com/tendermint_snapshots/persistence',
|
|
360
362
|
type: 'pruned',
|
|
361
363
|
compression: 'lz4',
|
|
362
364
|
checksumAvailable: false,
|
|
363
365
|
provider: 'Polkachu'
|
|
364
|
-
}
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
url: 'https://kleomedes.cloud/chains/persistence',
|
|
369
|
+
latestUrl: 'https://api.kleomedes.network/api/v2/snapshots/persistence/latest',
|
|
370
|
+
type: 'pruned',
|
|
371
|
+
compression: 'zstd',
|
|
372
|
+
provider: 'Kleomedes'
|
|
373
|
+
}
|
|
374
|
+
]
|
|
365
375
|
};
|
|
366
376
|
export default info;
|