chain-registry 1.69.126 → 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 (127) 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/cosmoshub/ibc.js +29 -0
  12. package/esm/mainnet/cronos/assets.js +4 -2
  13. package/esm/mainnet/dydx/assets.js +2 -1
  14. package/esm/mainnet/dymension/assets.js +4 -2
  15. package/esm/mainnet/dyson/assets.js +6 -3
  16. package/esm/mainnet/elys/assets.js +14 -7
  17. package/esm/mainnet/evmos/assets.js +2 -1
  18. package/esm/mainnet/injective/assets.js +6 -3
  19. package/esm/mainnet/injective/ibc.js +29 -0
  20. package/esm/mainnet/joltify/assets.js +4 -2
  21. package/esm/mainnet/juno/assets.js +23 -1
  22. package/esm/mainnet/kopi/assets.js +10 -5
  23. package/esm/mainnet/kujira/assets.js +30 -15
  24. package/esm/mainnet/mantrachain/assets.js +6 -3
  25. package/esm/mainnet/mars/assets.js +2 -1
  26. package/esm/mainnet/migaloo/assets.js +6 -3
  27. package/esm/mainnet/milkyway/assets.js +6 -3
  28. package/esm/mainnet/neutron/assets.js +14 -7
  29. package/esm/mainnet/neutron/ibc.js +29 -0
  30. package/esm/mainnet/nibiru/assets.js +2 -1
  31. package/esm/mainnet/noble/assets.js +4 -2
  32. package/esm/mainnet/nolus/assets.js +44 -22
  33. package/esm/mainnet/omniflixhub/assets.js +10 -5
  34. package/esm/mainnet/oraichain/assets.js +6 -3
  35. package/esm/mainnet/osmosis/assets.js +306 -153
  36. package/esm/mainnet/persistence/assets.js +16 -8
  37. package/esm/mainnet/planq/assets.js +50 -3
  38. package/esm/mainnet/pryzm/assets.js +4 -2
  39. package/esm/mainnet/quasar/assets.js +6 -3
  40. package/esm/mainnet/quicksilver/assets.js +2 -1
  41. package/esm/mainnet/sei/assets.js +2 -1
  42. package/esm/mainnet/sidechain/assets.js +2 -1
  43. package/esm/mainnet/sidechain/ibc.js +93 -3
  44. package/esm/mainnet/stargaze/assets.js +10 -5
  45. package/esm/mainnet/stride/assets.js +2 -1
  46. package/esm/mainnet/teritori/assets.js +6 -3
  47. package/esm/mainnet/terra/assets.js +2 -1
  48. package/esm/mainnet/terra2/assets.js +10 -5
  49. package/esm/mainnet/titan/assets.js +2 -1
  50. package/esm/noncosmos/avalanchetestnet/assets.js +2 -1
  51. package/esm/noncosmos/bitcointestnet/assets.js +2 -1
  52. package/esm/noncosmos/polygon/assets.js +2 -1
  53. package/esm/testnet/archwaytestnet/assets.js +2 -1
  54. package/esm/testnet/dydxtestnet/assets.js +2 -1
  55. package/esm/testnet/impacthubtestnet/assets.js +2 -1
  56. package/esm/testnet/jackaltestnet2/assets.js +2 -1
  57. package/esm/testnet/kyvetestnet/assets.js +2 -1
  58. package/esm/testnet/manifesttestnet/assets.js +2 -1
  59. package/esm/testnet/mantrachaintestnet/assets.js +2 -1
  60. package/esm/testnet/neuratestnet/assets.js +2 -1
  61. package/esm/testnet/nobletestnet/assets.js +2 -1
  62. package/esm/testnet/osmosistestnet/assets.js +12 -6
  63. package/esm/testnet/titantestnet/assets.js +2 -1
  64. package/esm/testnet/unificationtestnet/assets.js +2 -1
  65. package/esm/testnet/xiontestnet/assets.js +6 -3
  66. package/mainnet/agoric/chain.js +5 -5
  67. package/mainnet/archway/assets.js +4 -2
  68. package/mainnet/beezee/assets.js +14 -7
  69. package/mainnet/carbon/assets.js +26 -13
  70. package/mainnet/coreum/chain.js +6 -6
  71. package/mainnet/cosmoshub/assets.js +4 -2
  72. package/mainnet/cosmoshub/ibc.js +29 -0
  73. package/mainnet/cronos/assets.js +4 -2
  74. package/mainnet/dydx/assets.js +2 -1
  75. package/mainnet/dymension/assets.js +4 -2
  76. package/mainnet/dyson/assets.js +6 -3
  77. package/mainnet/elys/assets.js +14 -7
  78. package/mainnet/evmos/assets.js +2 -1
  79. package/mainnet/injective/assets.js +6 -3
  80. package/mainnet/injective/ibc.js +29 -0
  81. package/mainnet/joltify/assets.js +4 -2
  82. package/mainnet/juno/assets.js +23 -1
  83. package/mainnet/kopi/assets.js +10 -5
  84. package/mainnet/kujira/assets.js +30 -15
  85. package/mainnet/mantrachain/assets.js +6 -3
  86. package/mainnet/mars/assets.js +2 -1
  87. package/mainnet/migaloo/assets.js +6 -3
  88. package/mainnet/milkyway/assets.js +6 -3
  89. package/mainnet/neutron/assets.js +14 -7
  90. package/mainnet/neutron/ibc.js +29 -0
  91. package/mainnet/nibiru/assets.js +2 -1
  92. package/mainnet/noble/assets.js +4 -2
  93. package/mainnet/nolus/assets.js +44 -22
  94. package/mainnet/omniflixhub/assets.js +10 -5
  95. package/mainnet/oraichain/assets.js +6 -3
  96. package/mainnet/osmosis/assets.js +306 -153
  97. package/mainnet/persistence/assets.js +16 -8
  98. package/mainnet/planq/assets.js +50 -3
  99. package/mainnet/pryzm/assets.js +4 -2
  100. package/mainnet/quasar/assets.js +6 -3
  101. package/mainnet/quicksilver/assets.js +2 -1
  102. package/mainnet/sei/assets.js +2 -1
  103. package/mainnet/sidechain/assets.js +2 -1
  104. package/mainnet/sidechain/ibc.js +93 -3
  105. package/mainnet/stargaze/assets.js +10 -5
  106. package/mainnet/stride/assets.js +2 -1
  107. package/mainnet/teritori/assets.js +6 -3
  108. package/mainnet/terra/assets.js +2 -1
  109. package/mainnet/terra2/assets.js +10 -5
  110. package/mainnet/titan/assets.js +2 -1
  111. package/noncosmos/avalanchetestnet/assets.js +2 -1
  112. package/noncosmos/bitcointestnet/assets.js +2 -1
  113. package/noncosmos/polygon/assets.js +2 -1
  114. package/package.json +4 -4
  115. package/testnet/archwaytestnet/assets.js +2 -1
  116. package/testnet/dydxtestnet/assets.js +2 -1
  117. package/testnet/impacthubtestnet/assets.js +2 -1
  118. package/testnet/jackaltestnet2/assets.js +2 -1
  119. package/testnet/kyvetestnet/assets.js +2 -1
  120. package/testnet/manifesttestnet/assets.js +2 -1
  121. package/testnet/mantrachaintestnet/assets.js +2 -1
  122. package/testnet/neuratestnet/assets.js +2 -1
  123. package/testnet/nobletestnet/assets.js +2 -1
  124. package/testnet/osmosistestnet/assets.js +12 -6
  125. package/testnet/titantestnet/assets.js +2 -1
  126. package/testnet/unificationtestnet/assets.js +2 -1
  127. package/testnet/xiontestnet/assets.js +6 -3
@@ -177,7 +177,8 @@ const info = {
177
177
  logo_URIs: {
178
178
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
179
179
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
180
- }
180
+ },
181
+ coingecko_id: 'cosmos'
181
182
  },
182
183
  {
183
184
  description: 'Tether USDT on Persistence',
@@ -221,7 +222,8 @@ const info = {
221
222
  logo_URIs: {
222
223
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
223
224
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
224
- }
225
+ },
226
+ coingecko_id: 'tether'
225
227
  },
226
228
  {
227
229
  denom_units: [{
@@ -264,7 +266,8 @@ const info = {
264
266
  logo_URIs: {
265
267
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
266
268
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
267
- }
269
+ },
270
+ coingecko_id: 'usd-coin'
268
271
  },
269
272
  {
270
273
  description: 'dydx staking token',
@@ -307,7 +310,8 @@ const info = {
307
310
  logo_URIs: {
308
311
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
309
312
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
310
- }
313
+ },
314
+ coingecko_id: 'dydx-chain'
311
315
  },
312
316
  {
313
317
  description: '(Deprecated) PSTAKE Liquid-Staked OSMO',
@@ -461,7 +465,8 @@ const info = {
461
465
  logo_URIs: {
462
466
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
463
467
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
464
- }
468
+ },
469
+ coingecko_id: 'stargaze'
465
470
  },
466
471
  {
467
472
  description: 'The native token cw20 for Shade on Secret Network',
@@ -506,7 +511,8 @@ const info = {
506
511
  theme: {
507
512
  primary_color_hex: '#342c52'
508
513
  }
509
- }]
514
+ }],
515
+ coingecko_id: 'shade-protocol'
510
516
  },
511
517
  {
512
518
  description: '(Deprecated) PSTAKE Liquid-Staked HUAHUA',
@@ -585,7 +591,8 @@ const info = {
585
591
  logo_URIs: {
586
592
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png',
587
593
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg'
588
- }
594
+ },
595
+ coingecko_id: 'chihuahua-token'
589
596
  },
590
597
  {
591
598
  description: '(Deprecated) PSTAKE Liquid-Staked XPRT',
@@ -665,7 +672,8 @@ const info = {
665
672
  theme: {
666
673
  primary_color_hex: '#f39444'
667
674
  }
668
- }]
675
+ }],
676
+ coingecko_id: 'wrapped-bitcoin'
669
677
  }
670
678
  ]
671
679
  };
@@ -1,7 +1,8 @@
1
1
  const info = {
2
2
  $schema: '../assetlist.schema.json',
3
3
  chain_name: 'planq',
4
- assets: [{
4
+ assets: [
5
+ {
5
6
  description: 'The native EVM, governance and staking token of the Planq Network',
6
7
  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.',
7
8
  denom_units: [{
@@ -32,7 +33,8 @@ const info = {
32
33
  twitter: 'https://twitter.com/planqfoundation'
33
34
  },
34
35
  type_asset: 'sdk.coin'
35
- }, {
36
+ },
37
+ {
36
38
  description: 'The token of Source Protocol bridged from BSC.',
37
39
  denom_units: [{
38
40
  denom: 'erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09',
@@ -71,6 +73,51 @@ const info = {
71
73
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
72
74
  },
73
75
  type_asset: 'sdk.coin'
74
- }]
76
+ },
77
+ {
78
+ description: 'nRide Token',
79
+ 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.',
80
+ denom_units: [{
81
+ denom: 'ibc/26B4B4BBF3C8D5DB1ADE993CCD865A7CC608B2BAEF20E0166F18B84E32184F63',
82
+ exponent: 0,
83
+ aliases: ['cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq', 'ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C']
84
+ }, {
85
+ denom: 'nride',
86
+ exponent: 6
87
+ }],
88
+ type_asset: 'ics20',
89
+ base: 'ibc/26B4B4BBF3C8D5DB1ADE993CCD865A7CC608B2BAEF20E0166F18B84E32184F63',
90
+ name: 'nRide Token',
91
+ display: 'nride',
92
+ symbol: 'NRIDE',
93
+ traces: [{
94
+ type: 'ibc',
95
+ counterparty: {
96
+ chain_name: 'osmosis',
97
+ base_denom: 'ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C',
98
+ channel_id: 'channel-492'
99
+ },
100
+ chain: {
101
+ channel_id: 'channel-1',
102
+ path: 'transfer/channel-1/transfer/channel-169/cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq'
103
+ }
104
+ }],
105
+ logo_URIs: {
106
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png',
107
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg'
108
+ },
109
+ images: [{
110
+ image_sync: {
111
+ chain_name: 'juno',
112
+ base_denom: 'cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq'
113
+ },
114
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png',
115
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg',
116
+ theme: {
117
+ primary_color_hex: '#050505'
118
+ }
119
+ }]
120
+ }
121
+ ]
75
122
  };
76
123
  export default info;
@@ -530,7 +530,8 @@ const info = {
530
530
  base_denom: 'factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom'
531
531
  },
532
532
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg'
533
- }]
533
+ }],
534
+ coingecko_id: 'drop-staked-atom'
534
535
  },
535
536
  {
536
537
  description: 'Ondo Finance\'s US Dollar Yield',
@@ -573,7 +574,8 @@ const info = {
573
574
  theme: {
574
575
  primary_color_hex: '#142c5c'
575
576
  }
576
- }]
577
+ }],
578
+ coingecko_id: 'ondo-us-dollar-yield'
577
579
  },
578
580
  {
579
581
  description: 'Pryzm\'s native liquid staking token for ATOM',
@@ -74,7 +74,8 @@ const info = {
74
74
  logo_URIs: {
75
75
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
76
76
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
77
- }
77
+ },
78
+ coingecko_id: 'osmosis'
78
79
  },
79
80
  {
80
81
  description: 'ATOM from Osmosis',
@@ -118,7 +119,8 @@ const info = {
118
119
  logo_URIs: {
119
120
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
120
121
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
121
- }
122
+ },
123
+ coingecko_id: 'cosmos'
122
124
  },
123
125
  {
124
126
  description: 'USDC.axl from Osmosis',
@@ -162,7 +164,8 @@ const info = {
162
164
  logo_URIs: {
163
165
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
164
166
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg'
165
- }
167
+ },
168
+ coingecko_id: 'axlusdc'
166
169
  }
167
170
  ]
168
171
  };
@@ -395,7 +395,8 @@ const info = {
395
395
  circle: true,
396
396
  primary_color_hex: '#2775CA'
397
397
  }
398
- }]
398
+ }],
399
+ coingecko_id: 'usd-coin'
399
400
  },
400
401
  {
401
402
  description: 'Quicksilver Liquid Staked ARCH',
@@ -219,7 +219,8 @@ const info = {
219
219
  logo_URIs: {
220
220
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
221
221
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
222
- }
222
+ },
223
+ coingecko_id: 'astroport-fi'
223
224
  }
224
225
  ]
225
226
  };
@@ -108,7 +108,8 @@ const info = {
108
108
  logo_URIs: {
109
109
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
110
110
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
111
- }
111
+ },
112
+ coingecko_id: 'usd-coin'
112
113
  }
113
114
  ]
114
115
  };
@@ -1,4 +1,92 @@
1
- const info = [{
1
+ const info = [
2
+ {
3
+ $schema: '../ibc_data.schema.json',
4
+ chain_1: {
5
+ chain_name: 'cosmoshub',
6
+ client_id: '07-tendermint-1353',
7
+ connection_id: 'connection-1090'
8
+ },
9
+ chain_2: {
10
+ chain_name: 'sidechain',
11
+ client_id: '07-tendermint-12',
12
+ connection_id: 'connection-3'
13
+ },
14
+ channels: [{
15
+ chain_1: {
16
+ channel_id: 'channel-1318',
17
+ port_id: 'transfer'
18
+ },
19
+ chain_2: {
20
+ channel_id: 'channel-2',
21
+ port_id: 'transfer'
22
+ },
23
+ ordering: 'unordered',
24
+ version: 'ics20-1',
25
+ tags: {
26
+ status: 'live',
27
+ preferred: true
28
+ }
29
+ }]
30
+ },
31
+ {
32
+ $schema: '../ibc_data.schema.json',
33
+ chain_1: {
34
+ chain_name: 'injective',
35
+ client_id: '07-tendermint-293',
36
+ connection_id: 'connection-299'
37
+ },
38
+ chain_2: {
39
+ chain_name: 'sidechain',
40
+ client_id: '07-tendermint-17',
41
+ connection_id: 'connection-5'
42
+ },
43
+ channels: [{
44
+ chain_1: {
45
+ channel_id: 'channel-429',
46
+ port_id: 'transfer'
47
+ },
48
+ chain_2: {
49
+ channel_id: 'channel-4',
50
+ port_id: 'transfer'
51
+ },
52
+ ordering: 'unordered',
53
+ version: 'ics20-1',
54
+ tags: {
55
+ status: 'live',
56
+ preferred: true
57
+ }
58
+ }]
59
+ },
60
+ {
61
+ $schema: '../ibc_data.schema.json',
62
+ chain_1: {
63
+ chain_name: 'neutron',
64
+ client_id: '07-tendermint-156',
65
+ connection_id: 'connection-116'
66
+ },
67
+ chain_2: {
68
+ chain_name: 'sidechain',
69
+ client_id: '07-tendermint-16',
70
+ connection_id: 'connection-4'
71
+ },
72
+ channels: [{
73
+ chain_1: {
74
+ channel_id: 'channel-6561',
75
+ port_id: 'transfer'
76
+ },
77
+ chain_2: {
78
+ channel_id: 'channel-3',
79
+ port_id: 'transfer'
80
+ },
81
+ ordering: 'unordered',
82
+ version: 'ics20-1',
83
+ tags: {
84
+ status: 'live',
85
+ preferred: true
86
+ }
87
+ }]
88
+ },
89
+ {
2
90
  $schema: '../ibc_data.schema.json',
3
91
  chain_1: {
4
92
  chain_name: 'noble',
@@ -26,7 +114,8 @@ const info = [{
26
114
  preferred: true
27
115
  }
28
116
  }]
29
- }, {
117
+ },
118
+ {
30
119
  $schema: '../ibc_data.schema.json',
31
120
  chain_1: {
32
121
  chain_name: 'osmosis',
@@ -54,5 +143,6 @@ const info = [{
54
143
  preferred: true
55
144
  }
56
145
  }]
57
- }];
146
+ }
147
+ ];
58
148
  export default info;
@@ -203,7 +203,8 @@ const info = {
203
203
  theme: {
204
204
  primary_color_hex: '#bcdd76'
205
205
  }
206
- }]
206
+ }],
207
+ coingecko_id: 'mad-scientists'
207
208
  },
208
209
  {
209
210
  description: 'CDT - Membrane\'s solvency preserving stablecoin',
@@ -237,7 +238,8 @@ const info = {
237
238
  chain_name: 'osmosis',
238
239
  base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt'
239
240
  }
240
- }]
241
+ }],
242
+ coingecko_id: 'collateralized-debt-token'
241
243
  },
242
244
  {
243
245
  description: 'MBRN - Membrane\'s network token',
@@ -271,7 +273,8 @@ const info = {
271
273
  chain_name: 'osmosis',
272
274
  base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn'
273
275
  }
274
- }]
276
+ }],
277
+ coingecko_id: 'membrane'
275
278
  },
276
279
  {
277
280
  description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
@@ -314,7 +317,8 @@ const info = {
314
317
  theme: {
315
318
  primary_color_hex: '#4056e9'
316
319
  }
317
- }]
320
+ }],
321
+ coingecko_id: 'astroport-fi'
318
322
  },
319
323
  {
320
324
  description: 'PLEB',
@@ -760,7 +764,8 @@ const info = {
760
764
  primary_color_hex: '#342c2c'
761
765
  }
762
766
  }
763
- ]
767
+ ],
768
+ coingecko_id: 'mantra-dao'
764
769
  },
765
770
  {
766
771
  description: 'HOOD',
@@ -547,7 +547,8 @@ const info = {
547
547
  theme: {
548
548
  primary_color_hex: '#7c2cfb'
549
549
  }
550
- }]
550
+ }],
551
+ coingecko_id: 'celestia'
551
552
  },
552
553
  {
553
554
  denom_units: [{
@@ -113,7 +113,8 @@ const info = {
113
113
  logo_URIs: {
114
114
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
115
115
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
116
- }
116
+ },
117
+ coingecko_id: 'cosmos'
117
118
  },
118
119
  {
119
120
  description: 'The native staking and governance token of the Kujira chain.',
@@ -200,7 +201,8 @@ const info = {
200
201
  circle: true,
201
202
  primary_color_hex: '#2775CA'
202
203
  }
203
- }]
204
+ }],
205
+ coingecko_id: 'usd-coin'
204
206
  },
205
207
  {
206
208
  description: 'The native staking and governance token of the Secret chain.',
@@ -242,7 +244,8 @@ const info = {
242
244
  theme: {
243
245
  primary_color_hex: '#040404'
244
246
  }
245
- }]
247
+ }],
248
+ coingecko_id: 'secret'
246
249
  }
247
250
  ]
248
251
  };
@@ -2401,7 +2401,8 @@ const info = {
2401
2401
  }],
2402
2402
  logo_URIs: {
2403
2403
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
2404
- }
2404
+ },
2405
+ coingecko_id: 'astroport-fi'
2405
2406
  },
2406
2407
  {
2407
2408
  denom_units: [{
@@ -75,7 +75,8 @@ const info = {
75
75
  socials: {
76
76
  website: 'https://astroport.fi/',
77
77
  twitter: 'https://twitter.com/astroport_fi'
78
- }
78
+ },
79
+ coingecko_id: 'astroport-fi'
79
80
  },
80
81
  {
81
82
  description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
@@ -118,7 +119,8 @@ const info = {
118
119
  logo_URIs: {
119
120
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
120
121
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
121
- }
122
+ },
123
+ coingecko_id: 'astroport-fi'
122
124
  },
123
125
  {
124
126
  description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
@@ -1136,7 +1138,8 @@ const info = {
1136
1138
  logo_URIs: {
1137
1139
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1138
1140
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1139
- }
1141
+ },
1142
+ coingecko_id: 'tether'
1140
1143
  },
1141
1144
  {
1142
1145
  description: 'ATOM-LUNA liquidity pool token on URA',
@@ -1278,7 +1281,8 @@ const info = {
1278
1281
  }
1279
1282
  }, {
1280
1283
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1281
- }]
1284
+ }],
1285
+ coingecko_id: 'usd-coin'
1282
1286
  },
1283
1287
  {
1284
1288
  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.',
@@ -1322,7 +1326,8 @@ const info = {
1322
1326
  socials: {
1323
1327
  website: 'https://www.cryptodungeon.org',
1324
1328
  twitter: 'https://twitter.com/cryptodungeonma'
1325
- }
1329
+ },
1330
+ coingecko_id: 'dragon-coin-2'
1326
1331
  },
1327
1332
  {
1328
1333
  description: 'The native token of Migaloo Chain',
@@ -89,7 +89,8 @@ const info = {
89
89
  circle: true,
90
90
  primary_color_hex: '#2775CA'
91
91
  }
92
- }]
92
+ }],
93
+ coingecko_id: 'usd-coin'
93
94
  }]
94
95
  };
95
96
  export default info;
@@ -140,7 +140,8 @@ const info = {
140
140
  circle: true,
141
141
  primary_color_hex: '#2775CA'
142
142
  }
143
- }]
143
+ }],
144
+ coingecko_id: 'usd-coin'
144
145
  }
145
146
  ]
146
147
  };
@@ -35,7 +35,8 @@ const info = {
35
35
  background_color_hex: '#f4941c',
36
36
  circle: true
37
37
  }
38
- }]
38
+ }],
39
+ coingecko_id: 'bitcoin'
39
40
  }]
40
41
  };
41
42
  export default info;
@@ -322,7 +322,8 @@ const info = {
322
322
  theme: {
323
323
  primary_color_hex: '#ebb324'
324
324
  }
325
- }]
325
+ }],
326
+ coingecko_id: 'page'
326
327
  },
327
328
  {
328
329
  description: 'wETH is \'wrapped ETH\'',
@@ -48,7 +48,8 @@ const info = {
48
48
  website: 'https://archway.io/',
49
49
  twitter: 'https://twitter.com/archwayHQ'
50
50
  },
51
- type_asset: 'sdk.coin'
51
+ type_asset: 'sdk.coin',
52
+ coingecko_id: 'archway'
52
53
  }, {
53
54
  description: 'Wrapped CONST (Archway Testnet token)',
54
55
  type_asset: 'cw20',
@@ -42,7 +42,8 @@ const info = {
42
42
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
43
43
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
44
44
  },
45
- type_asset: 'sdk.coin'
45
+ type_asset: 'sdk.coin',
46
+ coingecko_id: 'dydx-chain'
46
47
  }]
47
48
  };
48
49
  export default info;
@@ -37,7 +37,8 @@ const info = {
37
37
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
38
38
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
39
39
  },
40
- type_asset: 'sdk.coin'
40
+ type_asset: 'sdk.coin',
41
+ coingecko_id: 'ixo'
41
42
  }]
42
43
  };
43
44
  export default info;
@@ -33,7 +33,8 @@ const info = {
33
33
  primary_color_hex: '#dbdbcb'
34
34
  }
35
35
  }],
36
- type_asset: 'sdk.coin'
36
+ type_asset: 'sdk.coin',
37
+ coingecko_id: 'jackal-protocol'
37
38
  }]
38
39
  };
39
40
  export default info;
@@ -37,7 +37,8 @@ const info = {
37
37
  primary_color_hex: '#335350'
38
38
  }
39
39
  }],
40
- type_asset: 'sdk.coin'
40
+ type_asset: 'sdk.coin',
41
+ coingecko_id: 'kyve-network'
41
42
  }]
42
43
  };
43
44
  export default info;
@@ -85,7 +85,8 @@ const info = {
85
85
  logo_URIs: {
86
86
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
87
87
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
88
- }
88
+ },
89
+ coingecko_id: 'osmosis'
89
90
  },
90
91
  {
91
92
  description: 'asdasdasd',
@@ -42,7 +42,8 @@ const info = {
42
42
  primary_color_hex: '#fba0c1'
43
43
  }
44
44
  }],
45
- type_asset: 'sdk.coin'
45
+ type_asset: 'sdk.coin',
46
+ coingecko_id: 'mantra-dao'
46
47
  }]
47
48
  };
48
49
  export default info;
@@ -29,7 +29,8 @@ const info = {
29
29
  },
30
30
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ankr.svg'
31
31
  }],
32
- type_asset: 'sdk.coin'
32
+ type_asset: 'sdk.coin',
33
+ coingecko_id: 'ankr'
33
34
  }]
34
35
  };
35
36
  export default info;
@@ -72,7 +72,8 @@ const info = {
72
72
  primary_color_hex: '#2775CA'
73
73
  }
74
74
  }],
75
- type_asset: 'sdk.coin'
75
+ type_asset: 'sdk.coin',
76
+ coingecko_id: 'usd-coin'
76
77
  },
77
78
  {
78
79
  description: 'Ondo US Dollar Yield',