chain-registry 2.0.240 → 2.0.241
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/akash/chain.js +13 -3
- package/esm/mainnet/atomone/chain.js +15 -0
- package/esm/mainnet/axone/chain.js +4 -4
- package/esm/mainnet/babylon/chain.js +0 -6
- package/esm/mainnet/celestia/chain.js +13 -9
- package/esm/mainnet/cosmoshub/chain.js +9 -5
- package/esm/mainnet/dymension/chain.js +16 -16
- package/esm/mainnet/fetchhub/chain.js +21 -11
- package/esm/mainnet/juno/chain.js +6 -0
- package/esm/mainnet/persistence/chain.js +13 -3
- package/esm/mainnet/pocket/chain.js +8 -0
- package/esm/mainnet/provenance/chain.js +21 -3
- package/esm/mainnet/seda/chain.js +18 -12
- package/esm/mainnet/shentu/chain.js +6 -0
- package/esm/mainnet/wardenprotocol/chain.js +13 -0
- package/esm/mainnet/xrplevm/chain.js +4 -0
- package/esm/testnet/celestiatestnet3/chain.js +17 -1
- package/esm/testnet/cosmosicsprovidertestnet/chain.js +24 -8
- package/esm/testnet/junotestnet/chain.js +0 -3
- package/esm/testnet/sedatestnet/chain.js +11 -0
- package/esm/testnet/xrplevmtestnet/chain.js +9 -5
- package/mainnet/akash/chain.js +13 -3
- package/mainnet/atomone/chain.js +15 -0
- package/mainnet/axone/chain.js +4 -4
- package/mainnet/babylon/chain.js +0 -6
- package/mainnet/celestia/chain.js +13 -9
- package/mainnet/cosmoshub/chain.js +9 -5
- package/mainnet/dymension/chain.js +16 -16
- package/mainnet/fetchhub/chain.js +21 -11
- package/mainnet/juno/chain.js +6 -0
- package/mainnet/persistence/chain.js +13 -3
- package/mainnet/pocket/chain.js +8 -0
- package/mainnet/provenance/chain.js +21 -3
- package/mainnet/seda/chain.js +18 -12
- package/mainnet/shentu/chain.js +6 -0
- package/mainnet/wardenprotocol/chain.js +13 -0
- package/mainnet/xrplevm/chain.js +4 -0
- package/package.json +3 -3
- package/testnet/celestiatestnet3/chain.js +17 -1
- package/testnet/cosmosicsprovidertestnet/chain.js +24 -8
- package/testnet/junotestnet/chain.js +0 -3
- package/testnet/sedatestnet/chain.js +11 -0
- package/testnet/xrplevmtestnet/chain.js +9 -5
|
@@ -27,15 +27,15 @@ const info = {
|
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
29
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
30
|
-
recommendedVersion: 'v27.
|
|
31
|
-
compatibleVersions: ['v27.
|
|
30
|
+
recommendedVersion: 'v27.6.0-rc0',
|
|
31
|
+
compatibleVersions: ['v27.6.0-rc0'],
|
|
32
32
|
consensus: {
|
|
33
33
|
type: 'cometbft',
|
|
34
34
|
version: 'v0.38.23'
|
|
35
35
|
},
|
|
36
36
|
binaries: {
|
|
37
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
38
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
37
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.6.0-rc0/gaiad-v27.6.0-rc0-darwin-amd64',
|
|
38
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.6.0-rc0/gaiad-v27.6.0-rc0-linux-amd64'
|
|
39
39
|
},
|
|
40
40
|
genesis: {
|
|
41
41
|
genesisUrl: 'https://raw.githubusercontent.com/cosmos/testnets/master/provider/provider-genesis.json'
|
|
@@ -50,11 +50,11 @@ const info = {
|
|
|
50
50
|
version: 'v10.7.0'
|
|
51
51
|
},
|
|
52
52
|
cosmwasm: {
|
|
53
|
-
version: 'v0.60.
|
|
53
|
+
version: 'v0.60.8',
|
|
54
54
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
55
|
-
tag: 'v0.60.
|
|
55
|
+
tag: 'v0.60.8'
|
|
56
56
|
},
|
|
57
|
-
tag: 'v27.
|
|
57
|
+
tag: 'v27.6.0-rc0'
|
|
58
58
|
},
|
|
59
59
|
apis: {
|
|
60
60
|
rpc: [
|
|
@@ -81,6 +81,10 @@ const info = {
|
|
|
81
81
|
{
|
|
82
82
|
address: 'https://cosmos-testnet-rpc.ibs.team',
|
|
83
83
|
provider: 'Inter Blockchain Services'
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
address: 'https://cosmos.rpc.testnet.cumulo.me',
|
|
87
|
+
provider: 'Cumulo'
|
|
84
88
|
}
|
|
85
89
|
],
|
|
86
90
|
rest: [
|
|
@@ -107,6 +111,10 @@ const info = {
|
|
|
107
111
|
{
|
|
108
112
|
address: 'https://cosmos-testnet-api.ibs.team',
|
|
109
113
|
provider: 'Inter Blockchain Services'
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
address: 'https://cosmos.api.testnet.cumulo.me',
|
|
117
|
+
provider: 'Cumulo'
|
|
110
118
|
}
|
|
111
119
|
],
|
|
112
120
|
grpc: [
|
|
@@ -129,8 +137,16 @@ const info = {
|
|
|
129
137
|
{
|
|
130
138
|
address: 'cosmos-testnet-grpc.itrocket.net:443',
|
|
131
139
|
provider: 'ITRocket'
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
address: 'https://cosmos.grpc.testnet.cumulo.me',
|
|
143
|
+
provider: 'Cumulo'
|
|
132
144
|
}
|
|
133
|
-
]
|
|
145
|
+
],
|
|
146
|
+
wss: [{
|
|
147
|
+
address: 'wss://cosmos.rpc.testnet.cumulo.me/websocket',
|
|
148
|
+
provider: 'Cumulo'
|
|
149
|
+
}]
|
|
134
150
|
},
|
|
135
151
|
explorers: [
|
|
136
152
|
{
|
|
@@ -81,6 +81,10 @@ const info = {
|
|
|
81
81
|
{
|
|
82
82
|
address: 'https://seda-testnet-rpc.synergynodes.com/',
|
|
83
83
|
provider: 'Synergy Nodes'
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
address: 'https://seda-testnet.rpc.cumulo.org.es',
|
|
87
|
+
provider: 'Cumulo'
|
|
84
88
|
}
|
|
85
89
|
],
|
|
86
90
|
rest: [
|
|
@@ -95,11 +99,18 @@ const info = {
|
|
|
95
99
|
{
|
|
96
100
|
address: 'https://seda-testnet.api.kjnodes.com',
|
|
97
101
|
provider: 'kjnodes'
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
address: 'https://seda-testnet.api.cumulo.org.es',
|
|
105
|
+
provider: 'Cumulo'
|
|
98
106
|
}
|
|
99
107
|
],
|
|
100
108
|
grpc: [{
|
|
101
109
|
address: 'seda-testnet-grpc.polkachu.com:25890',
|
|
102
110
|
provider: 'Polkachu'
|
|
111
|
+
}, {
|
|
112
|
+
address: 'https://seda-testnet.grpc.cumulo.org.es',
|
|
113
|
+
provider: 'Cumulo'
|
|
103
114
|
}]
|
|
104
115
|
},
|
|
105
116
|
explorers: [{
|
|
@@ -170,10 +170,6 @@ const info = {
|
|
|
170
170
|
address: 'https://polkachu.com/testnet_public_grpc',
|
|
171
171
|
provider: 'Polkachu'
|
|
172
172
|
},
|
|
173
|
-
{
|
|
174
|
-
address: 'grpc.xrpl.cumulo.com.es',
|
|
175
|
-
provider: 'Cumulo'
|
|
176
|
-
},
|
|
177
173
|
{
|
|
178
174
|
address: 'xrplevm-testnet-grpc.itrocket.net:443',
|
|
179
175
|
provider: 'ITRocket'
|
|
@@ -197,6 +193,10 @@ const info = {
|
|
|
197
193
|
{
|
|
198
194
|
address: 'http://xrplevm-testnet-grpc.blockitize.com/',
|
|
199
195
|
provider: 'blockitize'
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
address: 'https://grpc.xrpl.cumulo.com.es',
|
|
199
|
+
provider: 'Cumulo'
|
|
200
200
|
}
|
|
201
201
|
],
|
|
202
202
|
evmHttpJsonrpc: [
|
|
@@ -288,7 +288,11 @@ const info = {
|
|
|
288
288
|
address: 'https://evmrpc-t.archive.xrp.nodestake.org',
|
|
289
289
|
provider: 'NodeStake'
|
|
290
290
|
}
|
|
291
|
-
]
|
|
291
|
+
],
|
|
292
|
+
wss: [{
|
|
293
|
+
address: 'wss://rpc.xrpl.cumulo.com.es/websocket',
|
|
294
|
+
provider: 'Cumulo'
|
|
295
|
+
}]
|
|
292
296
|
},
|
|
293
297
|
explorers: [
|
|
294
298
|
{
|
package/mainnet/akash/chain.js
CHANGED
|
@@ -212,7 +212,8 @@ const info = {
|
|
|
212
212
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
213
213
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
214
214
|
}],
|
|
215
|
-
snapshots: [
|
|
215
|
+
snapshots: [
|
|
216
|
+
{
|
|
216
217
|
provider: 'High Stakes 🇨🇭',
|
|
217
218
|
url: 'https://tools.highstakes.ch/snapshots/akash',
|
|
218
219
|
latestUrl: 'https://tools.highstakes.ch/files/akash.tar.gz',
|
|
@@ -221,12 +222,21 @@ const info = {
|
|
|
221
222
|
frequency: 'every 3h',
|
|
222
223
|
compression: 'tar',
|
|
223
224
|
checksumAvailable: true
|
|
224
|
-
},
|
|
225
|
+
},
|
|
226
|
+
{
|
|
225
227
|
url: 'https://polkachu.com/tendermint_snapshots/akash',
|
|
226
228
|
type: 'pruned',
|
|
227
229
|
compression: 'lz4',
|
|
228
230
|
checksumAvailable: false,
|
|
229
231
|
provider: 'Polkachu'
|
|
230
|
-
}
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
url: 'https://kleomedes.cloud/chains/akash',
|
|
235
|
+
latestUrl: 'https://api.kleomedes.network/api/v2/snapshots/akash/latest',
|
|
236
|
+
type: 'pruned',
|
|
237
|
+
compression: 'zstd',
|
|
238
|
+
provider: 'Kleomedes'
|
|
239
|
+
}
|
|
240
|
+
]
|
|
231
241
|
};
|
|
232
242
|
exports.default = info;
|
package/mainnet/atomone/chain.js
CHANGED
|
@@ -193,6 +193,10 @@ const info = {
|
|
|
193
193
|
{
|
|
194
194
|
address: 'https://atomone-mainnet-rpc.oshvank.xyz',
|
|
195
195
|
provider: '🏆OshVanK🏆'
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
address: 'https://atomone-rpc.kleomedes.network',
|
|
199
|
+
provider: 'Kleomedes'
|
|
196
200
|
}
|
|
197
201
|
],
|
|
198
202
|
rest: [
|
|
@@ -319,6 +323,10 @@ const info = {
|
|
|
319
323
|
{
|
|
320
324
|
address: 'https://atomone-mainnet-api.oshvank.xyz',
|
|
321
325
|
provider: '🏆OshVanK🏆'
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
address: 'https://atomone-api.kleomedes.network',
|
|
329
|
+
provider: 'Kleomedes'
|
|
322
330
|
}
|
|
323
331
|
],
|
|
324
332
|
grpc: [
|
|
@@ -537,6 +545,13 @@ const info = {
|
|
|
537
545
|
images: [{
|
|
538
546
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
539
547
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
548
|
+
}],
|
|
549
|
+
snapshots: [{
|
|
550
|
+
url: 'https://kleomedes.cloud/chains/atomone',
|
|
551
|
+
latestUrl: 'https://api.kleomedes.network/api/v2/snapshots/atomone/latest',
|
|
552
|
+
type: 'pruned',
|
|
553
|
+
compression: 'zstd',
|
|
554
|
+
provider: 'Kleomedes'
|
|
540
555
|
}]
|
|
541
556
|
};
|
|
542
557
|
exports.default = info;
|
package/mainnet/axone/chain.js
CHANGED
|
@@ -130,10 +130,6 @@ const info = {
|
|
|
130
130
|
}
|
|
131
131
|
],
|
|
132
132
|
grpc: [
|
|
133
|
-
{
|
|
134
|
-
address: 'grpc.axone.cumulo.com.es:443',
|
|
135
|
-
provider: 'Cumulo'
|
|
136
|
-
},
|
|
137
133
|
{
|
|
138
134
|
address: 'axone.grpc.bccnodes.com:443',
|
|
139
135
|
provider: 'BccNodes'
|
|
@@ -157,6 +153,10 @@ const info = {
|
|
|
157
153
|
{
|
|
158
154
|
address: 'axone-mainnet-grpc.shazoes.xyz:30490',
|
|
159
155
|
provider: 'Shazoes'
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
address: 'https://grpc.axone.cumulo.com.es',
|
|
159
|
+
provider: 'Cumulo'
|
|
160
160
|
}
|
|
161
161
|
]
|
|
162
162
|
},
|
package/mainnet/babylon/chain.js
CHANGED
|
@@ -171,12 +171,6 @@ const info = {
|
|
|
171
171
|
compression: 'lz4',
|
|
172
172
|
checksumAvailable: false,
|
|
173
173
|
provider: 'Polkachu'
|
|
174
|
-
}, {
|
|
175
|
-
url: 'https://polkachu.com/archive_snapshots/babylon',
|
|
176
|
-
type: 'archive',
|
|
177
|
-
compression: 'lz4',
|
|
178
|
-
checksumAvailable: false,
|
|
179
|
-
provider: 'Polkachu'
|
|
180
174
|
}]
|
|
181
175
|
};
|
|
182
176
|
exports.default = info;
|
|
@@ -126,10 +126,6 @@ const info = {
|
|
|
126
126
|
address: 'https://rpc.freshstaking.com/celestia',
|
|
127
127
|
provider: 'FreshSTAKING'
|
|
128
128
|
},
|
|
129
|
-
{
|
|
130
|
-
address: 'https://celestia.cumulo.org.es/',
|
|
131
|
-
provider: 'Cumulo'
|
|
132
|
-
},
|
|
133
129
|
{
|
|
134
130
|
address: 'https://rpc.celestia-app.bronbro.io',
|
|
135
131
|
provider: 'Bro_n_Bro'
|
|
@@ -165,6 +161,10 @@ const info = {
|
|
|
165
161
|
{
|
|
166
162
|
address: 'https://celestia-rpc.polkachu.com:443',
|
|
167
163
|
provider: 'Polkachu'
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
address: 'https://celestia.cumulo.org.es',
|
|
167
|
+
provider: 'Cumulo'
|
|
168
168
|
}
|
|
169
169
|
],
|
|
170
170
|
rest: [
|
|
@@ -302,10 +302,6 @@ const info = {
|
|
|
302
302
|
address: 'grpc.celestia.validatus.com:443',
|
|
303
303
|
provider: 'Validatus'
|
|
304
304
|
},
|
|
305
|
-
{
|
|
306
|
-
address: 'celestia.grpc.cumulo.org.es',
|
|
307
|
-
provider: 'Cumulo'
|
|
308
|
-
},
|
|
309
305
|
{
|
|
310
306
|
address: 'grpc.celestia-app.bronbro.io:443',
|
|
311
307
|
provider: 'Bro_n_Bro'
|
|
@@ -333,8 +329,16 @@ const info = {
|
|
|
333
329
|
{
|
|
334
330
|
address: 'celestia-grpc.polkachu.com:11690',
|
|
335
331
|
provider: 'Polkachu'
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
address: 'https://celestia.grpc.cumulo.org.es',
|
|
335
|
+
provider: 'Cumulo'
|
|
336
336
|
}
|
|
337
|
-
]
|
|
337
|
+
],
|
|
338
|
+
wss: [{
|
|
339
|
+
address: 'wss://celestia.cumulo.org.es/websocket',
|
|
340
|
+
provider: 'Cumulo'
|
|
341
|
+
}]
|
|
338
342
|
},
|
|
339
343
|
explorers: [
|
|
340
344
|
{
|
|
@@ -401,15 +401,19 @@ const info = {
|
|
|
401
401
|
address: 'cosmoshub-mainnet.chain.whenmoonwhenlambo.money:443',
|
|
402
402
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
403
403
|
},
|
|
404
|
-
{
|
|
405
|
-
address: 'grpc.cosmos.cumulo.com.es:9790',
|
|
406
|
-
provider: 'Cumulo'
|
|
407
|
-
},
|
|
408
404
|
{
|
|
409
405
|
address: 'https://cosmos-grpc.highstakes.ch',
|
|
410
406
|
provider: 'High Stakes 🇨🇭'
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
address: 'https://grpc.cosmos.cumulo.com.es',
|
|
410
|
+
provider: 'Cumulo'
|
|
411
411
|
}
|
|
412
|
-
]
|
|
412
|
+
],
|
|
413
|
+
wss: [{
|
|
414
|
+
address: 'wss://rpc.cosmos.cumulo.com.es/websocket',
|
|
415
|
+
provider: 'Cumulo'
|
|
416
|
+
}]
|
|
413
417
|
},
|
|
414
418
|
explorers: [
|
|
415
419
|
{
|
|
@@ -135,10 +135,6 @@ const info = {
|
|
|
135
135
|
address: 'https://dymension.0xwave.com:2053',
|
|
136
136
|
provider: 'Wave'
|
|
137
137
|
},
|
|
138
|
-
{
|
|
139
|
-
address: 'https://archive.rpc.dym.cumulo.com.es:443',
|
|
140
|
-
provider: 'Cumulo'
|
|
141
|
-
},
|
|
142
138
|
{
|
|
143
139
|
address: 'https://rpc.dymension.posthuman.digital',
|
|
144
140
|
provider: 'posthuman'
|
|
@@ -166,6 +162,10 @@ const info = {
|
|
|
166
162
|
{
|
|
167
163
|
address: 'https://dymension-rpc.polkachu.com:443',
|
|
168
164
|
provider: 'Polkachu'
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
address: 'https://rollapp.rpc.cumulo.com.es',
|
|
168
|
+
provider: 'Cumulo'
|
|
169
169
|
}
|
|
170
170
|
],
|
|
171
171
|
rest: [
|
|
@@ -257,10 +257,6 @@ const info = {
|
|
|
257
257
|
address: 'https://dymension.0xwave.com',
|
|
258
258
|
provider: 'Wave'
|
|
259
259
|
},
|
|
260
|
-
{
|
|
261
|
-
address: 'https://api.dym.cumulo.com.es',
|
|
262
|
-
provider: 'Cumulo'
|
|
263
|
-
},
|
|
264
260
|
{
|
|
265
261
|
address: 'https://rest.dymension.posthuman.digital',
|
|
266
262
|
provider: 'posthuman'
|
|
@@ -284,6 +280,10 @@ const info = {
|
|
|
284
280
|
{
|
|
285
281
|
address: 'https://dymension-api.polkachu.com',
|
|
286
282
|
provider: 'Polkachu'
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
address: 'https://rollapp.rest.cumulo.com.es',
|
|
286
|
+
provider: 'Cumulo'
|
|
287
287
|
}
|
|
288
288
|
],
|
|
289
289
|
grpc: [
|
|
@@ -355,10 +355,6 @@ const info = {
|
|
|
355
355
|
address: 'https://dymension.0xwave.com:2083',
|
|
356
356
|
provider: 'Wave'
|
|
357
357
|
},
|
|
358
|
-
{
|
|
359
|
-
address: 'grpc.dym.cumulo.com.es:443',
|
|
360
|
-
provider: 'Cumulo'
|
|
361
|
-
},
|
|
362
358
|
{
|
|
363
359
|
address: 'https://grpc.dymension.posthuman.digital',
|
|
364
360
|
provider: 'posthuman'
|
|
@@ -378,6 +374,10 @@ const info = {
|
|
|
378
374
|
{
|
|
379
375
|
address: 'dymension-grpc.polkachu.com:20590',
|
|
380
376
|
provider: 'Polkachu'
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
address: 'https://rollapp.grpc.cumulo.com.es',
|
|
380
|
+
provider: 'Cumulo'
|
|
381
381
|
}
|
|
382
382
|
],
|
|
383
383
|
evmHttpJsonrpc: [
|
|
@@ -397,10 +397,6 @@ const info = {
|
|
|
397
397
|
address: 'https://dymension.0xwave.com:2087',
|
|
398
398
|
provider: 'Wave'
|
|
399
399
|
},
|
|
400
|
-
{
|
|
401
|
-
address: 'https://evm-rpc.dym.cumulo.com.es:443',
|
|
402
|
-
provider: 'Cumulo'
|
|
403
|
-
},
|
|
404
400
|
{
|
|
405
401
|
address: 'https://evm-rpc.dymension.node75.org',
|
|
406
402
|
provider: 'Pro-Nodes75'
|
|
@@ -416,6 +412,10 @@ const info = {
|
|
|
416
412
|
{
|
|
417
413
|
address: 'https://evm.archive.dymension.mainnet.dteam.tech:443',
|
|
418
414
|
provider: 'DTEAM'
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
address: 'https://rollapp.jrpc.cumulo.com.es',
|
|
418
|
+
provider: 'Cumulo'
|
|
419
419
|
}
|
|
420
420
|
]
|
|
421
421
|
},
|
|
@@ -43,10 +43,6 @@ const info = {
|
|
|
43
43
|
address: 'https://rpc-fetchhub.fetch.ai:443',
|
|
44
44
|
provider: 'fetch.ai'
|
|
45
45
|
},
|
|
46
|
-
{
|
|
47
|
-
address: 'https://fetchai-rpc.kleomedes.network',
|
|
48
|
-
provider: 'Kleomedes'
|
|
49
|
-
},
|
|
50
46
|
{
|
|
51
47
|
address: 'https://fetch-rpc.antrixy.org',
|
|
52
48
|
provider: 'Antrix'
|
|
@@ -102,6 +98,10 @@ const info = {
|
|
|
102
98
|
{
|
|
103
99
|
address: 'https://fetch-rpc.polkachu.com:443',
|
|
104
100
|
provider: 'Polkachu'
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
address: 'https://fetchhub-rpc.kleomedes.network',
|
|
104
|
+
provider: 'Kleomedes'
|
|
105
105
|
}
|
|
106
106
|
],
|
|
107
107
|
rest: [
|
|
@@ -113,10 +113,6 @@ const info = {
|
|
|
113
113
|
address: 'https://fetch-api.polkachu.com',
|
|
114
114
|
provider: 'Polkachu'
|
|
115
115
|
},
|
|
116
|
-
{
|
|
117
|
-
address: 'https://fetchai-api.kleomedes.network',
|
|
118
|
-
provider: 'Kleomedes'
|
|
119
|
-
},
|
|
120
116
|
{
|
|
121
117
|
address: 'https://fetch-rest.antrixy.org',
|
|
122
118
|
provider: 'Antrix'
|
|
@@ -168,6 +164,10 @@ const info = {
|
|
|
168
164
|
{
|
|
169
165
|
address: 'https://fetch.api.pocket.network',
|
|
170
166
|
provider: 'Pocket Network'
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
address: 'https://fetchhub-api.kleomedes.network',
|
|
170
|
+
provider: 'Kleomedes'
|
|
171
171
|
}
|
|
172
172
|
],
|
|
173
173
|
grpc: [
|
|
@@ -286,7 +286,8 @@ const info = {
|
|
|
286
286
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
|
|
287
287
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
|
|
288
288
|
}],
|
|
289
|
-
snapshots: [
|
|
289
|
+
snapshots: [
|
|
290
|
+
{
|
|
290
291
|
provider: 'High Stakes 🇨🇭',
|
|
291
292
|
url: 'https://tools.highstakes.ch/snapshots/fetchai',
|
|
292
293
|
latestUrl: 'https://tools.highstakes.ch/files/fetchai.tar.gz',
|
|
@@ -295,12 +296,21 @@ const info = {
|
|
|
295
296
|
frequency: 'every 3h',
|
|
296
297
|
compression: 'tar',
|
|
297
298
|
checksumAvailable: true
|
|
298
|
-
},
|
|
299
|
+
},
|
|
300
|
+
{
|
|
299
301
|
url: 'https://polkachu.com/tendermint_snapshots/fetch',
|
|
300
302
|
type: 'pruned',
|
|
301
303
|
compression: 'lz4',
|
|
302
304
|
checksumAvailable: false,
|
|
303
305
|
provider: 'Polkachu'
|
|
304
|
-
}
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
url: 'https://kleomedes.cloud/chains/fetchhub',
|
|
309
|
+
latestUrl: 'https://api.kleomedes.network/api/v2/snapshots/fetchhub/latest',
|
|
310
|
+
type: 'pruned',
|
|
311
|
+
compression: 'zstd',
|
|
312
|
+
provider: 'Kleomedes'
|
|
313
|
+
}
|
|
314
|
+
]
|
|
305
315
|
};
|
|
306
316
|
exports.default = info;
|
package/mainnet/juno/chain.js
CHANGED
|
@@ -252,6 +252,12 @@ const info = {
|
|
|
252
252
|
compression: 'lz4',
|
|
253
253
|
checksumAvailable: false,
|
|
254
254
|
provider: 'Polkachu'
|
|
255
|
+
}, {
|
|
256
|
+
url: 'https://kleomedes.cloud/chains/juno',
|
|
257
|
+
latestUrl: 'https://api.kleomedes.network/api/v2/snapshots/juno/latest',
|
|
258
|
+
type: 'pruned',
|
|
259
|
+
compression: 'zstd',
|
|
260
|
+
provider: 'Kleomedes'
|
|
255
261
|
}]
|
|
256
262
|
};
|
|
257
263
|
exports.default = info;
|
|
@@ -348,7 +348,8 @@ const info = {
|
|
|
348
348
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
349
349
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
|
350
350
|
}],
|
|
351
|
-
snapshots: [
|
|
351
|
+
snapshots: [
|
|
352
|
+
{
|
|
352
353
|
provider: 'High Stakes 🇨🇭',
|
|
353
354
|
url: 'https://tools.highstakes.ch/snapshots/persistence',
|
|
354
355
|
latestUrl: 'https://tools.highstakes.ch/files/persistence.tar.gz',
|
|
@@ -357,12 +358,21 @@ const info = {
|
|
|
357
358
|
frequency: 'every 3h',
|
|
358
359
|
compression: 'tar',
|
|
359
360
|
checksumAvailable: true
|
|
360
|
-
},
|
|
361
|
+
},
|
|
362
|
+
{
|
|
361
363
|
url: 'https://polkachu.com/tendermint_snapshots/persistence',
|
|
362
364
|
type: 'pruned',
|
|
363
365
|
compression: 'lz4',
|
|
364
366
|
checksumAvailable: false,
|
|
365
367
|
provider: 'Polkachu'
|
|
366
|
-
}
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
url: 'https://kleomedes.cloud/chains/persistence',
|
|
371
|
+
latestUrl: 'https://api.kleomedes.network/api/v2/snapshots/persistence/latest',
|
|
372
|
+
type: 'pruned',
|
|
373
|
+
compression: 'zstd',
|
|
374
|
+
provider: 'Kleomedes'
|
|
375
|
+
}
|
|
376
|
+
]
|
|
367
377
|
};
|
|
368
378
|
exports.default = info;
|
package/mainnet/pocket/chain.js
CHANGED
|
@@ -95,6 +95,10 @@ const info = {
|
|
|
95
95
|
{
|
|
96
96
|
address: 'https://rpc.pocket.chaintools.tech:443',
|
|
97
97
|
provider: 'ChainTools'
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
address: 'https://pocket-rpc.kleomedes.network',
|
|
101
|
+
provider: 'Kleomedes'
|
|
98
102
|
}
|
|
99
103
|
],
|
|
100
104
|
rest: [
|
|
@@ -117,6 +121,10 @@ const info = {
|
|
|
117
121
|
{
|
|
118
122
|
address: 'https://pocket-api.polkachu.com',
|
|
119
123
|
provider: 'Polkachu'
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
address: 'https://pocket-api.kleomedes.network',
|
|
127
|
+
provider: 'Kleomedes'
|
|
120
128
|
}
|
|
121
129
|
],
|
|
122
130
|
grpc: [{
|
|
@@ -107,6 +107,10 @@ const info = {
|
|
|
107
107
|
{
|
|
108
108
|
address: 'https://provenance-rpc.polkachu.com:443',
|
|
109
109
|
provider: 'Polkachu'
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
address: 'https://provenance-rpc.kleomedes.network',
|
|
113
|
+
provider: 'Kleomedes'
|
|
110
114
|
}
|
|
111
115
|
],
|
|
112
116
|
rest: [
|
|
@@ -157,6 +161,10 @@ const info = {
|
|
|
157
161
|
{
|
|
158
162
|
address: 'https://provenance-api.polkachu.com',
|
|
159
163
|
provider: 'Polkachu'
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
address: 'https://provenance-api.kleomedes.network',
|
|
167
|
+
provider: 'Kleomedes'
|
|
160
168
|
}
|
|
161
169
|
],
|
|
162
170
|
grpc: [
|
|
@@ -259,7 +267,8 @@ const info = {
|
|
|
259
267
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png',
|
|
260
268
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg'
|
|
261
269
|
}],
|
|
262
|
-
snapshots: [
|
|
270
|
+
snapshots: [
|
|
271
|
+
{
|
|
263
272
|
provider: 'High Stakes 🇨🇭',
|
|
264
273
|
url: 'https://tools.highstakes.ch/snapshots/provenance',
|
|
265
274
|
latestUrl: 'https://tools.highstakes.ch/files/provenance_goleveldb.tar.gz',
|
|
@@ -268,12 +277,21 @@ const info = {
|
|
|
268
277
|
frequency: 'every 3h',
|
|
269
278
|
compression: 'tar',
|
|
270
279
|
checksumAvailable: true
|
|
271
|
-
},
|
|
280
|
+
},
|
|
281
|
+
{
|
|
272
282
|
url: 'https://polkachu.com/tendermint_snapshots/provenance',
|
|
273
283
|
type: 'pruned',
|
|
274
284
|
compression: 'lz4',
|
|
275
285
|
checksumAvailable: false,
|
|
276
286
|
provider: 'Polkachu'
|
|
277
|
-
}
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
url: 'https://kleomedes.cloud/chains/provenance',
|
|
290
|
+
latestUrl: 'https://api.kleomedes.network/api/v2/snapshots/provenance/latest',
|
|
291
|
+
type: 'pruned',
|
|
292
|
+
compression: 'zstd',
|
|
293
|
+
provider: 'Kleomedes'
|
|
294
|
+
}
|
|
295
|
+
]
|
|
278
296
|
};
|
|
279
297
|
exports.default = info;
|