chain-registry 1.69.127 → 1.69.128

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.
Files changed (119) hide show
  1. package/devnet/kyvedevnet/assets.js +2 -1
  2. package/devnet/neuradevnet/assets.js +2 -1
  3. package/esm/devnet/kyvedevnet/assets.js +2 -1
  4. package/esm/devnet/neuradevnet/assets.js +2 -1
  5. package/esm/mainnet/agoric/chain.js +5 -5
  6. package/esm/mainnet/archway/assets.js +4 -2
  7. package/esm/mainnet/beezee/assets.js +14 -7
  8. package/esm/mainnet/carbon/assets.js +26 -13
  9. package/esm/mainnet/coreum/chain.js +6 -6
  10. package/esm/mainnet/cosmoshub/assets.js +4 -2
  11. package/esm/mainnet/cronos/assets.js +4 -2
  12. package/esm/mainnet/dydx/assets.js +2 -1
  13. package/esm/mainnet/dymension/assets.js +4 -2
  14. package/esm/mainnet/dyson/assets.js +6 -3
  15. package/esm/mainnet/elys/assets.js +14 -7
  16. package/esm/mainnet/evmos/assets.js +2 -1
  17. package/esm/mainnet/injective/assets.js +6 -3
  18. package/esm/mainnet/joltify/assets.js +4 -2
  19. package/esm/mainnet/juno/assets.js +23 -1
  20. package/esm/mainnet/kopi/assets.js +10 -5
  21. package/esm/mainnet/kujira/assets.js +30 -15
  22. package/esm/mainnet/mantrachain/assets.js +6 -3
  23. package/esm/mainnet/mars/assets.js +2 -1
  24. package/esm/mainnet/migaloo/assets.js +6 -3
  25. package/esm/mainnet/milkyway/assets.js +6 -3
  26. package/esm/mainnet/neutron/assets.js +14 -7
  27. package/esm/mainnet/nibiru/assets.js +2 -1
  28. package/esm/mainnet/noble/assets.js +4 -2
  29. package/esm/mainnet/nolus/assets.js +44 -22
  30. package/esm/mainnet/omniflixhub/assets.js +10 -5
  31. package/esm/mainnet/oraichain/assets.js +6 -3
  32. package/esm/mainnet/osmosis/assets.js +306 -153
  33. package/esm/mainnet/persistence/assets.js +16 -8
  34. package/esm/mainnet/planq/assets.js +50 -3
  35. package/esm/mainnet/pryzm/assets.js +4 -2
  36. package/esm/mainnet/quasar/assets.js +6 -3
  37. package/esm/mainnet/quicksilver/assets.js +2 -1
  38. package/esm/mainnet/sei/assets.js +2 -1
  39. package/esm/mainnet/sidechain/assets.js +2 -1
  40. package/esm/mainnet/stargaze/assets.js +10 -5
  41. package/esm/mainnet/stride/assets.js +2 -1
  42. package/esm/mainnet/teritori/assets.js +6 -3
  43. package/esm/mainnet/terra/assets.js +2 -1
  44. package/esm/mainnet/terra2/assets.js +10 -5
  45. package/esm/mainnet/titan/assets.js +2 -1
  46. package/esm/noncosmos/avalanchetestnet/assets.js +2 -1
  47. package/esm/noncosmos/bitcointestnet/assets.js +2 -1
  48. package/esm/noncosmos/polygon/assets.js +2 -1
  49. package/esm/testnet/archwaytestnet/assets.js +2 -1
  50. package/esm/testnet/dydxtestnet/assets.js +2 -1
  51. package/esm/testnet/impacthubtestnet/assets.js +2 -1
  52. package/esm/testnet/jackaltestnet2/assets.js +2 -1
  53. package/esm/testnet/kyvetestnet/assets.js +2 -1
  54. package/esm/testnet/manifesttestnet/assets.js +2 -1
  55. package/esm/testnet/mantrachaintestnet/assets.js +2 -1
  56. package/esm/testnet/neuratestnet/assets.js +2 -1
  57. package/esm/testnet/nobletestnet/assets.js +2 -1
  58. package/esm/testnet/osmosistestnet/assets.js +12 -6
  59. package/esm/testnet/titantestnet/assets.js +2 -1
  60. package/esm/testnet/unificationtestnet/assets.js +2 -1
  61. package/esm/testnet/xiontestnet/assets.js +6 -3
  62. package/mainnet/agoric/chain.js +5 -5
  63. package/mainnet/archway/assets.js +4 -2
  64. package/mainnet/beezee/assets.js +14 -7
  65. package/mainnet/carbon/assets.js +26 -13
  66. package/mainnet/coreum/chain.js +6 -6
  67. package/mainnet/cosmoshub/assets.js +4 -2
  68. package/mainnet/cronos/assets.js +4 -2
  69. package/mainnet/dydx/assets.js +2 -1
  70. package/mainnet/dymension/assets.js +4 -2
  71. package/mainnet/dyson/assets.js +6 -3
  72. package/mainnet/elys/assets.js +14 -7
  73. package/mainnet/evmos/assets.js +2 -1
  74. package/mainnet/injective/assets.js +6 -3
  75. package/mainnet/joltify/assets.js +4 -2
  76. package/mainnet/juno/assets.js +23 -1
  77. package/mainnet/kopi/assets.js +10 -5
  78. package/mainnet/kujira/assets.js +30 -15
  79. package/mainnet/mantrachain/assets.js +6 -3
  80. package/mainnet/mars/assets.js +2 -1
  81. package/mainnet/migaloo/assets.js +6 -3
  82. package/mainnet/milkyway/assets.js +6 -3
  83. package/mainnet/neutron/assets.js +14 -7
  84. package/mainnet/nibiru/assets.js +2 -1
  85. package/mainnet/noble/assets.js +4 -2
  86. package/mainnet/nolus/assets.js +44 -22
  87. package/mainnet/omniflixhub/assets.js +10 -5
  88. package/mainnet/oraichain/assets.js +6 -3
  89. package/mainnet/osmosis/assets.js +306 -153
  90. package/mainnet/persistence/assets.js +16 -8
  91. package/mainnet/planq/assets.js +50 -3
  92. package/mainnet/pryzm/assets.js +4 -2
  93. package/mainnet/quasar/assets.js +6 -3
  94. package/mainnet/quicksilver/assets.js +2 -1
  95. package/mainnet/sei/assets.js +2 -1
  96. package/mainnet/sidechain/assets.js +2 -1
  97. package/mainnet/stargaze/assets.js +10 -5
  98. package/mainnet/stride/assets.js +2 -1
  99. package/mainnet/teritori/assets.js +6 -3
  100. package/mainnet/terra/assets.js +2 -1
  101. package/mainnet/terra2/assets.js +10 -5
  102. package/mainnet/titan/assets.js +2 -1
  103. package/noncosmos/avalanchetestnet/assets.js +2 -1
  104. package/noncosmos/bitcointestnet/assets.js +2 -1
  105. package/noncosmos/polygon/assets.js +2 -1
  106. package/package.json +4 -4
  107. package/testnet/archwaytestnet/assets.js +2 -1
  108. package/testnet/dydxtestnet/assets.js +2 -1
  109. package/testnet/impacthubtestnet/assets.js +2 -1
  110. package/testnet/jackaltestnet2/assets.js +2 -1
  111. package/testnet/kyvetestnet/assets.js +2 -1
  112. package/testnet/manifesttestnet/assets.js +2 -1
  113. package/testnet/mantrachaintestnet/assets.js +2 -1
  114. package/testnet/neuratestnet/assets.js +2 -1
  115. package/testnet/nobletestnet/assets.js +2 -1
  116. package/testnet/osmosistestnet/assets.js +12 -6
  117. package/testnet/titantestnet/assets.js +2 -1
  118. package/testnet/unificationtestnet/assets.js +2 -1
  119. package/testnet/xiontestnet/assets.js +6 -3
@@ -179,7 +179,8 @@ const info = {
179
179
  logo_URIs: {
180
180
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
181
181
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
182
- }
182
+ },
183
+ coingecko_id: 'cosmos'
183
184
  },
184
185
  {
185
186
  description: 'Tether USDT on Persistence',
@@ -223,7 +224,8 @@ const info = {
223
224
  logo_URIs: {
224
225
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
225
226
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
226
- }
227
+ },
228
+ coingecko_id: 'tether'
227
229
  },
228
230
  {
229
231
  denom_units: [{
@@ -266,7 +268,8 @@ const info = {
266
268
  logo_URIs: {
267
269
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
268
270
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
269
- }
271
+ },
272
+ coingecko_id: 'usd-coin'
270
273
  },
271
274
  {
272
275
  description: 'dydx staking token',
@@ -309,7 +312,8 @@ const info = {
309
312
  logo_URIs: {
310
313
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
311
314
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
312
- }
315
+ },
316
+ coingecko_id: 'dydx-chain'
313
317
  },
314
318
  {
315
319
  description: '(Deprecated) PSTAKE Liquid-Staked OSMO',
@@ -463,7 +467,8 @@ const info = {
463
467
  logo_URIs: {
464
468
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
465
469
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
466
- }
470
+ },
471
+ coingecko_id: 'stargaze'
467
472
  },
468
473
  {
469
474
  description: 'The native token cw20 for Shade on Secret Network',
@@ -508,7 +513,8 @@ const info = {
508
513
  theme: {
509
514
  primary_color_hex: '#342c52'
510
515
  }
511
- }]
516
+ }],
517
+ coingecko_id: 'shade-protocol'
512
518
  },
513
519
  {
514
520
  description: '(Deprecated) PSTAKE Liquid-Staked HUAHUA',
@@ -587,7 +593,8 @@ const info = {
587
593
  logo_URIs: {
588
594
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png',
589
595
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg'
590
- }
596
+ },
597
+ coingecko_id: 'chihuahua-token'
591
598
  },
592
599
  {
593
600
  description: '(Deprecated) PSTAKE Liquid-Staked XPRT',
@@ -667,7 +674,8 @@ const info = {
667
674
  theme: {
668
675
  primary_color_hex: '#f39444'
669
676
  }
670
- }]
677
+ }],
678
+ coingecko_id: 'wrapped-bitcoin'
671
679
  }
672
680
  ]
673
681
  };
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = {
4
4
  $schema: '../assetlist.schema.json',
5
5
  chain_name: 'planq',
6
- assets: [{
6
+ assets: [
7
+ {
7
8
  description: 'The native EVM, governance and staking token of the Planq Network',
8
9
  extended_description: 'Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.',
9
10
  denom_units: [{
@@ -34,7 +35,8 @@ const info = {
34
35
  twitter: 'https://twitter.com/planqfoundation'
35
36
  },
36
37
  type_asset: 'sdk.coin'
37
- }, {
38
+ },
39
+ {
38
40
  description: 'The token of Source Protocol bridged from BSC.',
39
41
  denom_units: [{
40
42
  denom: 'erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09',
@@ -73,6 +75,51 @@ const info = {
73
75
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
74
76
  },
75
77
  type_asset: 'sdk.coin'
76
- }]
78
+ },
79
+ {
80
+ description: 'nRide Token',
81
+ extended_description: 'nRide is developing a uber-like ride-hailing protocol, leveraging cosmwasm smart-contracts for payment, driver registration and text-messaging between the rider and the driver, to create a trustless public transportation environment for any cab or taxi company to use.',
82
+ denom_units: [{
83
+ denom: 'ibc/26B4B4BBF3C8D5DB1ADE993CCD865A7CC608B2BAEF20E0166F18B84E32184F63',
84
+ exponent: 0,
85
+ aliases: ['cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq', 'ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C']
86
+ }, {
87
+ denom: 'nride',
88
+ exponent: 6
89
+ }],
90
+ type_asset: 'ics20',
91
+ base: 'ibc/26B4B4BBF3C8D5DB1ADE993CCD865A7CC608B2BAEF20E0166F18B84E32184F63',
92
+ name: 'nRide Token',
93
+ display: 'nride',
94
+ symbol: 'NRIDE',
95
+ traces: [{
96
+ type: 'ibc',
97
+ counterparty: {
98
+ chain_name: 'osmosis',
99
+ base_denom: 'ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C',
100
+ channel_id: 'channel-492'
101
+ },
102
+ chain: {
103
+ channel_id: 'channel-1',
104
+ path: 'transfer/channel-1/transfer/channel-169/cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq'
105
+ }
106
+ }],
107
+ logo_URIs: {
108
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png',
109
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg'
110
+ },
111
+ images: [{
112
+ image_sync: {
113
+ chain_name: 'juno',
114
+ base_denom: 'cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq'
115
+ },
116
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png',
117
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg',
118
+ theme: {
119
+ primary_color_hex: '#050505'
120
+ }
121
+ }]
122
+ }
123
+ ]
77
124
  };
78
125
  exports.default = info;
@@ -532,7 +532,8 @@ const info = {
532
532
  base_denom: 'factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom'
533
533
  },
534
534
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg'
535
- }]
535
+ }],
536
+ coingecko_id: 'drop-staked-atom'
536
537
  },
537
538
  {
538
539
  description: 'Ondo Finance\'s US Dollar Yield',
@@ -575,7 +576,8 @@ const info = {
575
576
  theme: {
576
577
  primary_color_hex: '#142c5c'
577
578
  }
578
- }]
579
+ }],
580
+ coingecko_id: 'ondo-us-dollar-yield'
579
581
  },
580
582
  {
581
583
  description: 'Pryzm\'s native liquid staking token for ATOM',
@@ -76,7 +76,8 @@ const info = {
76
76
  logo_URIs: {
77
77
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
78
78
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
79
- }
79
+ },
80
+ coingecko_id: 'osmosis'
80
81
  },
81
82
  {
82
83
  description: 'ATOM from Osmosis',
@@ -120,7 +121,8 @@ const info = {
120
121
  logo_URIs: {
121
122
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
122
123
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
123
- }
124
+ },
125
+ coingecko_id: 'cosmos'
124
126
  },
125
127
  {
126
128
  description: 'USDC.axl from Osmosis',
@@ -164,7 +166,8 @@ const info = {
164
166
  logo_URIs: {
165
167
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
166
168
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg'
167
- }
169
+ },
170
+ coingecko_id: 'axlusdc'
168
171
  }
169
172
  ]
170
173
  };
@@ -397,7 +397,8 @@ const info = {
397
397
  circle: true,
398
398
  primary_color_hex: '#2775CA'
399
399
  }
400
- }]
400
+ }],
401
+ coingecko_id: 'usd-coin'
401
402
  },
402
403
  {
403
404
  description: 'Quicksilver Liquid Staked ARCH',
@@ -221,7 +221,8 @@ const info = {
221
221
  logo_URIs: {
222
222
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
223
223
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
224
- }
224
+ },
225
+ coingecko_id: 'astroport-fi'
225
226
  }
226
227
  ]
227
228
  };
@@ -110,7 +110,8 @@ const info = {
110
110
  logo_URIs: {
111
111
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
112
112
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
113
- }
113
+ },
114
+ coingecko_id: 'usd-coin'
114
115
  }
115
116
  ]
116
117
  };
@@ -205,7 +205,8 @@ const info = {
205
205
  theme: {
206
206
  primary_color_hex: '#bcdd76'
207
207
  }
208
- }]
208
+ }],
209
+ coingecko_id: 'mad-scientists'
209
210
  },
210
211
  {
211
212
  description: 'CDT - Membrane\'s solvency preserving stablecoin',
@@ -239,7 +240,8 @@ const info = {
239
240
  chain_name: 'osmosis',
240
241
  base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt'
241
242
  }
242
- }]
243
+ }],
244
+ coingecko_id: 'collateralized-debt-token'
243
245
  },
244
246
  {
245
247
  description: 'MBRN - Membrane\'s network token',
@@ -273,7 +275,8 @@ const info = {
273
275
  chain_name: 'osmosis',
274
276
  base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn'
275
277
  }
276
- }]
278
+ }],
279
+ coingecko_id: 'membrane'
277
280
  },
278
281
  {
279
282
  description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
@@ -316,7 +319,8 @@ const info = {
316
319
  theme: {
317
320
  primary_color_hex: '#4056e9'
318
321
  }
319
- }]
322
+ }],
323
+ coingecko_id: 'astroport-fi'
320
324
  },
321
325
  {
322
326
  description: 'PLEB',
@@ -762,7 +766,8 @@ const info = {
762
766
  primary_color_hex: '#342c2c'
763
767
  }
764
768
  }
765
- ]
769
+ ],
770
+ coingecko_id: 'mantra-dao'
766
771
  },
767
772
  {
768
773
  description: 'HOOD',
@@ -549,7 +549,8 @@ const info = {
549
549
  theme: {
550
550
  primary_color_hex: '#7c2cfb'
551
551
  }
552
- }]
552
+ }],
553
+ coingecko_id: 'celestia'
553
554
  },
554
555
  {
555
556
  denom_units: [{
@@ -115,7 +115,8 @@ const info = {
115
115
  logo_URIs: {
116
116
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
117
117
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
118
- }
118
+ },
119
+ coingecko_id: 'cosmos'
119
120
  },
120
121
  {
121
122
  description: 'The native staking and governance token of the Kujira chain.',
@@ -202,7 +203,8 @@ const info = {
202
203
  circle: true,
203
204
  primary_color_hex: '#2775CA'
204
205
  }
205
- }]
206
+ }],
207
+ coingecko_id: 'usd-coin'
206
208
  },
207
209
  {
208
210
  description: 'The native staking and governance token of the Secret chain.',
@@ -244,7 +246,8 @@ const info = {
244
246
  theme: {
245
247
  primary_color_hex: '#040404'
246
248
  }
247
- }]
249
+ }],
250
+ coingecko_id: 'secret'
248
251
  }
249
252
  ]
250
253
  };
@@ -2403,7 +2403,8 @@ const info = {
2403
2403
  }],
2404
2404
  logo_URIs: {
2405
2405
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
2406
- }
2406
+ },
2407
+ coingecko_id: 'astroport-fi'
2407
2408
  },
2408
2409
  {
2409
2410
  denom_units: [{
@@ -77,7 +77,8 @@ const info = {
77
77
  socials: {
78
78
  website: 'https://astroport.fi/',
79
79
  twitter: 'https://twitter.com/astroport_fi'
80
- }
80
+ },
81
+ coingecko_id: 'astroport-fi'
81
82
  },
82
83
  {
83
84
  description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
@@ -120,7 +121,8 @@ const info = {
120
121
  logo_URIs: {
121
122
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
122
123
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
123
- }
124
+ },
125
+ coingecko_id: 'astroport-fi'
124
126
  },
125
127
  {
126
128
  description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
@@ -1138,7 +1140,8 @@ const info = {
1138
1140
  logo_URIs: {
1139
1141
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1140
1142
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1141
- }
1143
+ },
1144
+ coingecko_id: 'tether'
1142
1145
  },
1143
1146
  {
1144
1147
  description: 'ATOM-LUNA liquidity pool token on URA',
@@ -1280,7 +1283,8 @@ const info = {
1280
1283
  }
1281
1284
  }, {
1282
1285
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1283
- }]
1286
+ }],
1287
+ coingecko_id: 'usd-coin'
1284
1288
  },
1285
1289
  {
1286
1290
  description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
@@ -1324,7 +1328,8 @@ const info = {
1324
1328
  socials: {
1325
1329
  website: 'https://www.cryptodungeon.org',
1326
1330
  twitter: 'https://twitter.com/cryptodungeonma'
1327
- }
1331
+ },
1332
+ coingecko_id: 'dragon-coin-2'
1328
1333
  },
1329
1334
  {
1330
1335
  description: 'The native token of Migaloo Chain',
@@ -91,7 +91,8 @@ const info = {
91
91
  circle: true,
92
92
  primary_color_hex: '#2775CA'
93
93
  }
94
- }]
94
+ }],
95
+ coingecko_id: 'usd-coin'
95
96
  }]
96
97
  };
97
98
  exports.default = info;
@@ -142,7 +142,8 @@ const info = {
142
142
  circle: true,
143
143
  primary_color_hex: '#2775CA'
144
144
  }
145
- }]
145
+ }],
146
+ coingecko_id: 'usd-coin'
146
147
  }
147
148
  ]
148
149
  };
@@ -37,7 +37,8 @@ const info = {
37
37
  background_color_hex: '#f4941c',
38
38
  circle: true
39
39
  }
40
- }]
40
+ }],
41
+ coingecko_id: 'bitcoin'
41
42
  }]
42
43
  };
43
44
  exports.default = info;
@@ -324,7 +324,8 @@ const info = {
324
324
  theme: {
325
325
  primary_color_hex: '#ebb324'
326
326
  }
327
- }]
327
+ }],
328
+ coingecko_id: 'page'
328
329
  },
329
330
  {
330
331
  description: 'wETH is \'wrapped ETH\'',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.127",
3
+ "version": "1.69.128",
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,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.75",
32
+ "@chain-registry/utils": "^1.51.76",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.75"
36
+ "@chain-registry/types": "^0.50.76"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "0e3cd21846c4d0b2d2bb656e6bad9eb01c444af9"
46
+ "gitHead": "98753fffbbe6683383e0f3d83c9f66f2c5ca6f14"
47
47
  }
@@ -50,7 +50,8 @@ const info = {
50
50
  website: 'https://archway.io/',
51
51
  twitter: 'https://twitter.com/archwayHQ'
52
52
  },
53
- type_asset: 'sdk.coin'
53
+ type_asset: 'sdk.coin',
54
+ coingecko_id: 'archway'
54
55
  }, {
55
56
  description: 'Wrapped CONST (Archway Testnet token)',
56
57
  type_asset: 'cw20',
@@ -44,7 +44,8 @@ const info = {
44
44
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
45
45
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
46
46
  },
47
- type_asset: 'sdk.coin'
47
+ type_asset: 'sdk.coin',
48
+ coingecko_id: 'dydx-chain'
48
49
  }]
49
50
  };
50
51
  exports.default = info;
@@ -39,7 +39,8 @@ const info = {
39
39
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
40
40
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
41
41
  },
42
- type_asset: 'sdk.coin'
42
+ type_asset: 'sdk.coin',
43
+ coingecko_id: 'ixo'
43
44
  }]
44
45
  };
45
46
  exports.default = info;
@@ -35,7 +35,8 @@ const info = {
35
35
  primary_color_hex: '#dbdbcb'
36
36
  }
37
37
  }],
38
- type_asset: 'sdk.coin'
38
+ type_asset: 'sdk.coin',
39
+ coingecko_id: 'jackal-protocol'
39
40
  }]
40
41
  };
41
42
  exports.default = info;
@@ -39,7 +39,8 @@ const info = {
39
39
  primary_color_hex: '#335350'
40
40
  }
41
41
  }],
42
- type_asset: 'sdk.coin'
42
+ type_asset: 'sdk.coin',
43
+ coingecko_id: 'kyve-network'
43
44
  }]
44
45
  };
45
46
  exports.default = info;
@@ -87,7 +87,8 @@ const info = {
87
87
  logo_URIs: {
88
88
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
89
89
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
90
- }
90
+ },
91
+ coingecko_id: 'osmosis'
91
92
  },
92
93
  {
93
94
  description: 'asdasdasd',
@@ -44,7 +44,8 @@ const info = {
44
44
  primary_color_hex: '#fba0c1'
45
45
  }
46
46
  }],
47
- type_asset: 'sdk.coin'
47
+ type_asset: 'sdk.coin',
48
+ coingecko_id: 'mantra-dao'
48
49
  }]
49
50
  };
50
51
  exports.default = info;
@@ -31,7 +31,8 @@ const info = {
31
31
  },
32
32
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ankr.svg'
33
33
  }],
34
- type_asset: 'sdk.coin'
34
+ type_asset: 'sdk.coin',
35
+ coingecko_id: 'ankr'
35
36
  }]
36
37
  };
37
38
  exports.default = info;
@@ -74,7 +74,8 @@ const info = {
74
74
  primary_color_hex: '#2775CA'
75
75
  }
76
76
  }],
77
- type_asset: 'sdk.coin'
77
+ type_asset: 'sdk.coin',
78
+ coingecko_id: 'usd-coin'
78
79
  },
79
80
  {
80
81
  description: 'Ondo US Dollar Yield',
@@ -260,7 +260,8 @@ const info = {
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 info = {
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 info = {
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 info = {
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 info = {
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 info = {
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: [{
@@ -90,7 +90,8 @@ const info = {
90
90
  circle: true,
91
91
  primary_color_hex: '#2775CA'
92
92
  }
93
- }]
93
+ }],
94
+ coingecko_id: 'usd-coin'
94
95
  },
95
96
  {
96
97
  description: 'Wrapped Bitcoin (BTC) is BTC token bridged from Bitcoin to titan chain through Titan bridge https://dev.titanearn.com/bridge',
@@ -39,7 +39,8 @@ const info = {
39
39
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
40
40
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg'
41
41
  },
42
- type_asset: 'sdk.coin'
42
+ type_asset: 'sdk.coin',
43
+ coingecko_id: 'unification'
43
44
  }]
44
45
  };
45
46
  exports.default = info;