chain-registry 2.0.232 → 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 +14 -7
- 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/kujira/chain.js +2 -2
- 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 +19 -6
- 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/quasar/chain.js +3 -3
- 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/sei/chain.js +3 -3
- 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/alloratestnet/chain.js +3 -3
- package/esm/testnet/kujiratestnet/chain.js +2 -2
- package/esm/testnet/limonatatestnet/chain.js +27 -6
- package/esm/testnet/nilliontestnet/chain.js +2 -2
- package/esm/testnet/nobletestnet/chain.js +3 -3
- package/esm/testnet/quicksilvertestnet/chain.js +3 -3
- 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 +14 -7
- 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/kujira/chain.js +2 -2
- 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 +19 -6
- 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/quasar/chain.js +3 -3
- 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/sei/chain.js +3 -3
- 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/alloratestnet/chain.js +3 -3
- package/testnet/kujiratestnet/chain.js +2 -2
- package/testnet/limonatatestnet/chain.js +27 -6
- package/testnet/nilliontestnet/chain.js +2 -2
- package/testnet/nobletestnet/chain.js +3 -3
- package/testnet/quicksilvertestnet/chain.js +3 -3
- 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
|
@@ -67,10 +67,6 @@ const info = {
|
|
|
67
67
|
address: 'https://chihua.rpc.m.stavr.tech',
|
|
68
68
|
provider: '🔥STAVR🔥'
|
|
69
69
|
},
|
|
70
|
-
{
|
|
71
|
-
address: 'https://chihuahua-rpc.polkachu.com',
|
|
72
|
-
provider: 'Polkachu'
|
|
73
|
-
},
|
|
74
70
|
{
|
|
75
71
|
address: 'https://rpc.lavenderfive.com:443/chihuahua',
|
|
76
72
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -110,6 +106,10 @@ const info = {
|
|
|
110
106
|
{
|
|
111
107
|
address: 'https://chihuahua.api.pocket.network',
|
|
112
108
|
provider: 'Pocket Network'
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
address: 'https://chihuahua-rpc.polkachu.com:443',
|
|
112
|
+
provider: 'Polkachu'
|
|
113
113
|
}
|
|
114
114
|
],
|
|
115
115
|
rest: [
|
|
@@ -246,6 +246,13 @@ const info = {
|
|
|
246
246
|
images: [{
|
|
247
247
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png',
|
|
248
248
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg'
|
|
249
|
+
}],
|
|
250
|
+
snapshots: [{
|
|
251
|
+
url: 'https://polkachu.com/tendermint_snapshots/chihuahua',
|
|
252
|
+
type: 'pruned',
|
|
253
|
+
compression: 'lz4',
|
|
254
|
+
checksumAvailable: false,
|
|
255
|
+
provider: 'Polkachu'
|
|
249
256
|
}]
|
|
250
257
|
};
|
|
251
258
|
exports.default = info;
|
|
@@ -104,6 +104,10 @@ const info = {
|
|
|
104
104
|
{
|
|
105
105
|
address: 'https://composable_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
106
106
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
address: 'https://picasso-rpc.polkachu.com:443',
|
|
110
|
+
provider: 'Polkachu'
|
|
107
111
|
}
|
|
108
112
|
],
|
|
109
113
|
rest: [
|
|
@@ -146,6 +150,10 @@ const info = {
|
|
|
146
150
|
{
|
|
147
151
|
address: 'https://composable_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
148
152
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
address: 'https://picasso-api.polkachu.com',
|
|
156
|
+
provider: 'Polkachu'
|
|
149
157
|
}
|
|
150
158
|
],
|
|
151
159
|
grpc: [
|
|
@@ -204,6 +212,10 @@ const info = {
|
|
|
204
212
|
{
|
|
205
213
|
address: 'composable.grpc.m.stavr.tech:9907',
|
|
206
214
|
provider: '🔥STAVR🔥'
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
address: 'picasso-grpc.polkachu.com:22290',
|
|
218
|
+
provider: 'Polkachu'
|
|
207
219
|
}
|
|
208
220
|
]
|
|
209
221
|
},
|
|
@@ -255,6 +267,13 @@ const info = {
|
|
|
255
267
|
],
|
|
256
268
|
images: [{
|
|
257
269
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
270
|
+
}],
|
|
271
|
+
snapshots: [{
|
|
272
|
+
url: 'https://polkachu.com/tendermint_snapshots/picasso',
|
|
273
|
+
type: 'pruned',
|
|
274
|
+
compression: 'lz4',
|
|
275
|
+
checksumAvailable: false,
|
|
276
|
+
provider: 'Polkachu'
|
|
258
277
|
}]
|
|
259
278
|
};
|
|
260
279
|
exports.default = info;
|
package/mainnet/coreum/chain.js
CHANGED
|
@@ -111,6 +111,10 @@ const info = {
|
|
|
111
111
|
{
|
|
112
112
|
address: 'https://coreum-rpc.chainroot.io',
|
|
113
113
|
provider: 'Chainroot'
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
address: 'https://coreum-rpc.polkachu.com:443',
|
|
117
|
+
provider: 'Polkachu'
|
|
114
118
|
}
|
|
115
119
|
],
|
|
116
120
|
grpc: [
|
|
@@ -141,6 +145,10 @@ const info = {
|
|
|
141
145
|
{
|
|
142
146
|
address: 'coreum-grpc.chainroot.io:443',
|
|
143
147
|
provider: 'Chainroot'
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
address: 'coreum-grpc.polkachu.com:24490',
|
|
151
|
+
provider: 'Polkachu'
|
|
144
152
|
}
|
|
145
153
|
],
|
|
146
154
|
rest: [
|
|
@@ -187,6 +195,10 @@ const info = {
|
|
|
187
195
|
{
|
|
188
196
|
address: 'https://coreum-api.chainroot.io',
|
|
189
197
|
provider: 'Chainroot'
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
address: 'https://coreum-api.polkachu.com',
|
|
201
|
+
provider: 'Polkachu'
|
|
190
202
|
}
|
|
191
203
|
]
|
|
192
204
|
},
|
|
@@ -246,6 +258,13 @@ const info = {
|
|
|
246
258
|
'RWA Protocol',
|
|
247
259
|
'RWA Marketplace',
|
|
248
260
|
'tokenization'
|
|
249
|
-
]
|
|
261
|
+
],
|
|
262
|
+
snapshots: [{
|
|
263
|
+
url: 'https://polkachu.com/tendermint_snapshots/coreum',
|
|
264
|
+
type: 'pruned',
|
|
265
|
+
compression: 'lz4',
|
|
266
|
+
checksumAvailable: false,
|
|
267
|
+
provider: 'Polkachu'
|
|
268
|
+
}]
|
|
250
269
|
};
|
|
251
270
|
exports.default = info;
|
|
@@ -95,10 +95,6 @@ const info = {
|
|
|
95
95
|
address: 'https://go.getblock.io/17515cb3ec0e43b7817f182e5de6066a',
|
|
96
96
|
provider: 'GetBlock RPC Nodes'
|
|
97
97
|
},
|
|
98
|
-
{
|
|
99
|
-
address: 'https://cosmos-rpc.polkachu.com',
|
|
100
|
-
provider: 'Polkachu'
|
|
101
|
-
},
|
|
102
98
|
{
|
|
103
99
|
address: 'https://cosmos-rpc.staketab.org:443',
|
|
104
100
|
provider: 'Staketab'
|
|
@@ -202,6 +198,10 @@ const info = {
|
|
|
202
198
|
{
|
|
203
199
|
address: 'https://rpc.sbsconstrutionnconsultancy.com',
|
|
204
200
|
provider: 'bapimondal-server'
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
address: 'https://cosmos-rpc.polkachu.com:443',
|
|
204
|
+
provider: 'Polkachu'
|
|
205
205
|
}
|
|
206
206
|
],
|
|
207
207
|
rest: [
|
|
@@ -321,6 +321,10 @@ const info = {
|
|
|
321
321
|
{
|
|
322
322
|
address: 'https://cosmoshub.api.pocket.network',
|
|
323
323
|
provider: 'Pocket Network'
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
address: 'https://cosmos-api.polkachu.com',
|
|
327
|
+
provider: 'Polkachu'
|
|
324
328
|
}
|
|
325
329
|
],
|
|
326
330
|
grpc: [
|
|
@@ -541,6 +545,12 @@ const info = {
|
|
|
541
545
|
frequency: 'every 3h',
|
|
542
546
|
compression: 'tar',
|
|
543
547
|
checksumAvailable: true
|
|
548
|
+
}, {
|
|
549
|
+
url: 'https://polkachu.com/tendermint_snapshots/cosmos',
|
|
550
|
+
type: 'pruned',
|
|
551
|
+
compression: 'lz4',
|
|
552
|
+
checksumAvailable: false,
|
|
553
|
+
provider: 'Polkachu'
|
|
544
554
|
}]
|
|
545
555
|
};
|
|
546
556
|
exports.default = info;
|
|
@@ -50,10 +50,6 @@ const info = {
|
|
|
50
50
|
address: 'https://mainnet.crescent.network:26657',
|
|
51
51
|
provider: 'crescent'
|
|
52
52
|
},
|
|
53
|
-
{
|
|
54
|
-
address: 'https://crescent-rpc.polkachu.com',
|
|
55
|
-
provider: 'Polkachu'
|
|
56
|
-
},
|
|
57
53
|
{
|
|
58
54
|
address: 'https://rpc-crescent.pupmos.network',
|
|
59
55
|
provider: 'PUPMØS'
|
|
@@ -81,6 +77,10 @@ const info = {
|
|
|
81
77
|
{
|
|
82
78
|
address: 'https://rpc.crescent.bronbro.io:443',
|
|
83
79
|
provider: 'Bro_n_Bro'
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
address: 'https://crescent-rpc.polkachu.com:443',
|
|
83
|
+
provider: 'Polkachu'
|
|
84
84
|
}
|
|
85
85
|
],
|
|
86
86
|
rest: [
|
|
@@ -190,6 +190,13 @@ const info = {
|
|
|
190
190
|
images: [{
|
|
191
191
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
192
192
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
|
|
193
|
+
}],
|
|
194
|
+
snapshots: [{
|
|
195
|
+
url: 'https://polkachu.com/tendermint_snapshots/crescent',
|
|
196
|
+
type: 'pruned',
|
|
197
|
+
compression: 'lz4',
|
|
198
|
+
checksumAvailable: false,
|
|
199
|
+
provider: 'Polkachu'
|
|
193
200
|
}]
|
|
194
201
|
};
|
|
195
202
|
exports.default = info;
|
package/mainnet/cronos/chain.js
CHANGED
|
@@ -56,22 +56,40 @@ const info = {
|
|
|
56
56
|
{
|
|
57
57
|
address: 'https://cronos.drpc.org',
|
|
58
58
|
provider: 'dRPC'
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
address: 'https://cronos-rpc.polkachu.com:443',
|
|
62
|
+
provider: 'Polkachu'
|
|
59
63
|
}
|
|
60
64
|
],
|
|
61
|
-
rest: [
|
|
65
|
+
rest: [
|
|
66
|
+
{
|
|
62
67
|
address: 'https://rest.cronos.org/',
|
|
63
68
|
provider: 'cronos.org'
|
|
64
|
-
},
|
|
69
|
+
},
|
|
70
|
+
{
|
|
65
71
|
address: 'https://cronos-rest.publicnode.com',
|
|
66
72
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
67
|
-
}
|
|
68
|
-
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
address: 'https://cronos-api.polkachu.com',
|
|
76
|
+
provider: 'Polkachu'
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
grpc: [
|
|
80
|
+
{
|
|
69
81
|
address: 'grpc.cronos.org:443',
|
|
70
82
|
provider: 'cronos.org'
|
|
71
|
-
},
|
|
83
|
+
},
|
|
84
|
+
{
|
|
72
85
|
address: 'cronos-grpc.publicnode.com:443',
|
|
73
86
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
74
|
-
}
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
address: 'cronos-grpc.polkachu.com:23690',
|
|
90
|
+
provider: 'Polkachu'
|
|
91
|
+
}
|
|
92
|
+
],
|
|
75
93
|
evmHttpJsonrpc: [{
|
|
76
94
|
address: 'https://evm.cronos.org/',
|
|
77
95
|
provider: 'cronos.org'
|
|
@@ -100,6 +118,13 @@ const info = {
|
|
|
100
118
|
images: [{
|
|
101
119
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png',
|
|
102
120
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
121
|
+
}],
|
|
122
|
+
snapshots: [{
|
|
123
|
+
url: 'https://polkachu.com/tendermint_snapshots/cronos',
|
|
124
|
+
type: 'pruned',
|
|
125
|
+
compression: 'lz4',
|
|
126
|
+
checksumAvailable: false,
|
|
127
|
+
provider: 'Polkachu'
|
|
103
128
|
}]
|
|
104
129
|
};
|
|
105
130
|
exports.default = info;
|
|
@@ -56,10 +56,6 @@ const info = {
|
|
|
56
56
|
address: 'https://rpc-cryptoorgchain.ecostake.com',
|
|
57
57
|
provider: 'ecostake'
|
|
58
58
|
},
|
|
59
|
-
{
|
|
60
|
-
address: 'https://cryptocom-rpc.polkachu.com',
|
|
61
|
-
provider: 'Polkachu'
|
|
62
|
-
},
|
|
63
59
|
{
|
|
64
60
|
address: 'https://cryptocom-rpc.w3coins.io',
|
|
65
61
|
provider: 'w3coins'
|
|
@@ -71,6 +67,10 @@ const info = {
|
|
|
71
67
|
{
|
|
72
68
|
address: 'https://cro-chain-rpc.publicnode.com:443',
|
|
73
69
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
address: 'https://cryptocom-rpc.polkachu.com:443',
|
|
73
|
+
provider: 'Polkachu'
|
|
74
74
|
}
|
|
75
75
|
],
|
|
76
76
|
rest: [
|
|
@@ -156,6 +156,13 @@ const info = {
|
|
|
156
156
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cryptoorgchain/images/cronos.png'
|
|
157
157
|
}, {
|
|
158
158
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png'
|
|
159
|
+
}],
|
|
160
|
+
snapshots: [{
|
|
161
|
+
url: 'https://polkachu.com/tendermint_snapshots/cryptocom',
|
|
162
|
+
type: 'pruned',
|
|
163
|
+
compression: 'lz4',
|
|
164
|
+
checksumAvailable: false,
|
|
165
|
+
provider: 'Polkachu'
|
|
159
166
|
}]
|
|
160
167
|
};
|
|
161
168
|
exports.default = info;
|
package/mainnet/decentr/chain.js
CHANGED
|
@@ -60,6 +60,10 @@ const info = {
|
|
|
60
60
|
{
|
|
61
61
|
address: 'https://rpc-decentr.mms.team/',
|
|
62
62
|
provider: 'MMS'
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
address: 'https://decentr-rpc.polkachu.com:443',
|
|
66
|
+
provider: 'Polkachu'
|
|
63
67
|
}
|
|
64
68
|
],
|
|
65
69
|
rest: [
|
|
@@ -74,6 +78,10 @@ const info = {
|
|
|
74
78
|
{
|
|
75
79
|
address: 'https://api.decentr.chaintools.tech/',
|
|
76
80
|
provider: 'ChainTools'
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
address: 'https://decentr-api.polkachu.com',
|
|
84
|
+
provider: 'Polkachu'
|
|
77
85
|
}
|
|
78
86
|
],
|
|
79
87
|
grpc: [
|
|
@@ -96,6 +104,10 @@ const info = {
|
|
|
96
104
|
{
|
|
97
105
|
address: 'grpc-decentr.mms.team:443',
|
|
98
106
|
provider: 'MMS'
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
address: 'decentr-grpc.polkachu.com:23490',
|
|
110
|
+
provider: 'Polkachu'
|
|
99
111
|
}
|
|
100
112
|
]
|
|
101
113
|
},
|
|
@@ -156,6 +168,13 @@ const info = {
|
|
|
156
168
|
images: [{
|
|
157
169
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.png',
|
|
158
170
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg'
|
|
171
|
+
}],
|
|
172
|
+
snapshots: [{
|
|
173
|
+
url: 'https://polkachu.com/tendermint_snapshots/decentr',
|
|
174
|
+
type: 'pruned',
|
|
175
|
+
compression: 'lz4',
|
|
176
|
+
checksumAvailable: false,
|
|
177
|
+
provider: 'Polkachu'
|
|
159
178
|
}]
|
|
160
179
|
};
|
|
161
180
|
exports.default = info;
|
|
@@ -60,6 +60,10 @@ const info = {
|
|
|
60
60
|
{
|
|
61
61
|
address: 'https://rpc.dora.roomit.xyz:443',
|
|
62
62
|
provider: 'Roomit'
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
address: 'https://dora-rpc.polkachu.com:443',
|
|
66
|
+
provider: 'Polkachu'
|
|
63
67
|
}
|
|
64
68
|
],
|
|
65
69
|
rest: [
|
|
@@ -86,6 +90,10 @@ const info = {
|
|
|
86
90
|
{
|
|
87
91
|
address: 'https://api.dora.roomit.xyz:443',
|
|
88
92
|
provider: 'Roomit'
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
address: 'https://dora-api.polkachu.com',
|
|
96
|
+
provider: 'Polkachu'
|
|
89
97
|
}
|
|
90
98
|
],
|
|
91
99
|
grpc: [
|
|
@@ -108,6 +116,10 @@ const info = {
|
|
|
108
116
|
{
|
|
109
117
|
address: 'grpc.dora.roomit.xyz:8443',
|
|
110
118
|
provider: 'Roomit'
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
address: 'dora-grpc.polkachu.com:25390',
|
|
122
|
+
provider: 'Polkachu'
|
|
111
123
|
}
|
|
112
124
|
]
|
|
113
125
|
},
|
|
@@ -155,6 +167,13 @@ const info = {
|
|
|
155
167
|
txPage: 'https://explorer.tendermint.roomit.xyz/dora-mainnet/transactions/${txHash}',
|
|
156
168
|
accountPage: 'https://explorer.tendermint.roomit.xyz/dora-mainnet/account/${accountAddress}'
|
|
157
169
|
}
|
|
158
|
-
]
|
|
170
|
+
],
|
|
171
|
+
snapshots: [{
|
|
172
|
+
url: 'https://polkachu.com/tendermint_snapshots/dora',
|
|
173
|
+
type: 'pruned',
|
|
174
|
+
compression: 'lz4',
|
|
175
|
+
checksumAvailable: false,
|
|
176
|
+
provider: 'Polkachu'
|
|
177
|
+
}]
|
|
159
178
|
};
|
|
160
179
|
exports.default = info;
|
|
@@ -245,6 +245,46 @@ const info = {
|
|
|
245
245
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
246
246
|
},
|
|
247
247
|
coingeckoId: 'usd-coin'
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
description: 'Passage (PASG) transferred to Dungeon Chain over IBC.',
|
|
251
|
+
denomUnits: [{
|
|
252
|
+
denom: 'ibc/73E558C82602DE116482AD0EFC351A375E7FF7048ED6A2C45F86A0BFE670CD5F',
|
|
253
|
+
exponent: 0,
|
|
254
|
+
aliases: ['upasg']
|
|
255
|
+
}, {
|
|
256
|
+
denom: 'pasg',
|
|
257
|
+
exponent: 6,
|
|
258
|
+
aliases: []
|
|
259
|
+
}],
|
|
260
|
+
typeAsset: 'ics20',
|
|
261
|
+
base: 'ibc/73E558C82602DE116482AD0EFC351A375E7FF7048ED6A2C45F86A0BFE670CD5F',
|
|
262
|
+
name: 'Passage',
|
|
263
|
+
display: 'pasg',
|
|
264
|
+
symbol: 'PASG',
|
|
265
|
+
coingeckoId: 'passage',
|
|
266
|
+
traces: [{
|
|
267
|
+
type: 'ibc',
|
|
268
|
+
counterparty: {
|
|
269
|
+
chainName: 'passage',
|
|
270
|
+
baseDenom: 'upasg',
|
|
271
|
+
channelId: 'channel-13'
|
|
272
|
+
},
|
|
273
|
+
chain: {
|
|
274
|
+
channelId: 'channel-5318',
|
|
275
|
+
path: 'transfer/channel-5318/upasg'
|
|
276
|
+
}
|
|
277
|
+
}],
|
|
278
|
+
images: [{
|
|
279
|
+
imageSync: {
|
|
280
|
+
chainName: 'passage',
|
|
281
|
+
baseDenom: 'upasg'
|
|
282
|
+
},
|
|
283
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png'
|
|
284
|
+
}],
|
|
285
|
+
logoURIs: {
|
|
286
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png'
|
|
287
|
+
}
|
|
248
288
|
}
|
|
249
289
|
]
|
|
250
290
|
};
|
|
@@ -155,6 +155,37 @@ const info = [
|
|
|
155
155
|
status: 'ACTIVE'
|
|
156
156
|
}
|
|
157
157
|
}]
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
$schema: '../ibc_data.schema.json',
|
|
161
|
+
chain1: {
|
|
162
|
+
chainName: 'dungeon',
|
|
163
|
+
chainId: 'dungeon-1',
|
|
164
|
+
clientId: '07-tendermint-37',
|
|
165
|
+
connectionId: 'connection-8639'
|
|
166
|
+
},
|
|
167
|
+
chain2: {
|
|
168
|
+
chainName: 'passage',
|
|
169
|
+
chainId: 'passage-2',
|
|
170
|
+
clientId: '07-tendermint-22',
|
|
171
|
+
connectionId: 'connection-18'
|
|
172
|
+
},
|
|
173
|
+
channels: [{
|
|
174
|
+
chain1: {
|
|
175
|
+
channelId: 'channel-5318',
|
|
176
|
+
portId: 'transfer'
|
|
177
|
+
},
|
|
178
|
+
chain2: {
|
|
179
|
+
channelId: 'channel-13',
|
|
180
|
+
portId: 'transfer'
|
|
181
|
+
},
|
|
182
|
+
ordering: 'unordered',
|
|
183
|
+
version: 'ics20-1',
|
|
184
|
+
tags: {
|
|
185
|
+
status: 'ACTIVE',
|
|
186
|
+
preferred: true
|
|
187
|
+
}
|
|
188
|
+
}]
|
|
158
189
|
}
|
|
159
190
|
];
|
|
160
191
|
exports.default = info;
|
package/mainnet/dydx/chain.js
CHANGED
|
@@ -73,10 +73,6 @@ const info = {
|
|
|
73
73
|
address: 'https://dydx-rpc.kingnodes.com:443',
|
|
74
74
|
provider: 'Kingnodes 👑'
|
|
75
75
|
},
|
|
76
|
-
{
|
|
77
|
-
address: 'https://dydx-dao-rpc.polkachu.com',
|
|
78
|
-
provider: 'Polkachu'
|
|
79
|
-
},
|
|
80
76
|
{
|
|
81
77
|
address: 'https://rpc.lavenderfive.com:443/dydx',
|
|
82
78
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -100,13 +96,13 @@ const info = {
|
|
|
100
96
|
{
|
|
101
97
|
address: 'https://dydx.rpc.uquad.org:443',
|
|
102
98
|
provider: 'QUAD'
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
address: 'https://dydx-rpc.polkachu.com:443',
|
|
102
|
+
provider: 'Polkachu'
|
|
103
103
|
}
|
|
104
104
|
],
|
|
105
105
|
rest: [
|
|
106
|
-
{
|
|
107
|
-
address: 'https://dydx-dao-api.polkachu.com',
|
|
108
|
-
provider: 'Polkachu'
|
|
109
|
-
},
|
|
110
106
|
{
|
|
111
107
|
address: 'https://dydx-rest.kingnodes.com:443',
|
|
112
108
|
provider: 'Kingnodes 👑'
|
|
@@ -134,29 +130,13 @@ const info = {
|
|
|
134
130
|
{
|
|
135
131
|
address: 'https://dydx.rpc.uquad.org:443',
|
|
136
132
|
provider: 'QUAD'
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
address: 'https://dydx-api.polkachu.com',
|
|
136
|
+
provider: 'Polkachu'
|
|
137
137
|
}
|
|
138
138
|
],
|
|
139
139
|
grpc: [
|
|
140
|
-
{
|
|
141
|
-
address: 'dydx-dao-grpc-1.polkachu.com:23890',
|
|
142
|
-
provider: 'Polkachu (1)'
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
address: 'dydx-dao-grpc-2.polkachu.com:23890',
|
|
146
|
-
provider: 'Polkachu (2)'
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
address: 'dydx-dao-grpc-3.polkachu.com:23890',
|
|
150
|
-
provider: 'Polkachu (3)'
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
address: 'dydx-dao-grpc-4.polkachu.com:23890',
|
|
154
|
-
provider: 'Polkachu (4)'
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
address: 'dydx-dao-grpc-5.polkachu.com:23890',
|
|
158
|
-
provider: 'Polkachu (5)'
|
|
159
|
-
},
|
|
160
140
|
{
|
|
161
141
|
address: 'https://dydx-grpc.kingnodes.com:443',
|
|
162
142
|
provider: 'Kingnodes 👑'
|
|
@@ -180,6 +160,10 @@ const info = {
|
|
|
180
160
|
{
|
|
181
161
|
address: 'dydx-grpc.noders.services:37090',
|
|
182
162
|
provider: '[NODERS]TEAM'
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
address: 'dydx-grpc.polkachu.com:23890',
|
|
166
|
+
provider: 'Polkachu'
|
|
183
167
|
}
|
|
184
168
|
]
|
|
185
169
|
},
|
|
@@ -224,6 +208,19 @@ const info = {
|
|
|
224
208
|
images: [{
|
|
225
209
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
|
226
210
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
|
|
211
|
+
}],
|
|
212
|
+
snapshots: [{
|
|
213
|
+
url: 'https://polkachu.com/tendermint_snapshots/dydx',
|
|
214
|
+
type: 'pruned',
|
|
215
|
+
compression: 'lz4',
|
|
216
|
+
checksumAvailable: false,
|
|
217
|
+
provider: 'Polkachu'
|
|
218
|
+
}, {
|
|
219
|
+
url: 'https://polkachu.com/archive_snapshots/dydx',
|
|
220
|
+
type: 'archive',
|
|
221
|
+
compression: 'lz4',
|
|
222
|
+
checksumAvailable: false,
|
|
223
|
+
provider: 'Polkachu'
|
|
227
224
|
}]
|
|
228
225
|
};
|
|
229
226
|
exports.default = info;
|
|
@@ -162,6 +162,10 @@ const info = {
|
|
|
162
162
|
{
|
|
163
163
|
address: 'https://dymension.drpc.org',
|
|
164
164
|
provider: 'dRPC'
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
address: 'https://dymension-rpc.polkachu.com:443',
|
|
168
|
+
provider: 'Polkachu'
|
|
165
169
|
}
|
|
166
170
|
],
|
|
167
171
|
rest: [
|
|
@@ -276,6 +280,10 @@ const info = {
|
|
|
276
280
|
{
|
|
277
281
|
address: 'https://api.archive.dymension.mainnet.dteam.tech:443',
|
|
278
282
|
provider: 'DTEAM'
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
address: 'https://dymension-api.polkachu.com',
|
|
286
|
+
provider: 'Polkachu'
|
|
279
287
|
}
|
|
280
288
|
],
|
|
281
289
|
grpc: [
|
|
@@ -366,6 +374,10 @@ const info = {
|
|
|
366
374
|
{
|
|
367
375
|
address: 'grpc.archive.dymension.mainnet.dteam.tech:29090',
|
|
368
376
|
provider: 'DTEAM'
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
address: 'dymension-grpc.polkachu.com:20590',
|
|
380
|
+
provider: 'Polkachu'
|
|
369
381
|
}
|
|
370
382
|
],
|
|
371
383
|
evmHttpJsonrpc: [
|
|
@@ -486,6 +498,13 @@ const info = {
|
|
|
486
498
|
validatorPage: 'https://validatorinfo.com/networks/dymension/validators',
|
|
487
499
|
proposalPage: 'https://validatorinfo.com/networks/dymension/governance'
|
|
488
500
|
}
|
|
489
|
-
]
|
|
501
|
+
],
|
|
502
|
+
snapshots: [{
|
|
503
|
+
url: 'https://polkachu.com/tendermint_snapshots/dymension',
|
|
504
|
+
type: 'pruned',
|
|
505
|
+
compression: 'lz4',
|
|
506
|
+
checksumAvailable: false,
|
|
507
|
+
provider: 'Polkachu'
|
|
508
|
+
}]
|
|
490
509
|
};
|
|
491
510
|
exports.default = info;
|
|
@@ -92,6 +92,10 @@ const info = {
|
|
|
92
92
|
{
|
|
93
93
|
address: 'https://empower-rpc.moonbridge.org',
|
|
94
94
|
provider: 'Moonbridge'
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
address: 'https://empower-rpc.polkachu.com:443',
|
|
98
|
+
provider: 'Polkachu'
|
|
95
99
|
}
|
|
96
100
|
],
|
|
97
101
|
rest: [
|
|
@@ -142,6 +146,10 @@ const info = {
|
|
|
142
146
|
{
|
|
143
147
|
address: 'https://empower-api.moonbridge.org',
|
|
144
148
|
provider: 'Moonbridge'
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
address: 'https://empower-api.polkachu.com',
|
|
152
|
+
provider: 'Polkachu'
|
|
145
153
|
}
|
|
146
154
|
],
|
|
147
155
|
grpc: [
|
|
@@ -188,6 +196,10 @@ const info = {
|
|
|
188
196
|
{
|
|
189
197
|
address: 'empower-grpc.moonbridge.org:443',
|
|
190
198
|
provider: 'Moonbridge'
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
address: 'empower-grpc.polkachu.com:17490',
|
|
202
|
+
provider: 'Polkachu'
|
|
191
203
|
}
|
|
192
204
|
]
|
|
193
205
|
},
|
|
@@ -249,6 +261,13 @@ const info = {
|
|
|
249
261
|
theme: {
|
|
250
262
|
circle: false
|
|
251
263
|
}
|
|
264
|
+
}],
|
|
265
|
+
snapshots: [{
|
|
266
|
+
url: 'https://polkachu.com/tendermint_snapshots/empower',
|
|
267
|
+
type: 'pruned',
|
|
268
|
+
compression: 'lz4',
|
|
269
|
+
checksumAvailable: false,
|
|
270
|
+
provider: 'Polkachu'
|
|
252
271
|
}]
|
|
253
272
|
};
|
|
254
273
|
exports.default = info;
|