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
@@ -269,7 +269,8 @@ const info = {
269
269
  logo_URIs: {
270
270
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
271
271
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
272
- }
272
+ },
273
+ coingecko_id: 'tether'
273
274
  },
274
275
  {
275
276
  description: 'The staking and governance token of Fuzion',
@@ -569,7 +570,8 @@ const info = {
569
570
  logo_URIs: {
570
571
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
571
572
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
572
- }
573
+ },
574
+ coingecko_id: 'evmos'
573
575
  },
574
576
  {
575
577
  denom_units: [{
@@ -647,7 +649,8 @@ const info = {
647
649
  logo_URIs: {
648
650
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
649
651
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
650
- }
652
+ },
653
+ coingecko_id: 'usd-coin'
651
654
  },
652
655
  {
653
656
  denom_units: [{
@@ -688,7 +691,8 @@ const info = {
688
691
  logo_URIs: {
689
692
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
690
693
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
691
- }
694
+ },
695
+ coingecko_id: 'osmosis'
692
696
  },
693
697
  {
694
698
  denom_units: [{
@@ -729,7 +733,8 @@ const info = {
729
733
  logo_URIs: {
730
734
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
731
735
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
732
- }
736
+ },
737
+ coingecko_id: 'axlusdc'
733
738
  },
734
739
  {
735
740
  denom_units: [{
@@ -770,7 +775,8 @@ const info = {
770
775
  logo_URIs: {
771
776
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
772
777
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
773
- }
778
+ },
779
+ coingecko_id: 'comdex'
774
780
  },
775
781
  {
776
782
  denom_units: [{
@@ -811,7 +817,8 @@ const info = {
811
817
  logo_URIs: {
812
818
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
813
819
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
814
- }
820
+ },
821
+ coingecko_id: 'juno-network'
815
822
  },
816
823
  {
817
824
  denom_units: [{
@@ -850,7 +857,8 @@ const info = {
850
857
  }],
851
858
  logo_URIs: {
852
859
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
853
- }
860
+ },
861
+ coingecko_id: 'axlweth'
854
862
  },
855
863
  {
856
864
  denom_units: [{
@@ -891,7 +899,8 @@ const info = {
891
899
  logo_URIs: {
892
900
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
893
901
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
894
- }
902
+ },
903
+ coingecko_id: 'cosmos'
895
904
  },
896
905
  {
897
906
  denom_units: [{
@@ -932,7 +941,8 @@ const info = {
932
941
  logo_URIs: {
933
942
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
934
943
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
935
- }
944
+ },
945
+ coingecko_id: 'terra-luna-2'
936
946
  },
937
947
  {
938
948
  denom_units: [{
@@ -973,7 +983,8 @@ const info = {
973
983
  logo_URIs: {
974
984
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
975
985
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
976
- }
986
+ },
987
+ coingecko_id: 'stargaze'
977
988
  },
978
989
  {
979
990
  denom_units: [{
@@ -1014,7 +1025,8 @@ const info = {
1014
1025
  logo_URIs: {
1015
1026
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
1016
1027
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
1017
- }
1028
+ },
1029
+ coingecko_id: 'secret'
1018
1030
  },
1019
1031
  {
1020
1032
  denom_units: [{
@@ -1057,7 +1069,8 @@ const info = {
1057
1069
  logo_URIs: {
1058
1070
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
1059
1071
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
1060
- }
1072
+ },
1073
+ coingecko_id: 'stkatom'
1061
1074
  },
1062
1075
  {
1063
1076
  description: 'BackBone Labs Liquid Staked KUJI',
@@ -1221,7 +1234,8 @@ const info = {
1221
1234
  theme: {
1222
1235
  primary_color_hex: '#e40474'
1223
1236
  }
1224
- }]
1237
+ }],
1238
+ coingecko_id: 'stride-staked-atom'
1225
1239
  },
1226
1240
  {
1227
1241
  description: 'Stride staked OSMO',
@@ -1263,7 +1277,8 @@ const info = {
1263
1277
  theme: {
1264
1278
  primary_color_hex: '#e40474'
1265
1279
  }
1266
- }]
1280
+ }],
1281
+ coingecko_id: 'stride-staked-osmo'
1267
1282
  },
1268
1283
  {
1269
1284
  description: 'LP Bow: DOT.axl-MNTA',
@@ -98,7 +98,8 @@ const info = {
98
98
  circle: true,
99
99
  primary_color_hex: '#2775CA'
100
100
  }
101
- }]
101
+ }],
102
+ coingecko_id: 'usd-coin'
102
103
  },
103
104
  {
104
105
  description: 'Ondo US Dollar Yield',
@@ -274,7 +275,8 @@ const info = {
274
275
  theme: {
275
276
  primary_color_hex: '#db2777'
276
277
  }
277
- }]
278
+ }],
279
+ coingecko_id: 'stargaze'
278
280
  },
279
281
  {
280
282
  description: 'The native token of Axelar',
@@ -317,7 +319,8 @@ const info = {
317
319
  theme: {
318
320
  primary_color_hex: '#040404'
319
321
  }
320
- }]
322
+ }],
323
+ coingecko_id: 'axelar'
321
324
  }
322
325
  ]
323
326
  };
@@ -37,7 +37,8 @@ const info = {
37
37
  website: 'https://www.marsprotocol.io/',
38
38
  twitter: 'https://twitter.com/mars_protocol'
39
39
  },
40
- type_asset: 'sdk.coin'
40
+ type_asset: 'sdk.coin',
41
+ coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3'
41
42
  }]
42
43
  };
43
44
  export default info;
@@ -171,7 +171,8 @@ const info = {
171
171
  primary_color_hex: '#2b2434'
172
172
  }
173
173
  }],
174
- type_asset: 'sdk.coin'
174
+ type_asset: 'sdk.coin',
175
+ coingecko_id: 'racoon'
175
176
  },
176
177
  {
177
178
  description: 'ASH',
@@ -236,7 +237,8 @@ const info = {
236
237
  logo_URIs: {
237
238
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
238
239
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
239
- }
240
+ },
241
+ coingecko_id: 'tether'
240
242
  },
241
243
  {
242
244
  description: 'Auto componded USDC despoited into Ginkou on Migaloo chain',
@@ -764,7 +766,8 @@ const info = {
764
766
  socials: {
765
767
  website: 'https://www.cryptodungeon.org',
766
768
  twitter: 'https://twitter.com/cryptodungeonma'
767
- }
769
+ },
770
+ coingecko_id: 'dragon-coin-2'
768
771
  },
769
772
  {
770
773
  description: 'WHALE-wBTC.osmo LP White Whale Migaloo',
@@ -75,7 +75,8 @@ const info = {
75
75
  theme: {
76
76
  primary_color_hex: '#7c2cfb'
77
77
  }
78
- }]
78
+ }],
79
+ coingecko_id: 'celestia'
79
80
  },
80
81
  {
81
82
  description: 'The native token of the Celestia blockchain.',
@@ -129,7 +130,8 @@ const info = {
129
130
  theme: {
130
131
  primary_color_hex: '#7c2cfb'
131
132
  }
132
- }]
133
+ }],
134
+ coingecko_id: 'celestia'
133
135
  },
134
136
  {
135
137
  description: 'MilkyWay\'s liquid staked TIA',
@@ -375,7 +377,8 @@ const info = {
375
377
  circle: true,
376
378
  primary_color_hex: '#2775CA'
377
379
  }
378
- }]
380
+ }],
381
+ coingecko_id: 'usd-coin'
379
382
  }
380
383
  ]
381
384
  };
@@ -77,7 +77,8 @@ const info = {
77
77
  logo_URIs: {
78
78
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
79
79
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
80
- }
80
+ },
81
+ coingecko_id: 'cosmos'
81
82
  },
82
83
  {
83
84
  description: 'IBC Axelar uusdc through axelar-dojo-1 transfer/channel-2',
@@ -120,7 +121,8 @@ const info = {
120
121
  logo_URIs: {
121
122
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
122
123
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
123
- }
124
+ },
125
+ coingecko_id: 'axlusdc'
124
126
  },
125
127
  {
126
128
  description: 'Tia on Neutron',
@@ -163,7 +165,8 @@ const info = {
163
165
  logo_URIs: {
164
166
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
165
167
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
166
- }
168
+ },
169
+ coingecko_id: 'celestia'
167
170
  },
168
171
  {
169
172
  description: 'Astropepe meme coin',
@@ -263,7 +266,8 @@ const info = {
263
266
  logo_URIs: {
264
267
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
265
268
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
266
- }
269
+ },
270
+ coingecko_id: 'dydx-chain'
267
271
  },
268
272
  {
269
273
  description: 'The cutest NEWT token on Neutron chain.',
@@ -395,7 +399,8 @@ const info = {
395
399
  }],
396
400
  logo_URIs: {
397
401
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
398
- }
402
+ },
403
+ coingecko_id: 'astroport-fi'
399
404
  },
400
405
  {
401
406
  description: 'Baby Corgi is the real doggo of Neutron!',
@@ -588,7 +593,8 @@ const info = {
588
593
  logo_URIs: {
589
594
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
590
595
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
591
- }
596
+ },
597
+ coingecko_id: 'nolus'
592
598
  },
593
599
  {
594
600
  description: 'A Mechanical Canine',
@@ -1219,7 +1225,8 @@ const info = {
1219
1225
  theme: {
1220
1226
  primary_color_hex: '#41394d'
1221
1227
  }
1222
- }]
1228
+ }],
1229
+ coingecko_id: 'axlwbtc'
1223
1230
  },
1224
1231
  {
1225
1232
  description: 'Astrovault xATOM on Neutron Chain',
@@ -121,7 +121,8 @@ const info = {
121
121
  channel_id: 'channel-2',
122
122
  path: 'transfer/channel-2/uusdc'
123
123
  }
124
- }]
124
+ }],
125
+ coingecko_id: 'usd-coin'
125
126
  },
126
127
  {
127
128
  name: 'Astrovault token',
@@ -97,7 +97,8 @@ const info = {
97
97
  theme: {
98
98
  primary_color_hex: '#272d45'
99
99
  }
100
- }]
100
+ }],
101
+ coingecko_id: 'cosmos'
101
102
  },
102
103
  {
103
104
  description: 'USD Coin',
@@ -207,7 +208,8 @@ const info = {
207
208
  primary_color_hex: '#0095D7',
208
209
  background_color_hex: '#FFFFFF'
209
210
  }
210
- }]
211
+ }],
212
+ coingecko_id: 'monerium-eur-money'
211
213
  },
212
214
  {
213
215
  description: 'The token of Crowdpunk DAO',
@@ -81,7 +81,8 @@ const info = {
81
81
  logo_URIs: {
82
82
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
83
83
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg'
84
- }
84
+ },
85
+ coingecko_id: 'axlusdc'
85
86
  },
86
87
  {
87
88
  description: 'OSMO transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -125,7 +126,8 @@ const info = {
125
126
  logo_URIs: {
126
127
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
127
128
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
128
- }
129
+ },
130
+ coingecko_id: 'osmosis'
129
131
  },
130
132
  {
131
133
  description: 'stOSMO transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -169,7 +171,8 @@ const info = {
169
171
  logo_URIs: {
170
172
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
171
173
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
172
- }
174
+ },
175
+ coingecko_id: 'stride-staked-osmo'
173
176
  },
174
177
  {
175
178
  description: 'ATOM transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -213,7 +216,8 @@ const info = {
213
216
  logo_URIs: {
214
217
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
215
218
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
216
- }
219
+ },
220
+ coingecko_id: 'cosmos'
217
221
  },
218
222
  {
219
223
  description: 'stATOM transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -257,7 +261,8 @@ const info = {
257
261
  logo_URIs: {
258
262
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
259
263
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
260
- }
264
+ },
265
+ coingecko_id: 'stride-staked-atom'
261
266
  },
262
267
  {
263
268
  description: 'WETH transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -303,7 +308,8 @@ const info = {
303
308
  logo_URIs: {
304
309
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.png',
305
310
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.svg'
306
- }
311
+ },
312
+ coingecko_id: 'axlweth'
307
313
  },
308
314
  {
309
315
  description: 'WBTC transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -352,7 +358,8 @@ const info = {
352
358
  logo_URIs: {
353
359
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png',
354
360
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg'
355
- }
361
+ },
362
+ coingecko_id: 'axlwbtc'
356
363
  },
357
364
  {
358
365
  description: 'AKT transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -396,7 +403,8 @@ const info = {
396
403
  logo_URIs: {
397
404
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
398
405
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
399
- }
406
+ },
407
+ coingecko_id: 'akash-network'
400
408
  },
401
409
  {
402
410
  description: 'AXL transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -440,7 +448,8 @@ const info = {
440
448
  logo_URIs: {
441
449
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
442
450
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
443
- }
451
+ },
452
+ coingecko_id: 'axelar'
444
453
  },
445
454
  {
446
455
  description: 'JUNO transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -484,7 +493,8 @@ const info = {
484
493
  logo_URIs: {
485
494
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
486
495
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
487
- }
496
+ },
497
+ coingecko_id: 'juno-network'
488
498
  },
489
499
  {
490
500
  description: 'EVMOS transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -528,7 +538,8 @@ const info = {
528
538
  logo_URIs: {
529
539
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
530
540
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
531
- }
541
+ },
542
+ coingecko_id: 'evmos'
532
543
  },
533
544
  {
534
545
  description: 'stkATOM transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -572,7 +583,8 @@ const info = {
572
583
  logo_URIs: {
573
584
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
574
585
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
575
- }
586
+ },
587
+ coingecko_id: 'stkatom'
576
588
  },
577
589
  {
578
590
  description: 'SCRT transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -616,7 +628,8 @@ const info = {
616
628
  logo_URIs: {
617
629
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
618
630
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
619
- }
631
+ },
632
+ coingecko_id: 'secret'
620
633
  },
621
634
  {
622
635
  description: 'CRO transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -655,7 +668,8 @@ const info = {
655
668
  }],
656
669
  logo_URIs: {
657
670
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
658
- }
671
+ },
672
+ coingecko_id: 'crypto-com-chain'
659
673
  },
660
674
  {
661
675
  description: 'STARS transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -699,7 +713,8 @@ const info = {
699
713
  logo_URIs: {
700
714
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
701
715
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
702
- }
716
+ },
717
+ coingecko_id: 'stargaze'
703
718
  },
704
719
  {
705
720
  description: 'TIA transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -743,7 +758,8 @@ const info = {
743
758
  logo_URIs: {
744
759
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
745
760
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
746
- }
761
+ },
762
+ coingecko_id: 'celestia'
747
763
  },
748
764
  {
749
765
  description: 'STRD transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -787,7 +803,8 @@ const info = {
787
803
  logo_URIs: {
788
804
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
789
805
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
790
- }
806
+ },
807
+ coingecko_id: 'stride'
791
808
  },
792
809
  {
793
810
  description: 'CUDOS transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -831,7 +848,8 @@ const info = {
831
848
  logo_URIs: {
832
849
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png',
833
850
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg'
834
- }
851
+ },
852
+ coingecko_id: 'cudos'
835
853
  },
836
854
  {
837
855
  description: 'Alloyed BTC transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -965,7 +983,8 @@ const info = {
965
983
  logo_URIs: {
966
984
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
967
985
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
968
- }
986
+ },
987
+ coingecko_id: 'mantra-dao'
969
988
  },
970
989
  {
971
990
  description: 'NTRN transferred from the Neutron mainnet that is supported on the Nolus chain',
@@ -1017,7 +1036,8 @@ const info = {
1017
1036
  logo_URIs: {
1018
1037
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1019
1038
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
1020
- }
1039
+ },
1040
+ coingecko_id: 'neutron-3'
1021
1041
  },
1022
1042
  {
1023
1043
  description: 'DYDX transferred from the Neutron mainnet that is supported on the Nolus chain',
@@ -1061,7 +1081,8 @@ const info = {
1061
1081
  logo_URIs: {
1062
1082
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1063
1083
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
1064
- }
1084
+ },
1085
+ coingecko_id: 'dydx-chain'
1065
1086
  },
1066
1087
  {
1067
1088
  description: 'dATOM transferred from the Neutron mainnet that is supported on the Nolus chain',
@@ -1100,7 +1121,8 @@ const info = {
1100
1121
  }],
1101
1122
  logo_URIs: {
1102
1123
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg'
1103
- }
1124
+ },
1125
+ coingecko_id: 'drop-staked-atom'
1104
1126
  }
1105
1127
  ]
1106
1128
  };
@@ -74,7 +74,8 @@ const info = {
74
74
  logo_URIs: {
75
75
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
76
76
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
77
- }
77
+ },
78
+ coingecko_id: 'cosmos'
78
79
  },
79
80
  {
80
81
  denom_units: [{
@@ -116,7 +117,8 @@ const info = {
116
117
  logo_URIs: {
117
118
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
118
119
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
119
- }
120
+ },
121
+ coingecko_id: 'osmosis'
120
122
  },
121
123
  {
122
124
  denom_units: [{
@@ -158,7 +160,8 @@ const info = {
158
160
  logo_URIs: {
159
161
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
160
162
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
161
- }
163
+ },
164
+ coingecko_id: 'inter-stable-token'
162
165
  },
163
166
  {
164
167
  denom_units: [{
@@ -200,7 +203,8 @@ const info = {
200
203
  logo_URIs: {
201
204
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
202
205
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
203
- }
206
+ },
207
+ coingecko_id: 'axlusdc'
204
208
  },
205
209
  {
206
210
  description: 'Akash Token (AKT) is the Akash Network\'s native utility token',
@@ -243,7 +247,8 @@ const info = {
243
247
  theme: {
244
248
  primary_color_hex: '#bc342c'
245
249
  }
246
- }]
250
+ }],
251
+ coingecko_id: 'akash-network'
247
252
  },
248
253
  {
249
254
  denom_units: [{
@@ -95,7 +95,8 @@ const info = {
95
95
  theme: {
96
96
  primary_color_hex: '#272d45'
97
97
  }
98
- }]
98
+ }],
99
+ coingecko_id: 'cosmos'
99
100
  },
100
101
  {
101
102
  description: 'The OSMO native token of Oraichain.',
@@ -137,7 +138,8 @@ const info = {
137
138
  theme: {
138
139
  primary_color_hex: '#760dbb'
139
140
  }
140
- }]
141
+ }],
142
+ coingecko_id: 'osmosis'
141
143
  },
142
144
  {
143
145
  description: 'The INJ token for the Oraichain.',
@@ -179,7 +181,8 @@ const info = {
179
181
  theme: {
180
182
  primary_color_hex: '#04a2fc'
181
183
  }
182
- }]
184
+ }],
185
+ coingecko_id: 'injective-protocol'
183
186
  },
184
187
  {
185
188
  description: 'The Wrapped INJ token for the Oraichain.',