chain-registry 2.0.212 → 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.
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.212",
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.212"
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": "7f305d45e7c333eacd42cbd94de36464465461ec"
42
+ "gitHead": "9a05c026174a424c849f0f8cf9e2c7698e8cca3c"
43
43
  }