@chain-registry/osmosis 1.58.0 → 1.58.2

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.
@@ -85,6 +85,10 @@ const testnet_assets = {
85
85
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
86
86
  },
87
87
  images: [{
88
+ image_sync: {
89
+ chain_name: 'cosmoshubtestnet',
90
+ base_denom: 'uatom'
91
+ },
88
92
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
89
93
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
90
94
  }]
@@ -232,6 +236,10 @@ const testnet_assets = {
232
236
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
233
237
  },
234
238
  images: [{
239
+ image_sync: {
240
+ chain_name: 'junotestnet',
241
+ base_denom: 'ujunox'
242
+ },
235
243
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
236
244
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
237
245
  }]
@@ -268,6 +276,10 @@ const testnet_assets = {
268
276
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
269
277
  },
270
278
  images: [{
279
+ image_sync: {
280
+ chain_name: 'marstestnet',
281
+ base_denom: 'umars'
282
+ },
271
283
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
272
284
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
273
285
  }]
@@ -329,6 +341,10 @@ const testnet_assets = {
329
341
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
330
342
  },
331
343
  images: [{
344
+ image_sync: {
345
+ chain_name: 'nobletestnet',
346
+ base_denom: 'uusdc'
347
+ },
332
348
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
333
349
  }]
334
350
  },
@@ -364,6 +380,10 @@ const testnet_assets = {
364
380
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
365
381
  },
366
382
  images: [{
383
+ image_sync: {
384
+ chain_name: 'akashtestnet',
385
+ base_denom: 'uakt'
386
+ },
367
387
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
368
388
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
369
389
  }]
@@ -447,6 +467,10 @@ const testnet_assets = {
447
467
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
448
468
  },
449
469
  images: [{
470
+ image_sync: {
471
+ chain_name: 'quicksilvertestnet',
472
+ base_denom: 'uqck'
473
+ },
450
474
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
451
475
  }]
452
476
  },
@@ -481,6 +505,10 @@ const testnet_assets = {
481
505
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/chain4energytestnet/images/c4e.png'
482
506
  },
483
507
  images: [{
508
+ image_sync: {
509
+ chain_name: 'chain4energytestnet',
510
+ base_denom: 'uc4e'
511
+ },
484
512
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/chain4energytestnet/images/c4e.png'
485
513
  }]
486
514
  },
@@ -516,6 +544,10 @@ const testnet_assets = {
516
544
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
517
545
  },
518
546
  images: [{
547
+ image_sync: {
548
+ chain_name: 'persistencetestnet2',
549
+ base_denom: 'uxprt'
550
+ },
519
551
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
520
552
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
521
553
  }]
@@ -552,6 +584,10 @@ const testnet_assets = {
552
584
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
553
585
  },
554
586
  images: [{
587
+ image_sync: {
588
+ chain_name: 'xiontestnet',
589
+ base_denom: 'uxion'
590
+ },
555
591
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
556
592
  }]
557
593
  },
@@ -588,6 +624,10 @@ const testnet_assets = {
588
624
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg'
589
625
  },
590
626
  images: [{
627
+ image_sync: {
628
+ chain_name: 'sagatestnet',
629
+ base_denom: 'utsaga'
630
+ },
591
631
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
592
632
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg'
593
633
  }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.58.0",
3
+ "version": "1.58.2",
4
4
  "description": "Chain Registry info for Osmosis",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -30,7 +30,7 @@
30
30
  "test:watch": "jest --watch"
31
31
  },
32
32
  "dependencies": {
33
- "@chain-registry/types": "^0.41.0"
33
+ "@chain-registry/types": "^0.41.2"
34
34
  },
35
35
  "keywords": [
36
36
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "osmosis"
41
41
  ],
42
- "gitHead": "0b1edce93eb7fd8f8181e922fd5652675397e309"
42
+ "gitHead": "75cd053e08e399e4844aefc32268a1e1f5240ddb"
43
43
  }
package/testnet_assets.js CHANGED
@@ -87,6 +87,10 @@ const testnet_assets = {
87
87
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
88
88
  },
89
89
  images: [{
90
+ image_sync: {
91
+ chain_name: 'cosmoshubtestnet',
92
+ base_denom: 'uatom'
93
+ },
90
94
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
91
95
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
92
96
  }]
@@ -234,6 +238,10 @@ const testnet_assets = {
234
238
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
235
239
  },
236
240
  images: [{
241
+ image_sync: {
242
+ chain_name: 'junotestnet',
243
+ base_denom: 'ujunox'
244
+ },
237
245
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
238
246
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
239
247
  }]
@@ -270,6 +278,10 @@ const testnet_assets = {
270
278
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
271
279
  },
272
280
  images: [{
281
+ image_sync: {
282
+ chain_name: 'marstestnet',
283
+ base_denom: 'umars'
284
+ },
273
285
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
274
286
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
275
287
  }]
@@ -331,6 +343,10 @@ const testnet_assets = {
331
343
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
332
344
  },
333
345
  images: [{
346
+ image_sync: {
347
+ chain_name: 'nobletestnet',
348
+ base_denom: 'uusdc'
349
+ },
334
350
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
335
351
  }]
336
352
  },
@@ -366,6 +382,10 @@ const testnet_assets = {
366
382
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
367
383
  },
368
384
  images: [{
385
+ image_sync: {
386
+ chain_name: 'akashtestnet',
387
+ base_denom: 'uakt'
388
+ },
369
389
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
370
390
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
371
391
  }]
@@ -449,6 +469,10 @@ const testnet_assets = {
449
469
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
450
470
  },
451
471
  images: [{
472
+ image_sync: {
473
+ chain_name: 'quicksilvertestnet',
474
+ base_denom: 'uqck'
475
+ },
452
476
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
453
477
  }]
454
478
  },
@@ -483,6 +507,10 @@ const testnet_assets = {
483
507
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/chain4energytestnet/images/c4e.png'
484
508
  },
485
509
  images: [{
510
+ image_sync: {
511
+ chain_name: 'chain4energytestnet',
512
+ base_denom: 'uc4e'
513
+ },
486
514
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/chain4energytestnet/images/c4e.png'
487
515
  }]
488
516
  },
@@ -518,6 +546,10 @@ const testnet_assets = {
518
546
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
519
547
  },
520
548
  images: [{
549
+ image_sync: {
550
+ chain_name: 'persistencetestnet2',
551
+ base_denom: 'uxprt'
552
+ },
521
553
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
522
554
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
523
555
  }]
@@ -554,6 +586,10 @@ const testnet_assets = {
554
586
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
555
587
  },
556
588
  images: [{
589
+ image_sync: {
590
+ chain_name: 'xiontestnet',
591
+ base_denom: 'uxion'
592
+ },
557
593
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
558
594
  }]
559
595
  },
@@ -590,6 +626,10 @@ const testnet_assets = {
590
626
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg'
591
627
  },
592
628
  images: [{
629
+ image_sync: {
630
+ chain_name: 'sagatestnet',
631
+ base_denom: 'utsaga'
632
+ },
593
633
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
594
634
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg'
595
635
  }]