@chain-registry/osmosis 1.67.75 → 1.67.77

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.
@@ -258,7 +258,8 @@ const testnet_assets = {
258
258
  },
259
259
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
260
260
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
261
- }]
261
+ }],
262
+ coingecko_id: 'juno-network'
262
263
  },
263
264
  {
264
265
  description: 'The native token of Mars Protocol',
@@ -368,7 +369,8 @@ const testnet_assets = {
368
369
  circle: true,
369
370
  primary_color_hex: '#2775CA'
370
371
  }
371
- }]
372
+ }],
373
+ coingecko_id: 'usd-coin'
372
374
  },
373
375
  {
374
376
  description: 'Akash Token (AKT) is the Akash Network\'s native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
@@ -458,7 +460,8 @@ const testnet_assets = {
458
460
  theme: {
459
461
  primary_color_hex: '#335350'
460
462
  }
461
- }]
463
+ }],
464
+ coingecko_id: 'kyve-network'
462
465
  },
463
466
  {
464
467
  description: 'QCK - native token of Quicksilver',
@@ -497,7 +500,8 @@ const testnet_assets = {
497
500
  base_denom: 'uqck'
498
501
  },
499
502
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
500
- }]
503
+ }],
504
+ coingecko_id: 'quicksilver'
501
505
  },
502
506
  {
503
507
  description: 'The XPRT token is primarily a governance token for the Persistence chain.',
@@ -537,7 +541,8 @@ const testnet_assets = {
537
541
  },
538
542
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
539
543
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
540
- }]
544
+ }],
545
+ coingecko_id: 'persistence'
541
546
  },
542
547
  {
543
548
  description: 'The native token of Saga Testnet',
@@ -628,7 +633,8 @@ const testnet_assets = {
628
633
  theme: {
629
634
  primary_color_hex: '#2c4484'
630
635
  }
631
- }]
636
+ }],
637
+ coingecko_id: 'ixo'
632
638
  },
633
639
  {
634
640
  denom_units: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.75",
3
+ "version": "1.67.77",
4
4
  "description": "Chain Registry info for Osmosis",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^0.50.75"
32
+ "@chain-registry/types": "^0.50.77"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "0e3cd21846c4d0b2d2bb656e6bad9eb01c444af9"
41
+ "gitHead": "08b1ee943cf8e0d326914bca846d0176074328d6"
42
42
  }
package/testnet_assets.js CHANGED
@@ -260,7 +260,8 @@ const testnet_assets = {
260
260
  },
261
261
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
262
262
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
263
- }]
263
+ }],
264
+ coingecko_id: 'juno-network'
264
265
  },
265
266
  {
266
267
  description: 'The native token of Mars Protocol',
@@ -370,7 +371,8 @@ const testnet_assets = {
370
371
  circle: true,
371
372
  primary_color_hex: '#2775CA'
372
373
  }
373
- }]
374
+ }],
375
+ coingecko_id: 'usd-coin'
374
376
  },
375
377
  {
376
378
  description: 'Akash Token (AKT) is the Akash Network\'s native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
@@ -460,7 +462,8 @@ const testnet_assets = {
460
462
  theme: {
461
463
  primary_color_hex: '#335350'
462
464
  }
463
- }]
465
+ }],
466
+ coingecko_id: 'kyve-network'
464
467
  },
465
468
  {
466
469
  description: 'QCK - native token of Quicksilver',
@@ -499,7 +502,8 @@ const testnet_assets = {
499
502
  base_denom: 'uqck'
500
503
  },
501
504
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
502
- }]
505
+ }],
506
+ coingecko_id: 'quicksilver'
503
507
  },
504
508
  {
505
509
  description: 'The XPRT token is primarily a governance token for the Persistence chain.',
@@ -539,7 +543,8 @@ const testnet_assets = {
539
543
  },
540
544
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
541
545
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
542
- }]
546
+ }],
547
+ coingecko_id: 'persistence'
543
548
  },
544
549
  {
545
550
  description: 'The native token of Saga Testnet',
@@ -630,7 +635,8 @@ const testnet_assets = {
630
635
  theme: {
631
636
  primary_color_hex: '#2c4484'
632
637
  }
633
- }]
638
+ }],
639
+ coingecko_id: 'ixo'
634
640
  },
635
641
  {
636
642
  denom_units: [{