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
|
@@ -79,10 +79,6 @@ const info = {
|
|
|
79
79
|
address: 'https://persistence.rpc.m.stavr.tech',
|
|
80
80
|
provider: '🔥STAVR🔥'
|
|
81
81
|
},
|
|
82
|
-
{
|
|
83
|
-
address: 'https://persistence-rpc.polkachu.com',
|
|
84
|
-
provider: 'Polkachu'
|
|
85
|
-
},
|
|
86
82
|
{
|
|
87
83
|
address: 'https://persistence-rpc.kleomedes.network',
|
|
88
84
|
provider: 'Kleomedes'
|
|
@@ -154,6 +150,10 @@ const info = {
|
|
|
154
150
|
{
|
|
155
151
|
address: 'https://persistence.api.pocket.network',
|
|
156
152
|
provider: 'Pocket Network'
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
address: 'https://persistence-rpc.polkachu.com:443',
|
|
156
|
+
provider: 'Polkachu'
|
|
157
157
|
}
|
|
158
158
|
],
|
|
159
159
|
rest: [
|
|
@@ -365,6 +365,12 @@ const info = {
|
|
|
365
365
|
frequency: 'every 3h',
|
|
366
366
|
compression: 'tar',
|
|
367
367
|
checksumAvailable: true
|
|
368
|
+
}, {
|
|
369
|
+
url: 'https://polkachu.com/tendermint_snapshots/persistence',
|
|
370
|
+
type: 'pruned',
|
|
371
|
+
compression: 'lz4',
|
|
372
|
+
checksumAvailable: false,
|
|
373
|
+
provider: 'Polkachu'
|
|
368
374
|
}]
|
|
369
375
|
};
|
|
370
376
|
exports.default = info;
|
package/mainnet/planq/chain.js
CHANGED
|
@@ -104,6 +104,10 @@ const info = {
|
|
|
104
104
|
{
|
|
105
105
|
address: 'https://planq_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
106
106
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
address: 'https://planq-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://planq_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
148
152
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
address: 'https://planq-api.polkachu.com',
|
|
156
|
+
provider: 'Polkachu'
|
|
149
157
|
}
|
|
150
158
|
],
|
|
151
159
|
grpc: [
|
|
@@ -196,6 +204,10 @@ const info = {
|
|
|
196
204
|
{
|
|
197
205
|
address: 'mainnet-planq.konsortech.xyz:10090',
|
|
198
206
|
provider: 'KonsorTech'
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
address: 'planq-grpc.polkachu.com:20390',
|
|
210
|
+
provider: 'Polkachu'
|
|
199
211
|
}
|
|
200
212
|
],
|
|
201
213
|
evmHttpJsonrpc: [
|
|
@@ -310,6 +322,13 @@ const info = {
|
|
|
310
322
|
images: [{
|
|
311
323
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
|
|
312
324
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg'
|
|
325
|
+
}],
|
|
326
|
+
snapshots: [{
|
|
327
|
+
url: 'https://polkachu.com/tendermint_snapshots/planq',
|
|
328
|
+
type: 'pruned',
|
|
329
|
+
compression: 'lz4',
|
|
330
|
+
checksumAvailable: false,
|
|
331
|
+
provider: 'Polkachu'
|
|
313
332
|
}]
|
|
314
333
|
};
|
|
315
334
|
exports.default = info;
|
package/mainnet/pocket/chain.js
CHANGED
|
@@ -110,15 +110,19 @@ const info = {
|
|
|
110
110
|
address: 'https://api-pocket.blockval.io:443',
|
|
111
111
|
provider: 'Blockval'
|
|
112
112
|
},
|
|
113
|
-
{
|
|
114
|
-
address: 'https://pocket-api.polkachu.com:443',
|
|
115
|
-
provider: 'Polkachu'
|
|
116
|
-
},
|
|
117
113
|
{
|
|
118
114
|
address: 'https://api.pocket.chaintools.tech:443',
|
|
119
115
|
provider: 'ChainTools'
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
address: 'https://pocket-api.polkachu.com',
|
|
119
|
+
provider: 'Polkachu'
|
|
120
120
|
}
|
|
121
|
-
]
|
|
121
|
+
],
|
|
122
|
+
grpc: [{
|
|
123
|
+
address: 'pocket-grpc.polkachu.com:33490',
|
|
124
|
+
provider: 'Polkachu'
|
|
125
|
+
}]
|
|
122
126
|
},
|
|
123
127
|
explorers: [
|
|
124
128
|
{
|
|
@@ -145,6 +149,13 @@ const info = {
|
|
|
145
149
|
'api',
|
|
146
150
|
'modular',
|
|
147
151
|
'data'
|
|
148
|
-
]
|
|
152
|
+
],
|
|
153
|
+
snapshots: [{
|
|
154
|
+
url: 'https://polkachu.com/tendermint_snapshots/pocket',
|
|
155
|
+
type: 'pruned',
|
|
156
|
+
compression: 'lz4',
|
|
157
|
+
checksumAvailable: false,
|
|
158
|
+
provider: 'Polkachu'
|
|
159
|
+
}]
|
|
149
160
|
};
|
|
150
161
|
exports.default = info;
|
|
@@ -103,6 +103,10 @@ const info = {
|
|
|
103
103
|
{
|
|
104
104
|
address: 'https://provenance.api.pocket.network',
|
|
105
105
|
provider: 'Pocket Network'
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
address: 'https://provenance-rpc.polkachu.com:443',
|
|
109
|
+
provider: 'Polkachu'
|
|
106
110
|
}
|
|
107
111
|
],
|
|
108
112
|
rest: [
|
|
@@ -149,6 +153,10 @@ const info = {
|
|
|
149
153
|
{
|
|
150
154
|
address: 'https://provenance.api.pocket.network',
|
|
151
155
|
provider: 'Pocket Network'
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
address: 'https://provenance-api.polkachu.com',
|
|
159
|
+
provider: 'Polkachu'
|
|
152
160
|
}
|
|
153
161
|
],
|
|
154
162
|
grpc: [
|
|
@@ -171,6 +179,10 @@ const info = {
|
|
|
171
179
|
{
|
|
172
180
|
address: 'provenance-mainnet-grpc.shazoes.xyz:12090',
|
|
173
181
|
provider: 'Shazoes'
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
address: 'provenance-grpc.polkachu.com:27090',
|
|
185
|
+
provider: 'Polkachu'
|
|
174
186
|
}
|
|
175
187
|
]
|
|
176
188
|
},
|
|
@@ -252,6 +264,12 @@ const info = {
|
|
|
252
264
|
frequency: 'every 3h',
|
|
253
265
|
compression: 'tar',
|
|
254
266
|
checksumAvailable: true
|
|
267
|
+
}, {
|
|
268
|
+
url: 'https://polkachu.com/tendermint_snapshots/provenance',
|
|
269
|
+
type: 'pruned',
|
|
270
|
+
compression: 'lz4',
|
|
271
|
+
checksumAvailable: false,
|
|
272
|
+
provider: 'Polkachu'
|
|
255
273
|
}]
|
|
256
274
|
};
|
|
257
275
|
exports.default = info;
|
package/mainnet/quasar/chain.js
CHANGED
|
@@ -83,7 +83,7 @@ const info = {
|
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
address: 'https://quasar-rpc.polkachu.com',
|
|
86
|
-
provider: '
|
|
86
|
+
provider: 'Polkachu'
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
address: 'https://quasar-rpc.enigma-validator.com',
|
|
@@ -133,7 +133,7 @@ const info = {
|
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
135
|
address: 'https://quasar-api.polkachu.com',
|
|
136
|
-
provider: '
|
|
136
|
+
provider: 'Polkachu'
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
139
|
address: 'https://api-quasar.cosmos-spaces.cloud',
|
|
@@ -183,7 +183,7 @@ const info = {
|
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
address: 'quasar-grpc.polkachu.com:18290',
|
|
186
|
-
provider: '
|
|
186
|
+
provider: 'Polkachu'
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
address: 'grpc-quasar.cosmos-spaces.cloud:12890',
|
|
@@ -119,6 +119,10 @@ const info = {
|
|
|
119
119
|
{
|
|
120
120
|
address: 'https://rpc.quicksilver.citizenweb3.com',
|
|
121
121
|
provider: 'Citizen Web3'
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
address: 'https://quicksilver-rpc.polkachu.com:443',
|
|
125
|
+
provider: 'Polkachu'
|
|
122
126
|
}
|
|
123
127
|
],
|
|
124
128
|
rest: [
|
|
@@ -173,6 +177,10 @@ const info = {
|
|
|
173
177
|
{
|
|
174
178
|
address: 'https://api.quicksilver.citizenweb3.com',
|
|
175
179
|
provider: 'Citizen Web3'
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
address: 'https://quicksilver-api.polkachu.com',
|
|
183
|
+
provider: 'Polkachu'
|
|
176
184
|
}
|
|
177
185
|
],
|
|
178
186
|
grpc: [
|
|
@@ -211,6 +219,10 @@ const info = {
|
|
|
211
219
|
{
|
|
212
220
|
address: 'grpc.quicksilver.validatus.com:443',
|
|
213
221
|
provider: 'Validatus'
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
address: 'quicksilver-grpc.polkachu.com:11190',
|
|
225
|
+
provider: 'Polkachu'
|
|
214
226
|
}
|
|
215
227
|
]
|
|
216
228
|
},
|
|
@@ -252,6 +264,13 @@ const info = {
|
|
|
252
264
|
images: [{
|
|
253
265
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
|
|
254
266
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.svg'
|
|
267
|
+
}],
|
|
268
|
+
snapshots: [{
|
|
269
|
+
url: 'https://polkachu.com/tendermint_snapshots/quicksilver',
|
|
270
|
+
type: 'pruned',
|
|
271
|
+
compression: 'lz4',
|
|
272
|
+
checksumAvailable: false,
|
|
273
|
+
provider: 'Polkachu'
|
|
255
274
|
}]
|
|
256
275
|
};
|
|
257
276
|
exports.default = info;
|
package/mainnet/regen/chain.js
CHANGED
|
@@ -96,6 +96,10 @@ const info = {
|
|
|
96
96
|
{
|
|
97
97
|
address: 'https://regen-rpc.publicnode.com:443',
|
|
98
98
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
address: 'https://regen-rpc.polkachu.com:443',
|
|
102
|
+
provider: 'Polkachu'
|
|
99
103
|
}
|
|
100
104
|
],
|
|
101
105
|
rest: [
|
|
@@ -134,6 +138,10 @@ const info = {
|
|
|
134
138
|
{
|
|
135
139
|
address: 'https://regen-rest.publicnode.com',
|
|
136
140
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
address: 'https://regen-api.polkachu.com',
|
|
144
|
+
provider: 'Polkachu'
|
|
137
145
|
}
|
|
138
146
|
],
|
|
139
147
|
grpc: [
|
|
@@ -152,6 +160,10 @@ const info = {
|
|
|
152
160
|
{
|
|
153
161
|
address: 'regen-grpc.publicnode.com:443',
|
|
154
162
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
address: 'regen-grpc.polkachu.com:22790',
|
|
166
|
+
provider: 'Polkachu'
|
|
155
167
|
}
|
|
156
168
|
]
|
|
157
169
|
},
|
|
@@ -198,6 +210,13 @@ const info = {
|
|
|
198
210
|
images: [{
|
|
199
211
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png',
|
|
200
212
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg'
|
|
213
|
+
}],
|
|
214
|
+
snapshots: [{
|
|
215
|
+
url: 'https://polkachu.com/tendermint_snapshots/regen',
|
|
216
|
+
type: 'pruned',
|
|
217
|
+
compression: 'lz4',
|
|
218
|
+
checksumAvailable: false,
|
|
219
|
+
provider: 'Polkachu'
|
|
201
220
|
}]
|
|
202
221
|
};
|
|
203
222
|
exports.default = info;
|
package/mainnet/saga/chain.js
CHANGED
|
@@ -103,6 +103,10 @@ const info = {
|
|
|
103
103
|
{
|
|
104
104
|
address: 'https://saga-rpc.chainroot.io',
|
|
105
105
|
provider: 'Chainroot'
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
address: 'https://saga-rpc.polkachu.com:443',
|
|
109
|
+
provider: 'Polkachu'
|
|
106
110
|
}
|
|
107
111
|
],
|
|
108
112
|
rest: [
|
|
@@ -141,6 +145,10 @@ const info = {
|
|
|
141
145
|
{
|
|
142
146
|
address: 'https://saga-api.chainroot.io',
|
|
143
147
|
provider: 'Chainroot'
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
address: 'https://saga-api.polkachu.com',
|
|
151
|
+
provider: 'Polkachu'
|
|
144
152
|
}
|
|
145
153
|
],
|
|
146
154
|
grpc: [
|
|
@@ -175,6 +183,10 @@ const info = {
|
|
|
175
183
|
{
|
|
176
184
|
address: 'saga-grpc.chainroot.io:443',
|
|
177
185
|
provider: 'Chainroot'
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
address: 'saga-grpc.polkachu.com:24990',
|
|
189
|
+
provider: 'Polkachu'
|
|
178
190
|
}
|
|
179
191
|
]
|
|
180
192
|
},
|
|
@@ -212,6 +224,13 @@ const info = {
|
|
|
212
224
|
images: [{
|
|
213
225
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
214
226
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg'
|
|
227
|
+
}],
|
|
228
|
+
snapshots: [{
|
|
229
|
+
url: 'https://polkachu.com/tendermint_snapshots/saga',
|
|
230
|
+
type: 'pruned',
|
|
231
|
+
compression: 'lz4',
|
|
232
|
+
checksumAvailable: false,
|
|
233
|
+
provider: 'Polkachu'
|
|
215
234
|
}]
|
|
216
235
|
};
|
|
217
236
|
exports.default = info;
|
package/mainnet/seda/chain.js
CHANGED
|
@@ -72,10 +72,6 @@ const info = {
|
|
|
72
72
|
address: 'https://rpc.mainnet.seda.xyz/',
|
|
73
73
|
provider: 'SEDA'
|
|
74
74
|
},
|
|
75
|
-
{
|
|
76
|
-
address: 'https://seda-rpc.polkachu.com/',
|
|
77
|
-
provider: 'Polkachu'
|
|
78
|
-
},
|
|
79
75
|
{
|
|
80
76
|
address: 'https://seda.rpc.kjnodes.com',
|
|
81
77
|
provider: 'kjnodes'
|
|
@@ -127,6 +123,10 @@ const info = {
|
|
|
127
123
|
{
|
|
128
124
|
address: 'https://seda.api.pocket.network',
|
|
129
125
|
provider: 'Pocket Network'
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
address: 'https://seda-rpc.polkachu.com:443',
|
|
129
|
+
provider: 'Polkachu'
|
|
130
130
|
}
|
|
131
131
|
],
|
|
132
132
|
rest: [
|
|
@@ -134,10 +134,6 @@ const info = {
|
|
|
134
134
|
address: 'https://lcd.mainnet.seda.xyz/',
|
|
135
135
|
provider: 'SEDA'
|
|
136
136
|
},
|
|
137
|
-
{
|
|
138
|
-
address: 'https://seda-api.polkachu.com/',
|
|
139
|
-
provider: 'Polkachu'
|
|
140
|
-
},
|
|
141
137
|
{
|
|
142
138
|
address: 'https://seda.api.kjnodes.com',
|
|
143
139
|
provider: 'kjnodes'
|
|
@@ -189,6 +185,10 @@ const info = {
|
|
|
189
185
|
{
|
|
190
186
|
address: 'https://seda.api.pocket.network',
|
|
191
187
|
provider: 'Pocket Network'
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
address: 'https://seda-api.polkachu.com',
|
|
191
|
+
provider: 'Polkachu'
|
|
192
192
|
}
|
|
193
193
|
],
|
|
194
194
|
grpc: [
|
|
@@ -273,6 +273,13 @@ const info = {
|
|
|
273
273
|
],
|
|
274
274
|
images: [{
|
|
275
275
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
276
|
+
}],
|
|
277
|
+
snapshots: [{
|
|
278
|
+
url: 'https://polkachu.com/tendermint_snapshots/seda',
|
|
279
|
+
type: 'pruned',
|
|
280
|
+
compression: 'lz4',
|
|
281
|
+
checksumAvailable: false,
|
|
282
|
+
provider: 'Polkachu'
|
|
276
283
|
}]
|
|
277
284
|
};
|
|
278
285
|
exports.default = info;
|
package/mainnet/sei/chain.js
CHANGED
|
@@ -73,7 +73,7 @@ const info = {
|
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
75
|
address: 'https://sei-rpc.polkachu.com',
|
|
76
|
-
provider: '
|
|
76
|
+
provider: 'Polkachu'
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
address: 'https://rpc-sei.stingray.plus',
|
|
@@ -111,7 +111,7 @@ const info = {
|
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
address: 'https://sei-api.polkachu.com',
|
|
114
|
-
provider: '
|
|
114
|
+
provider: 'Polkachu'
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
address: 'https://api-sei.stingray.plus',
|
|
@@ -145,7 +145,7 @@ const info = {
|
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
address: 'https://sei-grpc.polkachu.com:11990',
|
|
148
|
-
provider: '
|
|
148
|
+
provider: 'Polkachu'
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
address: 'sei-mainnet-grpc.autostake.com:443',
|
|
@@ -117,6 +117,10 @@ const info = {
|
|
|
117
117
|
{
|
|
118
118
|
address: 'https://rpc.sentinel.validatus.com',
|
|
119
119
|
provider: 'Validatus'
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
address: 'https://sentinel-rpc.polkachu.com:443',
|
|
123
|
+
provider: 'Polkachu'
|
|
120
124
|
}
|
|
121
125
|
],
|
|
122
126
|
rest: [
|
|
@@ -187,6 +191,10 @@ const info = {
|
|
|
187
191
|
{
|
|
188
192
|
address: 'https://api.sentinel.validatus.com',
|
|
189
193
|
provider: 'Validatus'
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
address: 'https://sentinel-api.polkachu.com',
|
|
197
|
+
provider: 'Polkachu'
|
|
190
198
|
}
|
|
191
199
|
],
|
|
192
200
|
grpc: [
|
|
@@ -241,6 +249,10 @@ const info = {
|
|
|
241
249
|
{
|
|
242
250
|
address: 'grpc.sentinel.validatus.com:443',
|
|
243
251
|
provider: 'Validatus'
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
address: 'sentinel-grpc.polkachu.com:23990',
|
|
255
|
+
provider: 'Polkachu'
|
|
244
256
|
}
|
|
245
257
|
]
|
|
246
258
|
},
|
|
@@ -295,6 +307,13 @@ const info = {
|
|
|
295
307
|
images: [{
|
|
296
308
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
|
|
297
309
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
|
|
310
|
+
}],
|
|
311
|
+
snapshots: [{
|
|
312
|
+
url: 'https://polkachu.com/tendermint_snapshots/sentinel',
|
|
313
|
+
type: 'pruned',
|
|
314
|
+
compression: 'lz4',
|
|
315
|
+
checksumAvailable: false,
|
|
316
|
+
provider: 'Polkachu'
|
|
298
317
|
}]
|
|
299
318
|
};
|
|
300
319
|
exports.default = info;
|
package/mainnet/shentu/chain.js
CHANGED
|
@@ -56,10 +56,6 @@ const info = {
|
|
|
56
56
|
address: 'https://rpc.shentu.org:443',
|
|
57
57
|
provider: 'Shentu'
|
|
58
58
|
},
|
|
59
|
-
{
|
|
60
|
-
address: 'https://shentu-rpc.polkachu.com',
|
|
61
|
-
provider: 'Polkachu'
|
|
62
|
-
},
|
|
63
59
|
{
|
|
64
60
|
address: 'https://shentu.rpc.m.stavr.tech:443',
|
|
65
61
|
provider: '🔥STAVR🔥'
|
|
@@ -103,6 +99,10 @@ const info = {
|
|
|
103
99
|
{
|
|
104
100
|
address: 'https://shentu.api.pocket.network',
|
|
105
101
|
provider: 'Pocket Network'
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
address: 'https://shentu-rpc.polkachu.com:443',
|
|
105
|
+
provider: 'Polkachu'
|
|
106
106
|
}
|
|
107
107
|
],
|
|
108
108
|
rest: [
|
|
@@ -264,6 +264,13 @@ const info = {
|
|
|
264
264
|
images: [{
|
|
265
265
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png',
|
|
266
266
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg'
|
|
267
|
+
}],
|
|
268
|
+
snapshots: [{
|
|
269
|
+
url: 'https://polkachu.com/tendermint_snapshots/shentu',
|
|
270
|
+
type: 'pruned',
|
|
271
|
+
compression: 'lz4',
|
|
272
|
+
checksumAvailable: false,
|
|
273
|
+
provider: 'Polkachu'
|
|
267
274
|
}]
|
|
268
275
|
};
|
|
269
276
|
exports.default = info;
|
package/mainnet/shido/chain.js
CHANGED
|
@@ -98,6 +98,10 @@ const info = {
|
|
|
98
98
|
{
|
|
99
99
|
address: 'https://shido-mainnet-archive-lb-nw5es9.zeeve.net/USjg7xqUmCZ4wCsqEOOE/',
|
|
100
100
|
provider: 'Zeeve'
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
address: 'https://shido-rpc.polkachu.com:443',
|
|
104
|
+
provider: 'Polkachu'
|
|
101
105
|
}
|
|
102
106
|
],
|
|
103
107
|
rest: [
|
|
@@ -136,6 +140,10 @@ const info = {
|
|
|
136
140
|
{
|
|
137
141
|
address: 'https://shido-mainnet-archive-lb-nw5es9.zeeve.net/USjg7xqUmCZ4wCsqEOOE/',
|
|
138
142
|
provider: 'Zeeve'
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
address: 'https://shido-api.polkachu.com',
|
|
146
|
+
provider: 'Polkachu'
|
|
139
147
|
}
|
|
140
148
|
],
|
|
141
149
|
grpc: [
|
|
@@ -158,6 +166,10 @@ const info = {
|
|
|
158
166
|
{
|
|
159
167
|
address: 'https://grpc.kenseishido.com',
|
|
160
168
|
provider: 'KENSEI'
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
address: 'shido-grpc.polkachu.com:28690',
|
|
172
|
+
provider: 'Polkachu'
|
|
161
173
|
}
|
|
162
174
|
],
|
|
163
175
|
evmHttpJsonrpc: [
|
|
@@ -237,6 +249,13 @@ const info = {
|
|
|
237
249
|
],
|
|
238
250
|
images: [{
|
|
239
251
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
252
|
+
}],
|
|
253
|
+
snapshots: [{
|
|
254
|
+
url: 'https://polkachu.com/tendermint_snapshots/shido',
|
|
255
|
+
type: 'pruned',
|
|
256
|
+
compression: 'lz4',
|
|
257
|
+
checksumAvailable: false,
|
|
258
|
+
provider: 'Polkachu'
|
|
240
259
|
}]
|
|
241
260
|
};
|
|
242
261
|
exports.default = info;
|
|
@@ -43,10 +43,6 @@ const info = {
|
|
|
43
43
|
},
|
|
44
44
|
apis: {
|
|
45
45
|
rpc: [
|
|
46
|
-
{
|
|
47
|
-
address: 'https://sifchain-rpc.polkachu.com',
|
|
48
|
-
provider: 'Polkachu'
|
|
49
|
-
},
|
|
50
46
|
{
|
|
51
47
|
address: 'https://sifchain-mainnet-rpc.autostake.com:443',
|
|
52
48
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
@@ -58,6 +54,10 @@ const info = {
|
|
|
58
54
|
{
|
|
59
55
|
address: 'https://sifchain_mainnet_rpc.chain.whenmoonwhenlambo.money:443',
|
|
60
56
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
address: 'https://sifchain-rpc.polkachu.com:443',
|
|
60
|
+
provider: 'Polkachu'
|
|
61
61
|
}
|
|
62
62
|
],
|
|
63
63
|
rest: [
|
|
@@ -131,6 +131,13 @@ const info = {
|
|
|
131
131
|
images: [{
|
|
132
132
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png',
|
|
133
133
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg'
|
|
134
|
+
}],
|
|
135
|
+
snapshots: [{
|
|
136
|
+
url: 'https://polkachu.com/tendermint_snapshots/sifchain',
|
|
137
|
+
type: 'pruned',
|
|
138
|
+
compression: 'lz4',
|
|
139
|
+
checksumAvailable: false,
|
|
140
|
+
provider: 'Polkachu'
|
|
134
141
|
}]
|
|
135
142
|
};
|
|
136
143
|
exports.default = info;
|
|
@@ -61,10 +61,6 @@ const info = {
|
|
|
61
61
|
description: 'Automated vaults find best-in-class yields while mitigating risk.',
|
|
62
62
|
apis: {
|
|
63
63
|
rpc: [
|
|
64
|
-
{
|
|
65
|
-
address: 'https://sommelier-rpc.polkachu.com',
|
|
66
|
-
provider: 'Polkachu'
|
|
67
|
-
},
|
|
68
64
|
{
|
|
69
65
|
address: 'https://rpc-sommelier.pupmos.network',
|
|
70
66
|
provider: 'PUPMØS'
|
|
@@ -88,6 +84,10 @@ const info = {
|
|
|
88
84
|
{
|
|
89
85
|
address: 'https://sommelier-rpc.w3coins.io',
|
|
90
86
|
provider: 'w3coins'
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
address: 'https://sommelier-rpc.polkachu.com:443',
|
|
90
|
+
provider: 'Polkachu'
|
|
91
91
|
}
|
|
92
92
|
],
|
|
93
93
|
rest: [
|
|
@@ -193,6 +193,13 @@ const info = {
|
|
|
193
193
|
images: [{
|
|
194
194
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png',
|
|
195
195
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg'
|
|
196
|
+
}],
|
|
197
|
+
snapshots: [{
|
|
198
|
+
url: 'https://polkachu.com/tendermint_snapshots/sommelier',
|
|
199
|
+
type: 'pruned',
|
|
200
|
+
compression: 'lz4',
|
|
201
|
+
checksumAvailable: false,
|
|
202
|
+
provider: 'Polkachu'
|
|
196
203
|
}]
|
|
197
204
|
};
|
|
198
205
|
exports.default = info;
|
package/mainnet/source/chain.js
CHANGED
|
@@ -125,6 +125,10 @@ const info = {
|
|
|
125
125
|
{
|
|
126
126
|
address: 'https://source-rpc.bluestake.net:443',
|
|
127
127
|
provider: 'BlueStake 🚀'
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
address: 'https://source-rpc.polkachu.com:443',
|
|
131
|
+
provider: 'Polkachu'
|
|
128
132
|
}
|
|
129
133
|
],
|
|
130
134
|
rest: [
|
|
@@ -203,6 +207,10 @@ const info = {
|
|
|
203
207
|
{
|
|
204
208
|
address: 'https://source-api.bluestake.net',
|
|
205
209
|
provider: 'BlueStake 🚀'
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
address: 'https://source-api.polkachu.com',
|
|
213
|
+
provider: 'Polkachu'
|
|
206
214
|
}
|
|
207
215
|
],
|
|
208
216
|
grpc: [
|
|
@@ -261,6 +269,10 @@ const info = {
|
|
|
261
269
|
{
|
|
262
270
|
address: 'source-grpc.moonbridge.org:443',
|
|
263
271
|
provider: 'Moonbridge'
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
address: 'source-grpc.polkachu.com:15890',
|
|
275
|
+
provider: 'Polkachu'
|
|
264
276
|
}
|
|
265
277
|
]
|
|
266
278
|
},
|
|
@@ -348,6 +360,13 @@ const info = {
|
|
|
348
360
|
logoURIs: {
|
|
349
361
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
350
362
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg'
|
|
351
|
-
}
|
|
363
|
+
},
|
|
364
|
+
snapshots: [{
|
|
365
|
+
url: 'https://polkachu.com/tendermint_snapshots/source',
|
|
366
|
+
type: 'pruned',
|
|
367
|
+
compression: 'lz4',
|
|
368
|
+
checksumAvailable: false,
|
|
369
|
+
provider: 'Polkachu'
|
|
370
|
+
}]
|
|
352
371
|
};
|
|
353
372
|
exports.default = info;
|