chain-registry 2.0.211 → 2.0.213
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 +10 -0
- package/esm/mainnet/bandchain/chain.js +10 -0
- package/esm/mainnet/celestia/ibc-data.js +62 -0
- package/esm/mainnet/cosmoshub/chain.js +10 -0
- package/esm/mainnet/cosmoshub/ibc-data.js +31 -0
- package/esm/mainnet/fetchhub/chain.js +10 -0
- package/esm/mainnet/injective/chain.js +19 -0
- package/esm/mainnet/irisnet/chain.js +10 -0
- package/esm/mainnet/nolus/chain.js +2 -2
- package/esm/mainnet/persistence/chain.js +10 -0
- package/esm/mainnet/provenance/chain.js +10 -0
- package/esm/mainnet/terra2/chain.js +10 -0
- package/esm/mainnet/xrplevm/ibc-data.js +31 -0
- package/mainnet/akash/chain.js +10 -0
- package/mainnet/bandchain/chain.js +10 -0
- package/mainnet/celestia/ibc-data.js +62 -0
- package/mainnet/cosmoshub/chain.js +10 -0
- package/mainnet/cosmoshub/ibc-data.js +31 -0
- package/mainnet/fetchhub/chain.js +10 -0
- package/mainnet/injective/chain.js +19 -0
- package/mainnet/irisnet/chain.js +10 -0
- package/mainnet/nolus/chain.js +2 -2
- package/mainnet/persistence/chain.js +10 -0
- package/mainnet/provenance/chain.js +10 -0
- package/mainnet/terra2/chain.js +10 -0
- package/mainnet/xrplevm/ibc-data.js +31 -0
- package/package.json +3 -3
|
@@ -206,6 +206,16 @@ const info = {
|
|
|
206
206
|
images: [{
|
|
207
207
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
208
208
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
209
|
+
}],
|
|
210
|
+
snapshots: [{
|
|
211
|
+
provider: 'High Stakes 🇨🇭',
|
|
212
|
+
url: 'https://tools.highstakes.ch/snapshots/akash',
|
|
213
|
+
latestUrl: 'https://tools.highstakes.ch/files/akash.tar.gz',
|
|
214
|
+
type: 'pruned',
|
|
215
|
+
dbBackend: 'goleveldb',
|
|
216
|
+
frequency: 'every 3h',
|
|
217
|
+
compression: 'tar',
|
|
218
|
+
checksumAvailable: true
|
|
209
219
|
}]
|
|
210
220
|
};
|
|
211
221
|
export default info;
|
|
@@ -273,6 +273,16 @@ const info = {
|
|
|
273
273
|
images: [{
|
|
274
274
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.png',
|
|
275
275
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg'
|
|
276
|
+
}],
|
|
277
|
+
snapshots: [{
|
|
278
|
+
provider: 'High Stakes 🇨🇭',
|
|
279
|
+
url: 'https://tools.highstakes.ch/snapshots/bandprotocol',
|
|
280
|
+
latestUrl: 'https://tools.highstakes.ch/files/bandprotocol.tar.gz',
|
|
281
|
+
type: 'pruned',
|
|
282
|
+
dbBackend: 'goleveldb',
|
|
283
|
+
frequency: 'every 3h',
|
|
284
|
+
compression: 'tar',
|
|
285
|
+
checksumAvailable: true
|
|
276
286
|
}]
|
|
277
287
|
};
|
|
278
288
|
export default info;
|
|
@@ -61,6 +61,37 @@ const info = [
|
|
|
61
61
|
}
|
|
62
62
|
}]
|
|
63
63
|
},
|
|
64
|
+
{
|
|
65
|
+
$schema: '../ibc_data.schema.json',
|
|
66
|
+
chain1: {
|
|
67
|
+
chainName: 'celestia',
|
|
68
|
+
chainId: 'celestia',
|
|
69
|
+
clientId: '07-tendermint-151',
|
|
70
|
+
connectionId: 'connection-103'
|
|
71
|
+
},
|
|
72
|
+
chain2: {
|
|
73
|
+
chainName: 'cosmoshub',
|
|
74
|
+
chainId: 'cosmoshub-4',
|
|
75
|
+
clientId: '07-tendermint-1480',
|
|
76
|
+
connectionId: 'connection-1272'
|
|
77
|
+
},
|
|
78
|
+
channels: [{
|
|
79
|
+
chain1: {
|
|
80
|
+
channelId: 'channel-278',
|
|
81
|
+
portId: 'transfer'
|
|
82
|
+
},
|
|
83
|
+
chain2: {
|
|
84
|
+
channelId: 'channel-1879',
|
|
85
|
+
portId: 'transfer'
|
|
86
|
+
},
|
|
87
|
+
ordering: 'unordered',
|
|
88
|
+
version: 'ics20-1',
|
|
89
|
+
tags: {
|
|
90
|
+
preferred: true,
|
|
91
|
+
status: 'ACTIVE'
|
|
92
|
+
}
|
|
93
|
+
}]
|
|
94
|
+
},
|
|
64
95
|
{
|
|
65
96
|
$schema: '../ibc_data.schema.json',
|
|
66
97
|
chain1: {
|
|
@@ -582,6 +613,37 @@ const info = [
|
|
|
582
613
|
status: 'ACTIVE'
|
|
583
614
|
}
|
|
584
615
|
}]
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
$schema: '../ibc_data.schema.json',
|
|
619
|
+
chain1: {
|
|
620
|
+
chainName: 'celestia',
|
|
621
|
+
chainId: 'celestia',
|
|
622
|
+
clientId: '07-tendermint-165',
|
|
623
|
+
connectionId: 'connection-105'
|
|
624
|
+
},
|
|
625
|
+
chain2: {
|
|
626
|
+
chainName: 'xrplevm',
|
|
627
|
+
chainId: 'xrplevm_1440000-1',
|
|
628
|
+
clientId: '07-tendermint-13',
|
|
629
|
+
connectionId: 'connection-6'
|
|
630
|
+
},
|
|
631
|
+
channels: [{
|
|
632
|
+
chain1: {
|
|
633
|
+
channelId: 'channel-280',
|
|
634
|
+
portId: 'transfer'
|
|
635
|
+
},
|
|
636
|
+
chain2: {
|
|
637
|
+
channelId: 'channel-6',
|
|
638
|
+
portId: 'transfer'
|
|
639
|
+
},
|
|
640
|
+
ordering: 'unordered',
|
|
641
|
+
version: 'ics20-1',
|
|
642
|
+
tags: {
|
|
643
|
+
preferred: true,
|
|
644
|
+
status: 'ACTIVE'
|
|
645
|
+
}
|
|
646
|
+
}]
|
|
585
647
|
}
|
|
586
648
|
];
|
|
587
649
|
export default info;
|
|
@@ -631,6 +631,16 @@ const info = {
|
|
|
631
631
|
images: [{
|
|
632
632
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
633
633
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
634
|
+
}],
|
|
635
|
+
snapshots: [{
|
|
636
|
+
provider: 'High Stakes 🇨🇭',
|
|
637
|
+
url: 'https://tools.highstakes.ch/snapshots/cosmos',
|
|
638
|
+
latestUrl: 'https://tools.highstakes.ch/files/cosmos.tar.gz',
|
|
639
|
+
type: 'pruned',
|
|
640
|
+
dbBackend: 'goleveldb',
|
|
641
|
+
frequency: 'every 3h',
|
|
642
|
+
compression: 'tar',
|
|
643
|
+
checksumAvailable: true
|
|
634
644
|
}]
|
|
635
645
|
};
|
|
636
646
|
export default info;
|
|
@@ -486,6 +486,37 @@ const info = [
|
|
|
486
486
|
}
|
|
487
487
|
}]
|
|
488
488
|
},
|
|
489
|
+
{
|
|
490
|
+
$schema: '../ibc_data.schema.json',
|
|
491
|
+
chain1: {
|
|
492
|
+
chainName: 'celestia',
|
|
493
|
+
chainId: 'celestia',
|
|
494
|
+
clientId: '07-tendermint-151',
|
|
495
|
+
connectionId: 'connection-103'
|
|
496
|
+
},
|
|
497
|
+
chain2: {
|
|
498
|
+
chainName: 'cosmoshub',
|
|
499
|
+
chainId: 'cosmoshub-4',
|
|
500
|
+
clientId: '07-tendermint-1480',
|
|
501
|
+
connectionId: 'connection-1272'
|
|
502
|
+
},
|
|
503
|
+
channels: [{
|
|
504
|
+
chain1: {
|
|
505
|
+
channelId: 'channel-278',
|
|
506
|
+
portId: 'transfer'
|
|
507
|
+
},
|
|
508
|
+
chain2: {
|
|
509
|
+
channelId: 'channel-1879',
|
|
510
|
+
portId: 'transfer'
|
|
511
|
+
},
|
|
512
|
+
ordering: 'unordered',
|
|
513
|
+
version: 'ics20-1',
|
|
514
|
+
tags: {
|
|
515
|
+
preferred: true,
|
|
516
|
+
status: 'ACTIVE'
|
|
517
|
+
}
|
|
518
|
+
}]
|
|
519
|
+
},
|
|
489
520
|
{
|
|
490
521
|
$schema: '../ibc_data.schema.json',
|
|
491
522
|
chain1: {
|
|
@@ -291,6 +291,16 @@ const info = {
|
|
|
291
291
|
images: [{
|
|
292
292
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
|
|
293
293
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
|
|
294
|
+
}],
|
|
295
|
+
snapshots: [{
|
|
296
|
+
provider: 'High Stakes 🇨🇭',
|
|
297
|
+
url: 'https://tools.highstakes.ch/snapshots/fetchai',
|
|
298
|
+
latestUrl: 'https://tools.highstakes.ch/files/fetchai.tar.gz',
|
|
299
|
+
type: 'pruned',
|
|
300
|
+
dbBackend: 'goleveldb',
|
|
301
|
+
frequency: 'every 3h',
|
|
302
|
+
compression: 'tar',
|
|
303
|
+
checksumAvailable: true
|
|
294
304
|
}]
|
|
295
305
|
};
|
|
296
306
|
export default info;
|
|
@@ -239,6 +239,25 @@ const info = {
|
|
|
239
239
|
images: [{
|
|
240
240
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
241
241
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
242
|
+
}],
|
|
243
|
+
snapshots: [{
|
|
244
|
+
provider: 'High Stakes 🇨🇭',
|
|
245
|
+
url: 'https://tools.highstakes.ch/snapshots/injective',
|
|
246
|
+
latestUrl: 'https://tools.highstakes.ch/files/injective.tar.gz',
|
|
247
|
+
type: 'pruned',
|
|
248
|
+
dbBackend: 'goleveldb',
|
|
249
|
+
frequency: 'every 3h',
|
|
250
|
+
compression: 'tar',
|
|
251
|
+
checksumAvailable: true
|
|
252
|
+
}, {
|
|
253
|
+
provider: 'High Stakes 🇨🇭',
|
|
254
|
+
url: 'https://tools.highstakes.ch/snapshots/injective',
|
|
255
|
+
latestUrl: 'https://tools.highstakes.ch/files/injective_pebbledb.tar.gz',
|
|
256
|
+
type: 'pruned',
|
|
257
|
+
dbBackend: 'pebbledb',
|
|
258
|
+
frequency: 'every 3h',
|
|
259
|
+
compression: 'tar',
|
|
260
|
+
checksumAvailable: true
|
|
242
261
|
}]
|
|
243
262
|
};
|
|
244
263
|
export default info;
|
|
@@ -191,6 +191,16 @@ const info = {
|
|
|
191
191
|
images: [{
|
|
192
192
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png',
|
|
193
193
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg'
|
|
194
|
+
}],
|
|
195
|
+
snapshots: [{
|
|
196
|
+
provider: 'High Stakes 🇨🇭',
|
|
197
|
+
url: 'https://tools.highstakes.ch/snapshots/iris',
|
|
198
|
+
latestUrl: 'https://tools.highstakes.ch/files/iris.tar.gz',
|
|
199
|
+
type: 'pruned',
|
|
200
|
+
dbBackend: 'goleveldb',
|
|
201
|
+
frequency: 'every 3h',
|
|
202
|
+
compression: 'tar',
|
|
203
|
+
checksumAvailable: true
|
|
194
204
|
}]
|
|
195
205
|
};
|
|
196
206
|
export default info;
|
|
@@ -102,7 +102,7 @@ const info = {
|
|
|
102
102
|
apis: {
|
|
103
103
|
rpc: [
|
|
104
104
|
{
|
|
105
|
-
address: 'rpc.nolus.network',
|
|
105
|
+
address: 'https://rpc.nolus.network',
|
|
106
106
|
provider: 'NolusProtocol'
|
|
107
107
|
},
|
|
108
108
|
{
|
|
@@ -144,7 +144,7 @@ const info = {
|
|
|
144
144
|
],
|
|
145
145
|
rest: [
|
|
146
146
|
{
|
|
147
|
-
address: 'lcd.nolus.network',
|
|
147
|
+
address: 'https://lcd.nolus.network',
|
|
148
148
|
provider: 'NolusProtocol'
|
|
149
149
|
},
|
|
150
150
|
{
|
|
@@ -365,6 +365,16 @@ const info = {
|
|
|
365
365
|
images: [{
|
|
366
366
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
367
367
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
|
368
|
+
}],
|
|
369
|
+
snapshots: [{
|
|
370
|
+
provider: 'High Stakes 🇨🇭',
|
|
371
|
+
url: 'https://tools.highstakes.ch/snapshots/persistence',
|
|
372
|
+
latestUrl: 'https://tools.highstakes.ch/files/persistence.tar.gz',
|
|
373
|
+
type: 'pruned',
|
|
374
|
+
dbBackend: 'goleveldb',
|
|
375
|
+
frequency: 'every 3h',
|
|
376
|
+
compression: 'tar',
|
|
377
|
+
checksumAvailable: true
|
|
368
378
|
}]
|
|
369
379
|
};
|
|
370
380
|
export default info;
|
|
@@ -252,6 +252,16 @@ const info = {
|
|
|
252
252
|
images: [{
|
|
253
253
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png',
|
|
254
254
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg'
|
|
255
|
+
}],
|
|
256
|
+
snapshots: [{
|
|
257
|
+
provider: 'High Stakes 🇨🇭',
|
|
258
|
+
url: 'https://tools.highstakes.ch/snapshots/provenance',
|
|
259
|
+
latestUrl: 'https://tools.highstakes.ch/files/provenance_goleveldb.tar.gz',
|
|
260
|
+
type: 'pruned',
|
|
261
|
+
dbBackend: 'goleveldb',
|
|
262
|
+
frequency: 'every 3h',
|
|
263
|
+
compression: 'tar',
|
|
264
|
+
checksumAvailable: true
|
|
255
265
|
}]
|
|
256
266
|
};
|
|
257
267
|
export default info;
|
|
@@ -240,6 +240,16 @@ const info = {
|
|
|
240
240
|
images: [{
|
|
241
241
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
|
|
242
242
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
|
|
243
|
+
}],
|
|
244
|
+
snapshots: [{
|
|
245
|
+
provider: 'High Stakes 🇨🇭',
|
|
246
|
+
url: 'https://tools.highstakes.ch/snapshots/terra',
|
|
247
|
+
latestUrl: 'https://tools.highstakes.ch/files/terra.tar.gz',
|
|
248
|
+
type: 'pruned',
|
|
249
|
+
dbBackend: 'goleveldb',
|
|
250
|
+
frequency: 'every 3h',
|
|
251
|
+
compression: 'tar',
|
|
252
|
+
checksumAvailable: true
|
|
243
253
|
}]
|
|
244
254
|
};
|
|
245
255
|
export default info;
|
|
@@ -1,4 +1,35 @@
|
|
|
1
1
|
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../ibc_data.schema.json',
|
|
4
|
+
chain1: {
|
|
5
|
+
chainName: 'celestia',
|
|
6
|
+
chainId: 'celestia',
|
|
7
|
+
clientId: '07-tendermint-165',
|
|
8
|
+
connectionId: 'connection-105'
|
|
9
|
+
},
|
|
10
|
+
chain2: {
|
|
11
|
+
chainName: 'xrplevm',
|
|
12
|
+
chainId: 'xrplevm_1440000-1',
|
|
13
|
+
clientId: '07-tendermint-13',
|
|
14
|
+
connectionId: 'connection-6'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain1: {
|
|
18
|
+
channelId: 'channel-280',
|
|
19
|
+
portId: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain2: {
|
|
22
|
+
channelId: 'channel-6',
|
|
23
|
+
portId: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {
|
|
28
|
+
preferred: true,
|
|
29
|
+
status: 'ACTIVE'
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
2
33
|
{
|
|
3
34
|
$schema: '../ibc_data.schema.json',
|
|
4
35
|
chain1: {
|
package/mainnet/akash/chain.js
CHANGED
|
@@ -208,6 +208,16 @@ const info = {
|
|
|
208
208
|
images: [{
|
|
209
209
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
210
210
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
211
|
+
}],
|
|
212
|
+
snapshots: [{
|
|
213
|
+
provider: 'High Stakes 🇨🇭',
|
|
214
|
+
url: 'https://tools.highstakes.ch/snapshots/akash',
|
|
215
|
+
latestUrl: 'https://tools.highstakes.ch/files/akash.tar.gz',
|
|
216
|
+
type: 'pruned',
|
|
217
|
+
dbBackend: 'goleveldb',
|
|
218
|
+
frequency: 'every 3h',
|
|
219
|
+
compression: 'tar',
|
|
220
|
+
checksumAvailable: true
|
|
211
221
|
}]
|
|
212
222
|
};
|
|
213
223
|
exports.default = info;
|
|
@@ -275,6 +275,16 @@ const info = {
|
|
|
275
275
|
images: [{
|
|
276
276
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.png',
|
|
277
277
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg'
|
|
278
|
+
}],
|
|
279
|
+
snapshots: [{
|
|
280
|
+
provider: 'High Stakes 🇨🇭',
|
|
281
|
+
url: 'https://tools.highstakes.ch/snapshots/bandprotocol',
|
|
282
|
+
latestUrl: 'https://tools.highstakes.ch/files/bandprotocol.tar.gz',
|
|
283
|
+
type: 'pruned',
|
|
284
|
+
dbBackend: 'goleveldb',
|
|
285
|
+
frequency: 'every 3h',
|
|
286
|
+
compression: 'tar',
|
|
287
|
+
checksumAvailable: true
|
|
278
288
|
}]
|
|
279
289
|
};
|
|
280
290
|
exports.default = info;
|
|
@@ -63,6 +63,37 @@ const info = [
|
|
|
63
63
|
}
|
|
64
64
|
}]
|
|
65
65
|
},
|
|
66
|
+
{
|
|
67
|
+
$schema: '../ibc_data.schema.json',
|
|
68
|
+
chain1: {
|
|
69
|
+
chainName: 'celestia',
|
|
70
|
+
chainId: 'celestia',
|
|
71
|
+
clientId: '07-tendermint-151',
|
|
72
|
+
connectionId: 'connection-103'
|
|
73
|
+
},
|
|
74
|
+
chain2: {
|
|
75
|
+
chainName: 'cosmoshub',
|
|
76
|
+
chainId: 'cosmoshub-4',
|
|
77
|
+
clientId: '07-tendermint-1480',
|
|
78
|
+
connectionId: 'connection-1272'
|
|
79
|
+
},
|
|
80
|
+
channels: [{
|
|
81
|
+
chain1: {
|
|
82
|
+
channelId: 'channel-278',
|
|
83
|
+
portId: 'transfer'
|
|
84
|
+
},
|
|
85
|
+
chain2: {
|
|
86
|
+
channelId: 'channel-1879',
|
|
87
|
+
portId: 'transfer'
|
|
88
|
+
},
|
|
89
|
+
ordering: 'unordered',
|
|
90
|
+
version: 'ics20-1',
|
|
91
|
+
tags: {
|
|
92
|
+
preferred: true,
|
|
93
|
+
status: 'ACTIVE'
|
|
94
|
+
}
|
|
95
|
+
}]
|
|
96
|
+
},
|
|
66
97
|
{
|
|
67
98
|
$schema: '../ibc_data.schema.json',
|
|
68
99
|
chain1: {
|
|
@@ -584,6 +615,37 @@ const info = [
|
|
|
584
615
|
status: 'ACTIVE'
|
|
585
616
|
}
|
|
586
617
|
}]
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
$schema: '../ibc_data.schema.json',
|
|
621
|
+
chain1: {
|
|
622
|
+
chainName: 'celestia',
|
|
623
|
+
chainId: 'celestia',
|
|
624
|
+
clientId: '07-tendermint-165',
|
|
625
|
+
connectionId: 'connection-105'
|
|
626
|
+
},
|
|
627
|
+
chain2: {
|
|
628
|
+
chainName: 'xrplevm',
|
|
629
|
+
chainId: 'xrplevm_1440000-1',
|
|
630
|
+
clientId: '07-tendermint-13',
|
|
631
|
+
connectionId: 'connection-6'
|
|
632
|
+
},
|
|
633
|
+
channels: [{
|
|
634
|
+
chain1: {
|
|
635
|
+
channelId: 'channel-280',
|
|
636
|
+
portId: 'transfer'
|
|
637
|
+
},
|
|
638
|
+
chain2: {
|
|
639
|
+
channelId: 'channel-6',
|
|
640
|
+
portId: 'transfer'
|
|
641
|
+
},
|
|
642
|
+
ordering: 'unordered',
|
|
643
|
+
version: 'ics20-1',
|
|
644
|
+
tags: {
|
|
645
|
+
preferred: true,
|
|
646
|
+
status: 'ACTIVE'
|
|
647
|
+
}
|
|
648
|
+
}]
|
|
587
649
|
}
|
|
588
650
|
];
|
|
589
651
|
exports.default = info;
|
|
@@ -633,6 +633,16 @@ const info = {
|
|
|
633
633
|
images: [{
|
|
634
634
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
635
635
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
636
|
+
}],
|
|
637
|
+
snapshots: [{
|
|
638
|
+
provider: 'High Stakes 🇨🇭',
|
|
639
|
+
url: 'https://tools.highstakes.ch/snapshots/cosmos',
|
|
640
|
+
latestUrl: 'https://tools.highstakes.ch/files/cosmos.tar.gz',
|
|
641
|
+
type: 'pruned',
|
|
642
|
+
dbBackend: 'goleveldb',
|
|
643
|
+
frequency: 'every 3h',
|
|
644
|
+
compression: 'tar',
|
|
645
|
+
checksumAvailable: true
|
|
636
646
|
}]
|
|
637
647
|
};
|
|
638
648
|
exports.default = info;
|
|
@@ -488,6 +488,37 @@ const info = [
|
|
|
488
488
|
}
|
|
489
489
|
}]
|
|
490
490
|
},
|
|
491
|
+
{
|
|
492
|
+
$schema: '../ibc_data.schema.json',
|
|
493
|
+
chain1: {
|
|
494
|
+
chainName: 'celestia',
|
|
495
|
+
chainId: 'celestia',
|
|
496
|
+
clientId: '07-tendermint-151',
|
|
497
|
+
connectionId: 'connection-103'
|
|
498
|
+
},
|
|
499
|
+
chain2: {
|
|
500
|
+
chainName: 'cosmoshub',
|
|
501
|
+
chainId: 'cosmoshub-4',
|
|
502
|
+
clientId: '07-tendermint-1480',
|
|
503
|
+
connectionId: 'connection-1272'
|
|
504
|
+
},
|
|
505
|
+
channels: [{
|
|
506
|
+
chain1: {
|
|
507
|
+
channelId: 'channel-278',
|
|
508
|
+
portId: 'transfer'
|
|
509
|
+
},
|
|
510
|
+
chain2: {
|
|
511
|
+
channelId: 'channel-1879',
|
|
512
|
+
portId: 'transfer'
|
|
513
|
+
},
|
|
514
|
+
ordering: 'unordered',
|
|
515
|
+
version: 'ics20-1',
|
|
516
|
+
tags: {
|
|
517
|
+
preferred: true,
|
|
518
|
+
status: 'ACTIVE'
|
|
519
|
+
}
|
|
520
|
+
}]
|
|
521
|
+
},
|
|
491
522
|
{
|
|
492
523
|
$schema: '../ibc_data.schema.json',
|
|
493
524
|
chain1: {
|
|
@@ -293,6 +293,16 @@ const info = {
|
|
|
293
293
|
images: [{
|
|
294
294
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
|
|
295
295
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
|
|
296
|
+
}],
|
|
297
|
+
snapshots: [{
|
|
298
|
+
provider: 'High Stakes 🇨🇭',
|
|
299
|
+
url: 'https://tools.highstakes.ch/snapshots/fetchai',
|
|
300
|
+
latestUrl: 'https://tools.highstakes.ch/files/fetchai.tar.gz',
|
|
301
|
+
type: 'pruned',
|
|
302
|
+
dbBackend: 'goleveldb',
|
|
303
|
+
frequency: 'every 3h',
|
|
304
|
+
compression: 'tar',
|
|
305
|
+
checksumAvailable: true
|
|
296
306
|
}]
|
|
297
307
|
};
|
|
298
308
|
exports.default = info;
|
|
@@ -241,6 +241,25 @@ const info = {
|
|
|
241
241
|
images: [{
|
|
242
242
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
243
243
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
244
|
+
}],
|
|
245
|
+
snapshots: [{
|
|
246
|
+
provider: 'High Stakes 🇨🇭',
|
|
247
|
+
url: 'https://tools.highstakes.ch/snapshots/injective',
|
|
248
|
+
latestUrl: 'https://tools.highstakes.ch/files/injective.tar.gz',
|
|
249
|
+
type: 'pruned',
|
|
250
|
+
dbBackend: 'goleveldb',
|
|
251
|
+
frequency: 'every 3h',
|
|
252
|
+
compression: 'tar',
|
|
253
|
+
checksumAvailable: true
|
|
254
|
+
}, {
|
|
255
|
+
provider: 'High Stakes 🇨🇭',
|
|
256
|
+
url: 'https://tools.highstakes.ch/snapshots/injective',
|
|
257
|
+
latestUrl: 'https://tools.highstakes.ch/files/injective_pebbledb.tar.gz',
|
|
258
|
+
type: 'pruned',
|
|
259
|
+
dbBackend: 'pebbledb',
|
|
260
|
+
frequency: 'every 3h',
|
|
261
|
+
compression: 'tar',
|
|
262
|
+
checksumAvailable: true
|
|
244
263
|
}]
|
|
245
264
|
};
|
|
246
265
|
exports.default = info;
|
package/mainnet/irisnet/chain.js
CHANGED
|
@@ -193,6 +193,16 @@ const info = {
|
|
|
193
193
|
images: [{
|
|
194
194
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png',
|
|
195
195
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg'
|
|
196
|
+
}],
|
|
197
|
+
snapshots: [{
|
|
198
|
+
provider: 'High Stakes 🇨🇭',
|
|
199
|
+
url: 'https://tools.highstakes.ch/snapshots/iris',
|
|
200
|
+
latestUrl: 'https://tools.highstakes.ch/files/iris.tar.gz',
|
|
201
|
+
type: 'pruned',
|
|
202
|
+
dbBackend: 'goleveldb',
|
|
203
|
+
frequency: 'every 3h',
|
|
204
|
+
compression: 'tar',
|
|
205
|
+
checksumAvailable: true
|
|
196
206
|
}]
|
|
197
207
|
};
|
|
198
208
|
exports.default = info;
|
package/mainnet/nolus/chain.js
CHANGED
|
@@ -104,7 +104,7 @@ const info = {
|
|
|
104
104
|
apis: {
|
|
105
105
|
rpc: [
|
|
106
106
|
{
|
|
107
|
-
address: 'rpc.nolus.network',
|
|
107
|
+
address: 'https://rpc.nolus.network',
|
|
108
108
|
provider: 'NolusProtocol'
|
|
109
109
|
},
|
|
110
110
|
{
|
|
@@ -146,7 +146,7 @@ const info = {
|
|
|
146
146
|
],
|
|
147
147
|
rest: [
|
|
148
148
|
{
|
|
149
|
-
address: 'lcd.nolus.network',
|
|
149
|
+
address: 'https://lcd.nolus.network',
|
|
150
150
|
provider: 'NolusProtocol'
|
|
151
151
|
},
|
|
152
152
|
{
|
|
@@ -367,6 +367,16 @@ const info = {
|
|
|
367
367
|
images: [{
|
|
368
368
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
369
369
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
|
370
|
+
}],
|
|
371
|
+
snapshots: [{
|
|
372
|
+
provider: 'High Stakes 🇨🇭',
|
|
373
|
+
url: 'https://tools.highstakes.ch/snapshots/persistence',
|
|
374
|
+
latestUrl: 'https://tools.highstakes.ch/files/persistence.tar.gz',
|
|
375
|
+
type: 'pruned',
|
|
376
|
+
dbBackend: 'goleveldb',
|
|
377
|
+
frequency: 'every 3h',
|
|
378
|
+
compression: 'tar',
|
|
379
|
+
checksumAvailable: true
|
|
370
380
|
}]
|
|
371
381
|
};
|
|
372
382
|
exports.default = info;
|
|
@@ -254,6 +254,16 @@ const info = {
|
|
|
254
254
|
images: [{
|
|
255
255
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png',
|
|
256
256
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg'
|
|
257
|
+
}],
|
|
258
|
+
snapshots: [{
|
|
259
|
+
provider: 'High Stakes 🇨🇭',
|
|
260
|
+
url: 'https://tools.highstakes.ch/snapshots/provenance',
|
|
261
|
+
latestUrl: 'https://tools.highstakes.ch/files/provenance_goleveldb.tar.gz',
|
|
262
|
+
type: 'pruned',
|
|
263
|
+
dbBackend: 'goleveldb',
|
|
264
|
+
frequency: 'every 3h',
|
|
265
|
+
compression: 'tar',
|
|
266
|
+
checksumAvailable: true
|
|
257
267
|
}]
|
|
258
268
|
};
|
|
259
269
|
exports.default = info;
|
package/mainnet/terra2/chain.js
CHANGED
|
@@ -242,6 +242,16 @@ const info = {
|
|
|
242
242
|
images: [{
|
|
243
243
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
|
|
244
244
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
|
|
245
|
+
}],
|
|
246
|
+
snapshots: [{
|
|
247
|
+
provider: 'High Stakes 🇨🇭',
|
|
248
|
+
url: 'https://tools.highstakes.ch/snapshots/terra',
|
|
249
|
+
latestUrl: 'https://tools.highstakes.ch/files/terra.tar.gz',
|
|
250
|
+
type: 'pruned',
|
|
251
|
+
dbBackend: 'goleveldb',
|
|
252
|
+
frequency: 'every 3h',
|
|
253
|
+
compression: 'tar',
|
|
254
|
+
checksumAvailable: true
|
|
245
255
|
}]
|
|
246
256
|
};
|
|
247
257
|
exports.default = info;
|
|
@@ -1,6 +1,37 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../ibc_data.schema.json',
|
|
6
|
+
chain1: {
|
|
7
|
+
chainName: 'celestia',
|
|
8
|
+
chainId: 'celestia',
|
|
9
|
+
clientId: '07-tendermint-165',
|
|
10
|
+
connectionId: 'connection-105'
|
|
11
|
+
},
|
|
12
|
+
chain2: {
|
|
13
|
+
chainName: 'xrplevm',
|
|
14
|
+
chainId: 'xrplevm_1440000-1',
|
|
15
|
+
clientId: '07-tendermint-13',
|
|
16
|
+
connectionId: 'connection-6'
|
|
17
|
+
},
|
|
18
|
+
channels: [{
|
|
19
|
+
chain1: {
|
|
20
|
+
channelId: 'channel-280',
|
|
21
|
+
portId: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
chain2: {
|
|
24
|
+
channelId: 'channel-6',
|
|
25
|
+
portId: 'transfer'
|
|
26
|
+
},
|
|
27
|
+
ordering: 'unordered',
|
|
28
|
+
version: 'ics20-1',
|
|
29
|
+
tags: {
|
|
30
|
+
preferred: true,
|
|
31
|
+
status: 'ACTIVE'
|
|
32
|
+
}
|
|
33
|
+
}]
|
|
34
|
+
},
|
|
4
35
|
{
|
|
5
36
|
$schema: '../ibc_data.schema.json',
|
|
6
37
|
chain1: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.213",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.213"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "9a05c026174a424c849f0f8cf9e2c7698e8cca3c"
|
|
43
43
|
}
|