chain-registry 2.0.233 → 2.0.234
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/agoric/chain.js +11 -4
- package/esm/mainnet/akash/chain.js +20 -7
- package/esm/mainnet/allora/chain.js +16 -0
- package/esm/mainnet/althea/chain.js +20 -1
- package/esm/mainnet/archway/chain.js +19 -0
- package/esm/mainnet/arkeo/chain.js +20 -1
- package/esm/mainnet/asset-lists.js +0 -2
- package/esm/mainnet/assetmantle/chain.js +11 -4
- package/esm/mainnet/aura/chain.js +19 -0
- package/esm/mainnet/axelar/asset-list.js +33 -0
- package/esm/mainnet/axelar/chain.js +11 -4
- package/esm/mainnet/babylon/chain.js +18 -17
- package/esm/mainnet/bandchain/chain.js +18 -0
- package/esm/mainnet/bitbadges/chain.js +30 -6
- package/esm/mainnet/bitsong/chain.js +7 -0
- package/esm/mainnet/bitway/chain.js +19 -0
- package/esm/mainnet/canto/chain.js +11 -4
- package/esm/mainnet/carbon/chain.js +25 -3
- package/esm/mainnet/celestia/chain.js +19 -4
- package/esm/mainnet/chain4energy/chain.js +19 -0
- package/esm/mainnet/chains.js +0 -2
- package/esm/mainnet/cheqd/chain.js +19 -0
- package/esm/mainnet/chihuahua/chain.js +11 -4
- package/esm/mainnet/composable/chain.js +19 -0
- package/esm/mainnet/coreum/chain.js +20 -1
- package/esm/mainnet/cosmoshub/chain.js +14 -4
- package/esm/mainnet/crescent/chain.js +11 -4
- package/esm/mainnet/cronos/chain.js +31 -6
- package/esm/mainnet/cryptoorgchain/chain.js +11 -4
- package/esm/mainnet/decentr/chain.js +19 -0
- package/esm/mainnet/doravota/chain.js +20 -1
- package/esm/mainnet/dungeon/asset-list.js +40 -0
- package/esm/mainnet/dungeon/ibc-data.js +31 -0
- package/esm/mainnet/dydx/chain.js +25 -28
- package/esm/mainnet/dymension/chain.js +20 -1
- package/esm/mainnet/empowerchain/chain.js +19 -0
- package/esm/mainnet/fetchhub/chain.js +10 -4
- package/esm/mainnet/firmachain/chain.js +19 -0
- package/esm/mainnet/gateway/chain.js +31 -7
- package/esm/mainnet/gitopia/chain.js +12 -5
- package/esm/mainnet/gravitybridge/chain.js +11 -4
- package/esm/mainnet/haqq/chain.js +19 -0
- package/esm/mainnet/hippoprotocol/chain.js +20 -1
- package/esm/mainnet/humans/chain.js +19 -0
- package/esm/mainnet/ibc-data.js +0 -2
- package/esm/mainnet/initia/chain.js +20 -1
- package/esm/mainnet/injective/chain.js +20 -17
- package/esm/mainnet/jackal/chain.js +11 -4
- package/esm/mainnet/juno/chain.js +11 -4
- package/esm/mainnet/kava/chain.js +11 -4
- package/esm/mainnet/kyve/chain.js +19 -0
- package/esm/mainnet/lava/chain.js +20 -1
- package/esm/mainnet/lumera/chain.js +20 -1
- package/esm/mainnet/lumnetwork/chain.js +19 -0
- package/esm/mainnet/mantrachain/chain.js +19 -0
- package/esm/mainnet/neutron/chain.js +19 -0
- package/esm/mainnet/nibiru/chain.js +19 -0
- package/esm/mainnet/noble/chain.js +17 -4
- package/esm/mainnet/nolus/chain.js +19 -0
- package/esm/mainnet/nyx/chain.js +13 -6
- package/esm/mainnet/oraichain/chain.js +19 -0
- package/esm/mainnet/osmosis/chain.js +14 -4
- package/esm/mainnet/passage/chain.js +11 -4
- package/esm/mainnet/passage/ibc-data.js +37 -3
- package/esm/mainnet/persistence/chain.js +10 -4
- package/esm/mainnet/planq/chain.js +19 -0
- package/esm/mainnet/pocket/chain.js +17 -6
- package/esm/mainnet/provenance/chain.js +18 -0
- package/esm/mainnet/quicksilver/chain.js +19 -0
- package/esm/mainnet/regen/chain.js +19 -0
- package/esm/mainnet/saga/chain.js +19 -0
- package/esm/mainnet/seda/chain.js +15 -8
- package/esm/mainnet/sentinel/chain.js +19 -0
- package/esm/mainnet/shentu/chain.js +11 -4
- package/esm/mainnet/shido/chain.js +19 -0
- package/esm/mainnet/sifchain/chain.js +11 -4
- package/esm/mainnet/sommelier/chain.js +11 -4
- package/esm/mainnet/source/chain.js +20 -1
- package/esm/mainnet/stride/chain.js +15 -8
- package/esm/mainnet/sunrise/chain.js +25 -0
- package/esm/mainnet/teritori/chain.js +11 -4
- package/esm/mainnet/terra2/chain.js +14 -4
- package/esm/mainnet/union/chain.js +11 -4
- package/esm/mainnet/ununifi/chain.js +19 -0
- package/esm/mainnet/xion/chain.js +20 -13
- package/esm/mainnet/xpla/chain.js +25 -3
- package/esm/mainnet/xrplevm/chain.js +38 -10
- package/esm/mainnet/zetachain/chain.js +20 -1
- package/esm/mainnet/zigchain/chain.js +8 -1
- package/esm/noncosmos/base/asset-list.js +31 -0
- package/esm/testnet/limonatatestnet/chain.js +27 -6
- package/mainnet/agoric/chain.js +11 -4
- package/mainnet/akash/chain.js +20 -7
- package/mainnet/allora/chain.js +16 -0
- package/mainnet/althea/chain.js +20 -1
- package/mainnet/archway/chain.js +19 -0
- package/mainnet/arkeo/chain.js +20 -1
- package/mainnet/asset-lists.js +0 -2
- package/mainnet/assetmantle/chain.js +11 -4
- package/mainnet/aura/chain.js +19 -0
- package/mainnet/axelar/asset-list.js +33 -0
- package/mainnet/axelar/chain.js +11 -4
- package/mainnet/babylon/chain.js +18 -17
- package/mainnet/bandchain/chain.js +18 -0
- package/mainnet/bitbadges/chain.js +30 -6
- package/mainnet/bitsong/chain.js +7 -0
- package/mainnet/bitway/chain.js +19 -0
- package/mainnet/canto/chain.js +11 -4
- package/mainnet/carbon/chain.js +25 -3
- package/mainnet/celestia/chain.js +19 -4
- package/mainnet/chain4energy/chain.js +19 -0
- package/mainnet/chains.js +0 -2
- package/mainnet/cheqd/chain.js +19 -0
- package/mainnet/chihuahua/chain.js +11 -4
- package/mainnet/composable/chain.js +19 -0
- package/mainnet/coreum/chain.js +20 -1
- package/mainnet/cosmoshub/chain.js +14 -4
- package/mainnet/crescent/chain.js +11 -4
- package/mainnet/cronos/chain.js +31 -6
- package/mainnet/cryptoorgchain/chain.js +11 -4
- package/mainnet/decentr/chain.js +19 -0
- package/mainnet/doravota/chain.js +20 -1
- package/mainnet/dungeon/asset-list.js +40 -0
- package/mainnet/dungeon/ibc-data.js +31 -0
- package/mainnet/dydx/chain.js +25 -28
- package/mainnet/dymension/chain.js +20 -1
- package/mainnet/empowerchain/chain.js +19 -0
- package/mainnet/fetchhub/chain.js +10 -4
- package/mainnet/firmachain/chain.js +19 -0
- package/mainnet/gateway/chain.js +31 -7
- package/mainnet/gitopia/chain.js +12 -5
- package/mainnet/gravitybridge/chain.js +11 -4
- package/mainnet/haqq/chain.js +19 -0
- package/mainnet/hippoprotocol/chain.js +20 -1
- package/mainnet/humans/chain.js +19 -0
- package/mainnet/ibc-data.js +0 -2
- package/mainnet/initia/chain.js +20 -1
- package/mainnet/injective/chain.js +20 -17
- package/mainnet/jackal/chain.js +11 -4
- package/mainnet/juno/chain.js +11 -4
- package/mainnet/kava/chain.js +11 -4
- package/mainnet/kyve/chain.js +19 -0
- package/mainnet/lava/chain.js +20 -1
- package/mainnet/lumera/chain.js +20 -1
- package/mainnet/lumnetwork/chain.js +19 -0
- package/mainnet/mantrachain/chain.js +19 -0
- package/mainnet/neutron/chain.js +19 -0
- package/mainnet/nibiru/chain.js +19 -0
- package/mainnet/noble/chain.js +17 -4
- package/mainnet/nolus/chain.js +19 -0
- package/mainnet/nyx/chain.js +13 -6
- package/mainnet/oraichain/chain.js +19 -0
- package/mainnet/osmosis/chain.js +14 -4
- package/mainnet/passage/chain.js +11 -4
- package/mainnet/passage/ibc-data.js +37 -3
- package/mainnet/persistence/chain.js +10 -4
- package/mainnet/planq/chain.js +19 -0
- package/mainnet/pocket/chain.js +17 -6
- package/mainnet/provenance/chain.js +18 -0
- package/mainnet/quicksilver/chain.js +19 -0
- package/mainnet/regen/chain.js +19 -0
- package/mainnet/saga/chain.js +19 -0
- package/mainnet/seda/chain.js +15 -8
- package/mainnet/sentinel/chain.js +19 -0
- package/mainnet/shentu/chain.js +11 -4
- package/mainnet/shido/chain.js +19 -0
- package/mainnet/sifchain/chain.js +11 -4
- package/mainnet/sommelier/chain.js +11 -4
- package/mainnet/source/chain.js +20 -1
- package/mainnet/stride/chain.js +15 -8
- package/mainnet/sunrise/chain.js +25 -0
- package/mainnet/teritori/chain.js +11 -4
- package/mainnet/terra2/chain.js +14 -4
- package/mainnet/union/chain.js +11 -4
- package/mainnet/ununifi/chain.js +19 -0
- package/mainnet/xion/chain.js +20 -13
- package/mainnet/xpla/chain.js +25 -3
- package/mainnet/xrplevm/chain.js +38 -10
- package/mainnet/zetachain/chain.js +20 -1
- package/mainnet/zigchain/chain.js +8 -1
- package/noncosmos/base/asset-list.js +31 -0
- package/package.json +3 -3
- package/testnet/limonatatestnet/chain.js +27 -6
- package/esm/mainnet/elys/asset-list.js +0 -439
- package/esm/mainnet/elys/chain.js +0 -252
- package/esm/mainnet/elys/ibc-data.js +0 -390
- package/esm/mainnet/elys/index.js +0 -6
- package/mainnet/elys/asset-list.d.ts +0 -3
- package/mainnet/elys/asset-list.js +0 -441
- package/mainnet/elys/chain.d.ts +0 -3
- package/mainnet/elys/chain.js +0 -254
- package/mainnet/elys/ibc-data.d.ts +0 -3
- package/mainnet/elys/ibc-data.js +0 -392
- package/mainnet/elys/index.d.ts +0 -3
- package/mainnet/elys/index.js +0 -12
|
@@ -99,6 +99,10 @@ const info = {
|
|
|
99
99
|
{
|
|
100
100
|
address: 'https://bitway.rpc.nodeshub.online:443',
|
|
101
101
|
provider: 'NodesHub'
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
address: 'https://bitway-rpc.polkachu.com:443',
|
|
105
|
+
provider: 'Polkachu'
|
|
102
106
|
}
|
|
103
107
|
],
|
|
104
108
|
rest: [
|
|
@@ -137,6 +141,10 @@ const info = {
|
|
|
137
141
|
{
|
|
138
142
|
address: 'https://bitway.api.nodeshub.online',
|
|
139
143
|
provider: 'NodesHub'
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
address: 'https://bitway-api.polkachu.com',
|
|
147
|
+
provider: 'Polkachu'
|
|
140
148
|
}
|
|
141
149
|
],
|
|
142
150
|
grpc: [
|
|
@@ -171,6 +179,10 @@ const info = {
|
|
|
171
179
|
{
|
|
172
180
|
address: 'bitway.grpc.nodeshub.online',
|
|
173
181
|
provider: 'Nodes Hub'
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
address: 'bitway-grpc.polkachu.com:26390',
|
|
185
|
+
provider: 'Polkachu'
|
|
174
186
|
}
|
|
175
187
|
]
|
|
176
188
|
},
|
|
@@ -203,6 +215,13 @@ const info = {
|
|
|
203
215
|
images: [{
|
|
204
216
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.png',
|
|
205
217
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.svg'
|
|
218
|
+
}],
|
|
219
|
+
snapshots: [{
|
|
220
|
+
url: 'https://polkachu.com/tendermint_snapshots/bitway',
|
|
221
|
+
type: 'pruned',
|
|
222
|
+
compression: 'lz4',
|
|
223
|
+
checksumAvailable: false,
|
|
224
|
+
provider: 'Polkachu'
|
|
206
225
|
}]
|
|
207
226
|
};
|
|
208
227
|
export default info;
|
|
@@ -39,10 +39,6 @@ const info = {
|
|
|
39
39
|
},
|
|
40
40
|
apis: {
|
|
41
41
|
rpc: [
|
|
42
|
-
{
|
|
43
|
-
address: 'https://canto-rpc.polkachu.com',
|
|
44
|
-
provider: 'Polkachu'
|
|
45
|
-
},
|
|
46
42
|
{
|
|
47
43
|
address: 'https://rpc.canto.silentvalidator.com/',
|
|
48
44
|
provider: 'silent'
|
|
@@ -58,6 +54,10 @@ const info = {
|
|
|
58
54
|
{
|
|
59
55
|
address: 'https://rpc-canto.kewrnode.com',
|
|
60
56
|
provider: 'Kewr Node'
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
address: 'https://canto-rpc.polkachu.com:443',
|
|
60
|
+
provider: 'Polkachu'
|
|
61
61
|
}
|
|
62
62
|
],
|
|
63
63
|
rest: [
|
|
@@ -152,6 +152,13 @@ const info = {
|
|
|
152
152
|
images: [{
|
|
153
153
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
154
154
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg'
|
|
155
|
+
}],
|
|
156
|
+
snapshots: [{
|
|
157
|
+
url: 'https://polkachu.com/tendermint_snapshots/canto',
|
|
158
|
+
type: 'pruned',
|
|
159
|
+
compression: 'lz4',
|
|
160
|
+
checksumAvailable: false,
|
|
161
|
+
provider: 'Polkachu'
|
|
155
162
|
}]
|
|
156
163
|
};
|
|
157
164
|
export default info;
|
|
@@ -329,6 +329,10 @@ const info = {
|
|
|
329
329
|
{
|
|
330
330
|
address: 'https://rpc.carbon.blockhunters.org',
|
|
331
331
|
provider: 'BlockHunters'
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
address: 'https://carbon-rpc.polkachu.com:443',
|
|
335
|
+
provider: 'Polkachu'
|
|
332
336
|
}
|
|
333
337
|
],
|
|
334
338
|
rest: [
|
|
@@ -347,15 +351,26 @@ const info = {
|
|
|
347
351
|
{
|
|
348
352
|
address: 'https://rest.carbon.blockhunters.org',
|
|
349
353
|
provider: 'BlockHunters'
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
address: 'https://carbon-api.polkachu.com',
|
|
357
|
+
provider: 'Polkachu'
|
|
350
358
|
}
|
|
351
359
|
],
|
|
352
|
-
grpc: [
|
|
360
|
+
grpc: [
|
|
361
|
+
{
|
|
353
362
|
address: 'carbon.lavenderfive.com:443',
|
|
354
363
|
provider: 'Lavender.Five Nodes 🐝'
|
|
355
|
-
},
|
|
364
|
+
},
|
|
365
|
+
{
|
|
356
366
|
address: 'carbon-mainnet-grpc.autostake.com:443',
|
|
357
367
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
358
|
-
}
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
address: 'carbon-grpc.polkachu.com:19690',
|
|
371
|
+
provider: 'Polkachu'
|
|
372
|
+
}
|
|
373
|
+
]
|
|
359
374
|
},
|
|
360
375
|
explorers: [
|
|
361
376
|
{
|
|
@@ -384,6 +399,13 @@ const info = {
|
|
|
384
399
|
images: [{
|
|
385
400
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.png',
|
|
386
401
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg'
|
|
402
|
+
}],
|
|
403
|
+
snapshots: [{
|
|
404
|
+
url: 'https://polkachu.com/tendermint_snapshots/carbon',
|
|
405
|
+
type: 'pruned',
|
|
406
|
+
compression: 'lz4',
|
|
407
|
+
checksumAvailable: false,
|
|
408
|
+
provider: 'Polkachu'
|
|
387
409
|
}]
|
|
388
410
|
};
|
|
389
411
|
export default info;
|
|
@@ -100,10 +100,6 @@ const info = {
|
|
|
100
100
|
address: 'https://celestia.rpc.kjnodes.com',
|
|
101
101
|
provider: 'kjnodes'
|
|
102
102
|
},
|
|
103
|
-
{
|
|
104
|
-
address: 'https://celestia-rpc.polkachu.com',
|
|
105
|
-
provider: 'Polkachu'
|
|
106
|
-
},
|
|
107
103
|
{
|
|
108
104
|
address: 'https://rpc-celestia.mzonder.com',
|
|
109
105
|
provider: 'MZONDER'
|
|
@@ -163,6 +159,10 @@ const info = {
|
|
|
163
159
|
{
|
|
164
160
|
address: 'https://rpc.archive.celestia.validatus.com',
|
|
165
161
|
provider: 'Validatus'
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
address: 'https://celestia-rpc.polkachu.com:443',
|
|
165
|
+
provider: 'Polkachu'
|
|
166
166
|
}
|
|
167
167
|
],
|
|
168
168
|
rest: [
|
|
@@ -253,6 +253,10 @@ const info = {
|
|
|
253
253
|
{
|
|
254
254
|
address: 'https://api.archive.celestia.validatus.com',
|
|
255
255
|
provider: 'Validatus'
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
address: 'https://celestia-api.polkachu.com',
|
|
259
|
+
provider: 'Polkachu'
|
|
256
260
|
}
|
|
257
261
|
],
|
|
258
262
|
grpc: [
|
|
@@ -323,6 +327,10 @@ const info = {
|
|
|
323
327
|
{
|
|
324
328
|
address: 'grpc.archive.celestia.validatus.com:2125',
|
|
325
329
|
provider: 'Validatus'
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
address: 'celestia-grpc.polkachu.com:11690',
|
|
333
|
+
provider: 'Polkachu'
|
|
326
334
|
}
|
|
327
335
|
]
|
|
328
336
|
},
|
|
@@ -414,6 +422,13 @@ const info = {
|
|
|
414
422
|
images: [{
|
|
415
423
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
416
424
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
425
|
+
}],
|
|
426
|
+
snapshots: [{
|
|
427
|
+
url: 'https://polkachu.com/tendermint_snapshots/celestia',
|
|
428
|
+
type: 'pruned',
|
|
429
|
+
compression: 'lz4',
|
|
430
|
+
checksumAvailable: false,
|
|
431
|
+
provider: 'Polkachu'
|
|
417
432
|
}]
|
|
418
433
|
};
|
|
419
434
|
export default info;
|
|
@@ -180,6 +180,10 @@ const info = {
|
|
|
180
180
|
{
|
|
181
181
|
address: 'https://rpc.polcrypto.pl:443',
|
|
182
182
|
provider: 'POLCRYPTO.PL'
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
address: 'https://chain4energy-rpc.polkachu.com:443',
|
|
186
|
+
provider: 'Polkachu'
|
|
183
187
|
}
|
|
184
188
|
],
|
|
185
189
|
rest: [
|
|
@@ -290,6 +294,10 @@ const info = {
|
|
|
290
294
|
{
|
|
291
295
|
address: 'https://rest.polcrypto.pl:443',
|
|
292
296
|
provider: 'POLCRYPTO.PL'
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
address: 'https://chain4energy-api.polkachu.com',
|
|
300
|
+
provider: 'Polkachu'
|
|
293
301
|
}
|
|
294
302
|
],
|
|
295
303
|
grpc: [
|
|
@@ -396,6 +404,10 @@ const info = {
|
|
|
396
404
|
{
|
|
397
405
|
address: 'grpc.polcrypto.pl:443',
|
|
398
406
|
provider: 'POLCRYPTO.PL'
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
address: 'chain4energy-grpc.polkachu.com:27290',
|
|
410
|
+
provider: 'Polkachu'
|
|
399
411
|
}
|
|
400
412
|
]
|
|
401
413
|
},
|
|
@@ -486,6 +498,13 @@ const info = {
|
|
|
486
498
|
],
|
|
487
499
|
images: [{
|
|
488
500
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png'
|
|
501
|
+
}],
|
|
502
|
+
snapshots: [{
|
|
503
|
+
url: 'https://polkachu.com/tendermint_snapshots/chain4energy',
|
|
504
|
+
type: 'pruned',
|
|
505
|
+
compression: 'lz4',
|
|
506
|
+
checksumAvailable: false,
|
|
507
|
+
provider: 'Polkachu'
|
|
489
508
|
}]
|
|
490
509
|
};
|
|
491
510
|
export default info;
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -63,7 +63,6 @@ import * as _dydx from './dydx';
|
|
|
63
63
|
import * as _dymension from './dymension';
|
|
64
64
|
import * as _dyson from './dyson';
|
|
65
65
|
import * as _echelon from './echelon';
|
|
66
|
-
import * as _elys from './elys';
|
|
67
66
|
import * as _emoney from './emoney';
|
|
68
67
|
import * as _empowerchain from './empowerchain';
|
|
69
68
|
import * as _epix from './epix';
|
|
@@ -291,7 +290,6 @@ const chains = [
|
|
|
291
290
|
_dymension.chain,
|
|
292
291
|
_dyson.chain,
|
|
293
292
|
_echelon.chain,
|
|
294
|
-
_elys.chain,
|
|
295
293
|
_emoney.chain,
|
|
296
294
|
_empowerchain.chain,
|
|
297
295
|
_epix.chain,
|
|
@@ -102,6 +102,10 @@ const info = {
|
|
|
102
102
|
{
|
|
103
103
|
address: 'https://cheqd.api.pocket.network',
|
|
104
104
|
provider: 'Pocket Network'
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
address: 'https://cheqd-rpc.polkachu.com:443',
|
|
108
|
+
provider: 'Polkachu'
|
|
105
109
|
}
|
|
106
110
|
],
|
|
107
111
|
rest: [
|
|
@@ -152,6 +156,10 @@ const info = {
|
|
|
152
156
|
{
|
|
153
157
|
address: 'https://cheqd.api.pocket.network',
|
|
154
158
|
provider: 'Pocket Network'
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
address: 'https://cheqd-api.polkachu.com',
|
|
162
|
+
provider: 'Polkachu'
|
|
155
163
|
}
|
|
156
164
|
],
|
|
157
165
|
grpc: [
|
|
@@ -186,6 +194,10 @@ const info = {
|
|
|
186
194
|
{
|
|
187
195
|
address: 'cheqd-grpc.publicnode.com:443',
|
|
188
196
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
address: 'cheqd-grpc.polkachu.com:16190',
|
|
200
|
+
provider: 'Polkachu'
|
|
189
201
|
}
|
|
190
202
|
]
|
|
191
203
|
},
|
|
@@ -248,6 +260,13 @@ const info = {
|
|
|
248
260
|
images: [{
|
|
249
261
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.png',
|
|
250
262
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg'
|
|
263
|
+
}],
|
|
264
|
+
snapshots: [{
|
|
265
|
+
url: 'https://polkachu.com/tendermint_snapshots/cheqd',
|
|
266
|
+
type: 'pruned',
|
|
267
|
+
compression: 'lz4',
|
|
268
|
+
checksumAvailable: false,
|
|
269
|
+
provider: 'Polkachu'
|
|
251
270
|
}]
|
|
252
271
|
};
|
|
253
272
|
export default info;
|
|
@@ -65,10 +65,6 @@ const info = {
|
|
|
65
65
|
address: 'https://chihua.rpc.m.stavr.tech',
|
|
66
66
|
provider: '🔥STAVR🔥'
|
|
67
67
|
},
|
|
68
|
-
{
|
|
69
|
-
address: 'https://chihuahua-rpc.polkachu.com',
|
|
70
|
-
provider: 'Polkachu'
|
|
71
|
-
},
|
|
72
68
|
{
|
|
73
69
|
address: 'https://rpc.lavenderfive.com:443/chihuahua',
|
|
74
70
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -108,6 +104,10 @@ const info = {
|
|
|
108
104
|
{
|
|
109
105
|
address: 'https://chihuahua.api.pocket.network',
|
|
110
106
|
provider: 'Pocket Network'
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
address: 'https://chihuahua-rpc.polkachu.com:443',
|
|
110
|
+
provider: 'Polkachu'
|
|
111
111
|
}
|
|
112
112
|
],
|
|
113
113
|
rest: [
|
|
@@ -244,6 +244,13 @@ const info = {
|
|
|
244
244
|
images: [{
|
|
245
245
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png',
|
|
246
246
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg'
|
|
247
|
+
}],
|
|
248
|
+
snapshots: [{
|
|
249
|
+
url: 'https://polkachu.com/tendermint_snapshots/chihuahua',
|
|
250
|
+
type: 'pruned',
|
|
251
|
+
compression: 'lz4',
|
|
252
|
+
checksumAvailable: false,
|
|
253
|
+
provider: 'Polkachu'
|
|
247
254
|
}]
|
|
248
255
|
};
|
|
249
256
|
export default info;
|
|
@@ -102,6 +102,10 @@ const info = {
|
|
|
102
102
|
{
|
|
103
103
|
address: 'https://composable_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
104
104
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
address: 'https://picasso-rpc.polkachu.com:443',
|
|
108
|
+
provider: 'Polkachu'
|
|
105
109
|
}
|
|
106
110
|
],
|
|
107
111
|
rest: [
|
|
@@ -144,6 +148,10 @@ const info = {
|
|
|
144
148
|
{
|
|
145
149
|
address: 'https://composable_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
146
150
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
address: 'https://picasso-api.polkachu.com',
|
|
154
|
+
provider: 'Polkachu'
|
|
147
155
|
}
|
|
148
156
|
],
|
|
149
157
|
grpc: [
|
|
@@ -202,6 +210,10 @@ const info = {
|
|
|
202
210
|
{
|
|
203
211
|
address: 'composable.grpc.m.stavr.tech:9907',
|
|
204
212
|
provider: '🔥STAVR🔥'
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
address: 'picasso-grpc.polkachu.com:22290',
|
|
216
|
+
provider: 'Polkachu'
|
|
205
217
|
}
|
|
206
218
|
]
|
|
207
219
|
},
|
|
@@ -253,6 +265,13 @@ const info = {
|
|
|
253
265
|
],
|
|
254
266
|
images: [{
|
|
255
267
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
268
|
+
}],
|
|
269
|
+
snapshots: [{
|
|
270
|
+
url: 'https://polkachu.com/tendermint_snapshots/picasso',
|
|
271
|
+
type: 'pruned',
|
|
272
|
+
compression: 'lz4',
|
|
273
|
+
checksumAvailable: false,
|
|
274
|
+
provider: 'Polkachu'
|
|
256
275
|
}]
|
|
257
276
|
};
|
|
258
277
|
export default info;
|
|
@@ -109,6 +109,10 @@ const info = {
|
|
|
109
109
|
{
|
|
110
110
|
address: 'https://coreum-rpc.chainroot.io',
|
|
111
111
|
provider: 'Chainroot'
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
address: 'https://coreum-rpc.polkachu.com:443',
|
|
115
|
+
provider: 'Polkachu'
|
|
112
116
|
}
|
|
113
117
|
],
|
|
114
118
|
grpc: [
|
|
@@ -139,6 +143,10 @@ const info = {
|
|
|
139
143
|
{
|
|
140
144
|
address: 'coreum-grpc.chainroot.io:443',
|
|
141
145
|
provider: 'Chainroot'
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
address: 'coreum-grpc.polkachu.com:24490',
|
|
149
|
+
provider: 'Polkachu'
|
|
142
150
|
}
|
|
143
151
|
],
|
|
144
152
|
rest: [
|
|
@@ -185,6 +193,10 @@ const info = {
|
|
|
185
193
|
{
|
|
186
194
|
address: 'https://coreum-api.chainroot.io',
|
|
187
195
|
provider: 'Chainroot'
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
address: 'https://coreum-api.polkachu.com',
|
|
199
|
+
provider: 'Polkachu'
|
|
188
200
|
}
|
|
189
201
|
]
|
|
190
202
|
},
|
|
@@ -244,6 +256,13 @@ const info = {
|
|
|
244
256
|
'RWA Protocol',
|
|
245
257
|
'RWA Marketplace',
|
|
246
258
|
'tokenization'
|
|
247
|
-
]
|
|
259
|
+
],
|
|
260
|
+
snapshots: [{
|
|
261
|
+
url: 'https://polkachu.com/tendermint_snapshots/coreum',
|
|
262
|
+
type: 'pruned',
|
|
263
|
+
compression: 'lz4',
|
|
264
|
+
checksumAvailable: false,
|
|
265
|
+
provider: 'Polkachu'
|
|
266
|
+
}]
|
|
248
267
|
};
|
|
249
268
|
export default info;
|
|
@@ -93,10 +93,6 @@ const info = {
|
|
|
93
93
|
address: 'https://go.getblock.io/17515cb3ec0e43b7817f182e5de6066a',
|
|
94
94
|
provider: 'GetBlock RPC Nodes'
|
|
95
95
|
},
|
|
96
|
-
{
|
|
97
|
-
address: 'https://cosmos-rpc.polkachu.com',
|
|
98
|
-
provider: 'Polkachu'
|
|
99
|
-
},
|
|
100
96
|
{
|
|
101
97
|
address: 'https://cosmos-rpc.staketab.org:443',
|
|
102
98
|
provider: 'Staketab'
|
|
@@ -200,6 +196,10 @@ const info = {
|
|
|
200
196
|
{
|
|
201
197
|
address: 'https://rpc.sbsconstrutionnconsultancy.com',
|
|
202
198
|
provider: 'bapimondal-server'
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
address: 'https://cosmos-rpc.polkachu.com:443',
|
|
202
|
+
provider: 'Polkachu'
|
|
203
203
|
}
|
|
204
204
|
],
|
|
205
205
|
rest: [
|
|
@@ -319,6 +319,10 @@ const info = {
|
|
|
319
319
|
{
|
|
320
320
|
address: 'https://cosmoshub.api.pocket.network',
|
|
321
321
|
provider: 'Pocket Network'
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
address: 'https://cosmos-api.polkachu.com',
|
|
325
|
+
provider: 'Polkachu'
|
|
322
326
|
}
|
|
323
327
|
],
|
|
324
328
|
grpc: [
|
|
@@ -539,6 +543,12 @@ const info = {
|
|
|
539
543
|
frequency: 'every 3h',
|
|
540
544
|
compression: 'tar',
|
|
541
545
|
checksumAvailable: true
|
|
546
|
+
}, {
|
|
547
|
+
url: 'https://polkachu.com/tendermint_snapshots/cosmos',
|
|
548
|
+
type: 'pruned',
|
|
549
|
+
compression: 'lz4',
|
|
550
|
+
checksumAvailable: false,
|
|
551
|
+
provider: 'Polkachu'
|
|
542
552
|
}]
|
|
543
553
|
};
|
|
544
554
|
export default info;
|
|
@@ -48,10 +48,6 @@ const info = {
|
|
|
48
48
|
address: 'https://mainnet.crescent.network:26657',
|
|
49
49
|
provider: 'crescent'
|
|
50
50
|
},
|
|
51
|
-
{
|
|
52
|
-
address: 'https://crescent-rpc.polkachu.com',
|
|
53
|
-
provider: 'Polkachu'
|
|
54
|
-
},
|
|
55
51
|
{
|
|
56
52
|
address: 'https://rpc-crescent.pupmos.network',
|
|
57
53
|
provider: 'PUPMØS'
|
|
@@ -79,6 +75,10 @@ const info = {
|
|
|
79
75
|
{
|
|
80
76
|
address: 'https://rpc.crescent.bronbro.io:443',
|
|
81
77
|
provider: 'Bro_n_Bro'
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
address: 'https://crescent-rpc.polkachu.com:443',
|
|
81
|
+
provider: 'Polkachu'
|
|
82
82
|
}
|
|
83
83
|
],
|
|
84
84
|
rest: [
|
|
@@ -188,6 +188,13 @@ const info = {
|
|
|
188
188
|
images: [{
|
|
189
189
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
190
190
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
|
|
191
|
+
}],
|
|
192
|
+
snapshots: [{
|
|
193
|
+
url: 'https://polkachu.com/tendermint_snapshots/crescent',
|
|
194
|
+
type: 'pruned',
|
|
195
|
+
compression: 'lz4',
|
|
196
|
+
checksumAvailable: false,
|
|
197
|
+
provider: 'Polkachu'
|
|
191
198
|
}]
|
|
192
199
|
};
|
|
193
200
|
export default info;
|
|
@@ -54,22 +54,40 @@ const info = {
|
|
|
54
54
|
{
|
|
55
55
|
address: 'https://cronos.drpc.org',
|
|
56
56
|
provider: 'dRPC'
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
address: 'https://cronos-rpc.polkachu.com:443',
|
|
60
|
+
provider: 'Polkachu'
|
|
57
61
|
}
|
|
58
62
|
],
|
|
59
|
-
rest: [
|
|
63
|
+
rest: [
|
|
64
|
+
{
|
|
60
65
|
address: 'https://rest.cronos.org/',
|
|
61
66
|
provider: 'cronos.org'
|
|
62
|
-
},
|
|
67
|
+
},
|
|
68
|
+
{
|
|
63
69
|
address: 'https://cronos-rest.publicnode.com',
|
|
64
70
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
65
|
-
}
|
|
66
|
-
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
address: 'https://cronos-api.polkachu.com',
|
|
74
|
+
provider: 'Polkachu'
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
grpc: [
|
|
78
|
+
{
|
|
67
79
|
address: 'grpc.cronos.org:443',
|
|
68
80
|
provider: 'cronos.org'
|
|
69
|
-
},
|
|
81
|
+
},
|
|
82
|
+
{
|
|
70
83
|
address: 'cronos-grpc.publicnode.com:443',
|
|
71
84
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
72
|
-
}
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
address: 'cronos-grpc.polkachu.com:23690',
|
|
88
|
+
provider: 'Polkachu'
|
|
89
|
+
}
|
|
90
|
+
],
|
|
73
91
|
evmHttpJsonrpc: [{
|
|
74
92
|
address: 'https://evm.cronos.org/',
|
|
75
93
|
provider: 'cronos.org'
|
|
@@ -98,6 +116,13 @@ const info = {
|
|
|
98
116
|
images: [{
|
|
99
117
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png',
|
|
100
118
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
119
|
+
}],
|
|
120
|
+
snapshots: [{
|
|
121
|
+
url: 'https://polkachu.com/tendermint_snapshots/cronos',
|
|
122
|
+
type: 'pruned',
|
|
123
|
+
compression: 'lz4',
|
|
124
|
+
checksumAvailable: false,
|
|
125
|
+
provider: 'Polkachu'
|
|
101
126
|
}]
|
|
102
127
|
};
|
|
103
128
|
export default info;
|
|
@@ -54,10 +54,6 @@ const info = {
|
|
|
54
54
|
address: 'https://rpc-cryptoorgchain.ecostake.com',
|
|
55
55
|
provider: 'ecostake'
|
|
56
56
|
},
|
|
57
|
-
{
|
|
58
|
-
address: 'https://cryptocom-rpc.polkachu.com',
|
|
59
|
-
provider: 'Polkachu'
|
|
60
|
-
},
|
|
61
57
|
{
|
|
62
58
|
address: 'https://cryptocom-rpc.w3coins.io',
|
|
63
59
|
provider: 'w3coins'
|
|
@@ -69,6 +65,10 @@ const info = {
|
|
|
69
65
|
{
|
|
70
66
|
address: 'https://cro-chain-rpc.publicnode.com:443',
|
|
71
67
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
address: 'https://cryptocom-rpc.polkachu.com:443',
|
|
71
|
+
provider: 'Polkachu'
|
|
72
72
|
}
|
|
73
73
|
],
|
|
74
74
|
rest: [
|
|
@@ -154,6 +154,13 @@ const info = {
|
|
|
154
154
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cryptoorgchain/images/cronos.png'
|
|
155
155
|
}, {
|
|
156
156
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png'
|
|
157
|
+
}],
|
|
158
|
+
snapshots: [{
|
|
159
|
+
url: 'https://polkachu.com/tendermint_snapshots/cryptocom',
|
|
160
|
+
type: 'pruned',
|
|
161
|
+
compression: 'lz4',
|
|
162
|
+
checksumAvailable: false,
|
|
163
|
+
provider: 'Polkachu'
|
|
157
164
|
}]
|
|
158
165
|
};
|
|
159
166
|
export default info;
|
|
@@ -58,6 +58,10 @@ const info = {
|
|
|
58
58
|
{
|
|
59
59
|
address: 'https://rpc-decentr.mms.team/',
|
|
60
60
|
provider: 'MMS'
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
address: 'https://decentr-rpc.polkachu.com:443',
|
|
64
|
+
provider: 'Polkachu'
|
|
61
65
|
}
|
|
62
66
|
],
|
|
63
67
|
rest: [
|
|
@@ -72,6 +76,10 @@ const info = {
|
|
|
72
76
|
{
|
|
73
77
|
address: 'https://api.decentr.chaintools.tech/',
|
|
74
78
|
provider: 'ChainTools'
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
address: 'https://decentr-api.polkachu.com',
|
|
82
|
+
provider: 'Polkachu'
|
|
75
83
|
}
|
|
76
84
|
],
|
|
77
85
|
grpc: [
|
|
@@ -94,6 +102,10 @@ const info = {
|
|
|
94
102
|
{
|
|
95
103
|
address: 'grpc-decentr.mms.team:443',
|
|
96
104
|
provider: 'MMS'
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
address: 'decentr-grpc.polkachu.com:23490',
|
|
108
|
+
provider: 'Polkachu'
|
|
97
109
|
}
|
|
98
110
|
]
|
|
99
111
|
},
|
|
@@ -154,6 +166,13 @@ const info = {
|
|
|
154
166
|
images: [{
|
|
155
167
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.png',
|
|
156
168
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg'
|
|
169
|
+
}],
|
|
170
|
+
snapshots: [{
|
|
171
|
+
url: 'https://polkachu.com/tendermint_snapshots/decentr',
|
|
172
|
+
type: 'pruned',
|
|
173
|
+
compression: 'lz4',
|
|
174
|
+
checksumAvailable: false,
|
|
175
|
+
provider: 'Polkachu'
|
|
157
176
|
}]
|
|
158
177
|
};
|
|
159
178
|
export default info;
|