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
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;
|
|
@@ -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;
|
package/mainnet/stride/chain.js
CHANGED
|
@@ -159,10 +159,6 @@ const info = {
|
|
|
159
159
|
address: 'https://stride.rpc.uquad.org:443',
|
|
160
160
|
provider: 'QUAD'
|
|
161
161
|
},
|
|
162
|
-
{
|
|
163
|
-
address: 'https://stride-rpc.polkachu.com/',
|
|
164
|
-
provider: 'Polkachu'
|
|
165
|
-
},
|
|
166
162
|
{
|
|
167
163
|
address: 'https://rpc.lavenderfive.com:443/stride',
|
|
168
164
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -186,6 +182,10 @@ const info = {
|
|
|
186
182
|
{
|
|
187
183
|
address: 'https://rpc.stride.citizenweb3.com',
|
|
188
184
|
provider: 'Citizen Web3'
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
address: 'https://stride-rpc.polkachu.com:443',
|
|
188
|
+
provider: 'Polkachu'
|
|
189
189
|
}
|
|
190
190
|
],
|
|
191
191
|
rest: [
|
|
@@ -193,10 +193,6 @@ const info = {
|
|
|
193
193
|
address: 'https://stride.rpc.uquad.org:443',
|
|
194
194
|
provider: 'QUAD'
|
|
195
195
|
},
|
|
196
|
-
{
|
|
197
|
-
address: 'https://stride-api.polkachu.com/',
|
|
198
|
-
provider: 'Polkachu'
|
|
199
|
-
},
|
|
200
196
|
{
|
|
201
197
|
address: 'https://rest.lavenderfive.com:443/stride',
|
|
202
198
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -220,6 +216,10 @@ const info = {
|
|
|
220
216
|
{
|
|
221
217
|
address: 'https://api.stride.citizenweb3.com',
|
|
222
218
|
provider: 'Citizen Web3'
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
address: 'https://stride-api.polkachu.com',
|
|
222
|
+
provider: 'Polkachu'
|
|
223
223
|
}
|
|
224
224
|
],
|
|
225
225
|
grpc: [
|
|
@@ -337,6 +337,13 @@ const info = {
|
|
|
337
337
|
},
|
|
338
338
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
339
339
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
340
|
+
}],
|
|
341
|
+
snapshots: [{
|
|
342
|
+
url: 'https://polkachu.com/tendermint_snapshots/stride',
|
|
343
|
+
type: 'pruned',
|
|
344
|
+
compression: 'lz4',
|
|
345
|
+
checksumAvailable: false,
|
|
346
|
+
provider: 'Polkachu'
|
|
340
347
|
}]
|
|
341
348
|
};
|
|
342
349
|
exports.default = info;
|
package/mainnet/sunrise/chain.js
CHANGED
|
@@ -168,6 +168,10 @@ const info = {
|
|
|
168
168
|
{
|
|
169
169
|
address: 'https://rpc-sunrise.gombezzz.xyz',
|
|
170
170
|
provider: 'GombezzZ'
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
address: 'https://sunrise-rpc.polkachu.com:443',
|
|
174
|
+
provider: 'Polkachu'
|
|
171
175
|
}
|
|
172
176
|
],
|
|
173
177
|
rest: [
|
|
@@ -278,6 +282,10 @@ const info = {
|
|
|
278
282
|
{
|
|
279
283
|
address: 'https://api-sunrise.gombezzz.xyz',
|
|
280
284
|
provider: 'GombezzZ'
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
address: 'https://sunrise-api.polkachu.com',
|
|
288
|
+
provider: 'Polkachu'
|
|
281
289
|
}
|
|
282
290
|
],
|
|
283
291
|
grpc: [
|
|
@@ -372,6 +380,10 @@ const info = {
|
|
|
372
380
|
{
|
|
373
381
|
address: 'grpc-sunrise.gombezzz.xyz:443',
|
|
374
382
|
provider: 'GombezzZ'
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
address: 'sunrise-grpc.polkachu.com:28390',
|
|
386
|
+
provider: 'Polkachu'
|
|
375
387
|
}
|
|
376
388
|
]
|
|
377
389
|
},
|
|
@@ -517,6 +529,19 @@ const info = {
|
|
|
517
529
|
images: [{
|
|
518
530
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg',
|
|
519
531
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png'
|
|
532
|
+
}],
|
|
533
|
+
snapshots: [{
|
|
534
|
+
url: 'https://polkachu.com/tendermint_snapshots/sunrise',
|
|
535
|
+
type: 'pruned',
|
|
536
|
+
compression: 'lz4',
|
|
537
|
+
checksumAvailable: false,
|
|
538
|
+
provider: 'Polkachu'
|
|
539
|
+
}, {
|
|
540
|
+
url: 'https://polkachu.com/archive_snapshots/sunrise',
|
|
541
|
+
type: 'archive',
|
|
542
|
+
compression: 'lz4',
|
|
543
|
+
checksumAvailable: false,
|
|
544
|
+
provider: 'Polkachu'
|
|
520
545
|
}]
|
|
521
546
|
};
|
|
522
547
|
exports.default = info;
|
|
@@ -57,10 +57,6 @@ const info = {
|
|
|
57
57
|
},
|
|
58
58
|
apis: {
|
|
59
59
|
rpc: [
|
|
60
|
-
{
|
|
61
|
-
address: 'https://teritori-rpc.polkachu.com',
|
|
62
|
-
provider: 'Polkachu'
|
|
63
|
-
},
|
|
64
60
|
{
|
|
65
61
|
address: 'https://teritori.rpc.m.stavr.tech',
|
|
66
62
|
provider: '🔥STAVR🔥'
|
|
@@ -108,6 +104,10 @@ const info = {
|
|
|
108
104
|
{
|
|
109
105
|
address: 'https://teritori-rpc.chainroot.io',
|
|
110
106
|
provider: 'Chainroot'
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
address: 'https://teritori-rpc.polkachu.com:443',
|
|
110
|
+
provider: 'Polkachu'
|
|
111
111
|
}
|
|
112
112
|
],
|
|
113
113
|
rest: [
|
|
@@ -259,6 +259,13 @@ const info = {
|
|
|
259
259
|
images: [{
|
|
260
260
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/chain.png',
|
|
261
261
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/chain.svg'
|
|
262
|
+
}],
|
|
263
|
+
snapshots: [{
|
|
264
|
+
url: 'https://polkachu.com/tendermint_snapshots/teritori',
|
|
265
|
+
type: 'pruned',
|
|
266
|
+
compression: 'lz4',
|
|
267
|
+
checksumAvailable: false,
|
|
268
|
+
provider: 'Polkachu'
|
|
262
269
|
}]
|
|
263
270
|
};
|
|
264
271
|
exports.default = info;
|
package/mainnet/terra2/chain.js
CHANGED
|
@@ -72,10 +72,6 @@ const info = {
|
|
|
72
72
|
address: 'https://rpc.lavenderfive.com:443/terra2',
|
|
73
73
|
provider: 'Lavender.Five Nodes 🐝'
|
|
74
74
|
},
|
|
75
|
-
{
|
|
76
|
-
address: 'https://terra-rpc.polkachu.com',
|
|
77
|
-
provider: 'Polkachu'
|
|
78
|
-
},
|
|
79
75
|
{
|
|
80
76
|
address: 'https://terra-rpc.stakely.io:443/',
|
|
81
77
|
provider: 'stakely'
|
|
@@ -111,6 +107,10 @@ const info = {
|
|
|
111
107
|
{
|
|
112
108
|
address: 'https://terra-m-rpc.onnode.org',
|
|
113
109
|
provider: 'OnNode'
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
address: 'https://terra-rpc.polkachu.com:443',
|
|
113
|
+
provider: 'Polkachu'
|
|
114
114
|
}
|
|
115
115
|
],
|
|
116
116
|
rest: [
|
|
@@ -145,6 +145,10 @@ const info = {
|
|
|
145
145
|
{
|
|
146
146
|
address: 'https://terra-m-api.onnode.org',
|
|
147
147
|
provider: 'OnNode'
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
address: 'https://terra-api.polkachu.com',
|
|
151
|
+
provider: 'Polkachu'
|
|
148
152
|
}
|
|
149
153
|
],
|
|
150
154
|
grpc: [
|
|
@@ -258,6 +262,12 @@ const info = {
|
|
|
258
262
|
frequency: 'every 3h',
|
|
259
263
|
compression: 'tar',
|
|
260
264
|
checksumAvailable: true
|
|
265
|
+
}, {
|
|
266
|
+
url: 'https://polkachu.com/tendermint_snapshots/terra',
|
|
267
|
+
type: 'pruned',
|
|
268
|
+
compression: 'lz4',
|
|
269
|
+
checksumAvailable: false,
|
|
270
|
+
provider: 'Polkachu'
|
|
261
271
|
}]
|
|
262
272
|
};
|
|
263
273
|
exports.default = info;
|
package/mainnet/union/chain.js
CHANGED
|
@@ -71,10 +71,6 @@ const info = {
|
|
|
71
71
|
address: 'https://rpc.lavenderfive.com/union',
|
|
72
72
|
provider: 'Lavender.Five Nodes 🐝'
|
|
73
73
|
},
|
|
74
|
-
{
|
|
75
|
-
address: 'https://union-rpc.polkachu.com',
|
|
76
|
-
provider: 'Polkachu'
|
|
77
|
-
},
|
|
78
74
|
{
|
|
79
75
|
address: 'https://union-rpc.kingnodes.com',
|
|
80
76
|
provider: 'Kingnodes 👑'
|
|
@@ -94,6 +90,10 @@ const info = {
|
|
|
94
90
|
{
|
|
95
91
|
address: 'https://union-mainnet-rpc.shazoes.xyz',
|
|
96
92
|
provider: 'Shazoes'
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
address: 'https://union-rpc.polkachu.com:443',
|
|
96
|
+
provider: 'Polkachu'
|
|
97
97
|
}
|
|
98
98
|
],
|
|
99
99
|
rest: [
|
|
@@ -191,6 +191,13 @@ const info = {
|
|
|
191
191
|
images: [{
|
|
192
192
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/union/images/u.png',
|
|
193
193
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/union/images/u.svg'
|
|
194
|
+
}],
|
|
195
|
+
snapshots: [{
|
|
196
|
+
url: 'https://polkachu.com/tendermint_snapshots/union',
|
|
197
|
+
type: 'pruned',
|
|
198
|
+
compression: 'lz4',
|
|
199
|
+
checksumAvailable: false,
|
|
200
|
+
provider: 'Polkachu'
|
|
194
201
|
}]
|
|
195
202
|
};
|
|
196
203
|
exports.default = info;
|
package/mainnet/ununifi/chain.js
CHANGED
|
@@ -82,6 +82,10 @@ const info = {
|
|
|
82
82
|
{
|
|
83
83
|
address: 'https://ununifi-rpc.genznodes.dev',
|
|
84
84
|
provider: 'genznodes'
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
address: 'https://ununifi-rpc.polkachu.com:443',
|
|
88
|
+
provider: 'Polkachu'
|
|
85
89
|
}
|
|
86
90
|
],
|
|
87
91
|
rest: [
|
|
@@ -100,6 +104,10 @@ const info = {
|
|
|
100
104
|
{
|
|
101
105
|
address: 'https://ununifi-api.genznodes.dev',
|
|
102
106
|
provider: 'genznodes'
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
address: 'https://ununifi-api.polkachu.com',
|
|
110
|
+
provider: 'Polkachu'
|
|
103
111
|
}
|
|
104
112
|
],
|
|
105
113
|
grpc: [
|
|
@@ -126,6 +134,10 @@ const info = {
|
|
|
126
134
|
{
|
|
127
135
|
address: 'ununifi-grpc.genznodes.dev:54090',
|
|
128
136
|
provider: 'genznodes'
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
address: 'ununifi-grpc.polkachu.com:23290',
|
|
140
|
+
provider: 'Polkachu'
|
|
129
141
|
}
|
|
130
142
|
]
|
|
131
143
|
},
|
|
@@ -164,6 +176,13 @@ const info = {
|
|
|
164
176
|
baseDenom: 'uguu'
|
|
165
177
|
},
|
|
166
178
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.png'
|
|
179
|
+
}],
|
|
180
|
+
snapshots: [{
|
|
181
|
+
url: 'https://polkachu.com/tendermint_snapshots/ununifi',
|
|
182
|
+
type: 'pruned',
|
|
183
|
+
compression: 'lz4',
|
|
184
|
+
checksumAvailable: false,
|
|
185
|
+
provider: 'Polkachu'
|
|
167
186
|
}]
|
|
168
187
|
};
|
|
169
188
|
exports.default = info;
|
package/mainnet/xion/chain.js
CHANGED
|
@@ -85,10 +85,6 @@ const info = {
|
|
|
85
85
|
address: 'https://rpc-burnt.imperator.co:443',
|
|
86
86
|
provider: 'Imperator.co'
|
|
87
87
|
},
|
|
88
|
-
{
|
|
89
|
-
address: 'https://xion-rpc.polkachu.com:443',
|
|
90
|
-
provider: 'Polkachu'
|
|
91
|
-
},
|
|
92
88
|
{
|
|
93
89
|
address: 'https://xion-mainnet-rpc.autostake.com:443',
|
|
94
90
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
@@ -100,6 +96,10 @@ const info = {
|
|
|
100
96
|
{
|
|
101
97
|
address: 'https://xion-rpc.kingnodes.com:443',
|
|
102
98
|
provider: 'kingnodes 👑'
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
address: 'https://verona-rpc.polkachu.com:443',
|
|
102
|
+
provider: 'Polkachu'
|
|
103
103
|
}
|
|
104
104
|
],
|
|
105
105
|
rest: [
|
|
@@ -115,10 +115,6 @@ const info = {
|
|
|
115
115
|
address: 'https://lcd-burnt.imperator.co',
|
|
116
116
|
provider: 'Imperator.co'
|
|
117
117
|
},
|
|
118
|
-
{
|
|
119
|
-
address: 'https://xion-api.polkachu.com',
|
|
120
|
-
provider: 'Polkachu'
|
|
121
|
-
},
|
|
122
118
|
{
|
|
123
119
|
address: 'https://xion-mainnet-lcd.autostake.com',
|
|
124
120
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
@@ -130,6 +126,10 @@ const info = {
|
|
|
130
126
|
{
|
|
131
127
|
address: 'https://xion-rest.kingnodes.com',
|
|
132
128
|
provider: 'kingnodes 👑'
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
address: 'https://verona-api.polkachu.com',
|
|
132
|
+
provider: 'Polkachu'
|
|
133
133
|
}
|
|
134
134
|
],
|
|
135
135
|
grpc: [
|
|
@@ -141,10 +141,6 @@ const info = {
|
|
|
141
141
|
address: 'xion-grpc.lavenderfive.com:443',
|
|
142
142
|
provider: 'Lavender.Five Nodes 🐝'
|
|
143
143
|
},
|
|
144
|
-
{
|
|
145
|
-
address: 'xion-grpc.polkachu.com:22390',
|
|
146
|
-
provider: 'Polkachu'
|
|
147
|
-
},
|
|
148
144
|
{
|
|
149
145
|
address: 'xion-mainnet-grpc.autostake.com:443',
|
|
150
146
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
@@ -156,6 +152,10 @@ const info = {
|
|
|
156
152
|
{
|
|
157
153
|
address: 'xion-grpc.kingnodes.com:443',
|
|
158
154
|
provider: 'kingnodes 👑'
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
address: 'verona-grpc.polkachu.com:22390',
|
|
158
|
+
provider: 'Polkachu'
|
|
159
159
|
}
|
|
160
160
|
]
|
|
161
161
|
},
|
|
@@ -205,6 +205,13 @@ const info = {
|
|
|
205
205
|
'xion',
|
|
206
206
|
'burnt',
|
|
207
207
|
'mainnet'
|
|
208
|
-
]
|
|
208
|
+
],
|
|
209
|
+
snapshots: [{
|
|
210
|
+
url: 'https://polkachu.com/tendermint_snapshots/verona',
|
|
211
|
+
type: 'pruned',
|
|
212
|
+
compression: 'lz4',
|
|
213
|
+
checksumAvailable: false,
|
|
214
|
+
provider: 'Polkachu'
|
|
215
|
+
}]
|
|
209
216
|
};
|
|
210
217
|
exports.default = info;
|