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
@@ -271,7 +271,8 @@ const info = {
271
271
  logo_URIs: {
272
272
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
273
273
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
274
- }
274
+ },
275
+ coingecko_id: 'tether'
275
276
  },
276
277
  {
277
278
  description: 'The staking and governance token of Fuzion',
@@ -571,7 +572,8 @@ const info = {
571
572
  logo_URIs: {
572
573
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
573
574
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
574
- }
575
+ },
576
+ coingecko_id: 'evmos'
575
577
  },
576
578
  {
577
579
  denom_units: [{
@@ -649,7 +651,8 @@ const info = {
649
651
  logo_URIs: {
650
652
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
651
653
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
652
- }
654
+ },
655
+ coingecko_id: 'usd-coin'
653
656
  },
654
657
  {
655
658
  denom_units: [{
@@ -690,7 +693,8 @@ const info = {
690
693
  logo_URIs: {
691
694
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
692
695
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
693
- }
696
+ },
697
+ coingecko_id: 'osmosis'
694
698
  },
695
699
  {
696
700
  denom_units: [{
@@ -731,7 +735,8 @@ const info = {
731
735
  logo_URIs: {
732
736
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
733
737
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
734
- }
738
+ },
739
+ coingecko_id: 'axlusdc'
735
740
  },
736
741
  {
737
742
  denom_units: [{
@@ -772,7 +777,8 @@ const info = {
772
777
  logo_URIs: {
773
778
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
774
779
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
775
- }
780
+ },
781
+ coingecko_id: 'comdex'
776
782
  },
777
783
  {
778
784
  denom_units: [{
@@ -813,7 +819,8 @@ const info = {
813
819
  logo_URIs: {
814
820
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
815
821
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
816
- }
822
+ },
823
+ coingecko_id: 'juno-network'
817
824
  },
818
825
  {
819
826
  denom_units: [{
@@ -852,7 +859,8 @@ const info = {
852
859
  }],
853
860
  logo_URIs: {
854
861
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
855
- }
862
+ },
863
+ coingecko_id: 'axlweth'
856
864
  },
857
865
  {
858
866
  denom_units: [{
@@ -893,7 +901,8 @@ const info = {
893
901
  logo_URIs: {
894
902
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
895
903
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
896
- }
904
+ },
905
+ coingecko_id: 'cosmos'
897
906
  },
898
907
  {
899
908
  denom_units: [{
@@ -934,7 +943,8 @@ const info = {
934
943
  logo_URIs: {
935
944
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
936
945
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
937
- }
946
+ },
947
+ coingecko_id: 'terra-luna-2'
938
948
  },
939
949
  {
940
950
  denom_units: [{
@@ -975,7 +985,8 @@ const info = {
975
985
  logo_URIs: {
976
986
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
977
987
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
978
- }
988
+ },
989
+ coingecko_id: 'stargaze'
979
990
  },
980
991
  {
981
992
  denom_units: [{
@@ -1016,7 +1027,8 @@ const info = {
1016
1027
  logo_URIs: {
1017
1028
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
1018
1029
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
1019
- }
1030
+ },
1031
+ coingecko_id: 'secret'
1020
1032
  },
1021
1033
  {
1022
1034
  denom_units: [{
@@ -1059,7 +1071,8 @@ const info = {
1059
1071
  logo_URIs: {
1060
1072
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
1061
1073
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
1062
- }
1074
+ },
1075
+ coingecko_id: 'stkatom'
1063
1076
  },
1064
1077
  {
1065
1078
  description: 'BackBone Labs Liquid Staked KUJI',
@@ -1223,7 +1236,8 @@ const info = {
1223
1236
  theme: {
1224
1237
  primary_color_hex: '#e40474'
1225
1238
  }
1226
- }]
1239
+ }],
1240
+ coingecko_id: 'stride-staked-atom'
1227
1241
  },
1228
1242
  {
1229
1243
  description: 'Stride staked OSMO',
@@ -1265,7 +1279,8 @@ const info = {
1265
1279
  theme: {
1266
1280
  primary_color_hex: '#e40474'
1267
1281
  }
1268
- }]
1282
+ }],
1283
+ coingecko_id: 'stride-staked-osmo'
1269
1284
  },
1270
1285
  {
1271
1286
  description: 'LP Bow: DOT.axl-MNTA',
@@ -100,7 +100,8 @@ const info = {
100
100
  circle: true,
101
101
  primary_color_hex: '#2775CA'
102
102
  }
103
- }]
103
+ }],
104
+ coingecko_id: 'usd-coin'
104
105
  },
105
106
  {
106
107
  description: 'Ondo US Dollar Yield',
@@ -276,7 +277,8 @@ const info = {
276
277
  theme: {
277
278
  primary_color_hex: '#db2777'
278
279
  }
279
- }]
280
+ }],
281
+ coingecko_id: 'stargaze'
280
282
  },
281
283
  {
282
284
  description: 'The native token of Axelar',
@@ -319,7 +321,8 @@ const info = {
319
321
  theme: {
320
322
  primary_color_hex: '#040404'
321
323
  }
322
- }]
324
+ }],
325
+ coingecko_id: 'axelar'
323
326
  }
324
327
  ]
325
328
  };
@@ -39,7 +39,8 @@ const info = {
39
39
  website: 'https://www.marsprotocol.io/',
40
40
  twitter: 'https://twitter.com/mars_protocol'
41
41
  },
42
- type_asset: 'sdk.coin'
42
+ type_asset: 'sdk.coin',
43
+ coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3'
43
44
  }]
44
45
  };
45
46
  exports.default = info;
@@ -173,7 +173,8 @@ const info = {
173
173
  primary_color_hex: '#2b2434'
174
174
  }
175
175
  }],
176
- type_asset: 'sdk.coin'
176
+ type_asset: 'sdk.coin',
177
+ coingecko_id: 'racoon'
177
178
  },
178
179
  {
179
180
  description: 'ASH',
@@ -238,7 +239,8 @@ const info = {
238
239
  logo_URIs: {
239
240
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
240
241
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
241
- }
242
+ },
243
+ coingecko_id: 'tether'
242
244
  },
243
245
  {
244
246
  description: 'Auto componded USDC despoited into Ginkou on Migaloo chain',
@@ -766,7 +768,8 @@ const info = {
766
768
  socials: {
767
769
  website: 'https://www.cryptodungeon.org',
768
770
  twitter: 'https://twitter.com/cryptodungeonma'
769
- }
771
+ },
772
+ coingecko_id: 'dragon-coin-2'
770
773
  },
771
774
  {
772
775
  description: 'WHALE-wBTC.osmo LP White Whale Migaloo',
@@ -77,7 +77,8 @@ const info = {
77
77
  theme: {
78
78
  primary_color_hex: '#7c2cfb'
79
79
  }
80
- }]
80
+ }],
81
+ coingecko_id: 'celestia'
81
82
  },
82
83
  {
83
84
  description: 'The native token of the Celestia blockchain.',
@@ -131,7 +132,8 @@ const info = {
131
132
  theme: {
132
133
  primary_color_hex: '#7c2cfb'
133
134
  }
134
- }]
135
+ }],
136
+ coingecko_id: 'celestia'
135
137
  },
136
138
  {
137
139
  description: 'MilkyWay\'s liquid staked TIA',
@@ -377,7 +379,8 @@ const info = {
377
379
  circle: true,
378
380
  primary_color_hex: '#2775CA'
379
381
  }
380
- }]
382
+ }],
383
+ coingecko_id: 'usd-coin'
381
384
  }
382
385
  ]
383
386
  };
@@ -79,7 +79,8 @@ const info = {
79
79
  logo_URIs: {
80
80
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
81
81
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
82
- }
82
+ },
83
+ coingecko_id: 'cosmos'
83
84
  },
84
85
  {
85
86
  description: 'IBC Axelar uusdc through axelar-dojo-1 transfer/channel-2',
@@ -122,7 +123,8 @@ const info = {
122
123
  logo_URIs: {
123
124
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
124
125
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
125
- }
126
+ },
127
+ coingecko_id: 'axlusdc'
126
128
  },
127
129
  {
128
130
  description: 'Tia on Neutron',
@@ -165,7 +167,8 @@ const info = {
165
167
  logo_URIs: {
166
168
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
167
169
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
168
- }
170
+ },
171
+ coingecko_id: 'celestia'
169
172
  },
170
173
  {
171
174
  description: 'Astropepe meme coin',
@@ -265,7 +268,8 @@ const info = {
265
268
  logo_URIs: {
266
269
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
267
270
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
268
- }
271
+ },
272
+ coingecko_id: 'dydx-chain'
269
273
  },
270
274
  {
271
275
  description: 'The cutest NEWT token on Neutron chain.',
@@ -397,7 +401,8 @@ const info = {
397
401
  }],
398
402
  logo_URIs: {
399
403
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
400
- }
404
+ },
405
+ coingecko_id: 'astroport-fi'
401
406
  },
402
407
  {
403
408
  description: 'Baby Corgi is the real doggo of Neutron!',
@@ -590,7 +595,8 @@ const info = {
590
595
  logo_URIs: {
591
596
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
592
597
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
593
- }
598
+ },
599
+ coingecko_id: 'nolus'
594
600
  },
595
601
  {
596
602
  description: 'A Mechanical Canine',
@@ -1221,7 +1227,8 @@ const info = {
1221
1227
  theme: {
1222
1228
  primary_color_hex: '#41394d'
1223
1229
  }
1224
- }]
1230
+ }],
1231
+ coingecko_id: 'axlwbtc'
1225
1232
  },
1226
1233
  {
1227
1234
  description: 'Astrovault xATOM on Neutron Chain',
@@ -123,7 +123,8 @@ const info = {
123
123
  channel_id: 'channel-2',
124
124
  path: 'transfer/channel-2/uusdc'
125
125
  }
126
- }]
126
+ }],
127
+ coingecko_id: 'usd-coin'
127
128
  },
128
129
  {
129
130
  name: 'Astrovault token',
@@ -99,7 +99,8 @@ const info = {
99
99
  theme: {
100
100
  primary_color_hex: '#272d45'
101
101
  }
102
- }]
102
+ }],
103
+ coingecko_id: 'cosmos'
103
104
  },
104
105
  {
105
106
  description: 'USD Coin',
@@ -209,7 +210,8 @@ const info = {
209
210
  primary_color_hex: '#0095D7',
210
211
  background_color_hex: '#FFFFFF'
211
212
  }
212
- }]
213
+ }],
214
+ coingecko_id: 'monerium-eur-money'
213
215
  },
214
216
  {
215
217
  description: 'The token of Crowdpunk DAO',
@@ -83,7 +83,8 @@ const info = {
83
83
  logo_URIs: {
84
84
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
85
85
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg'
86
- }
86
+ },
87
+ coingecko_id: 'axlusdc'
87
88
  },
88
89
  {
89
90
  description: 'OSMO transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -127,7 +128,8 @@ const info = {
127
128
  logo_URIs: {
128
129
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
129
130
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
130
- }
131
+ },
132
+ coingecko_id: 'osmosis'
131
133
  },
132
134
  {
133
135
  description: 'stOSMO transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -171,7 +173,8 @@ const info = {
171
173
  logo_URIs: {
172
174
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
173
175
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
174
- }
176
+ },
177
+ coingecko_id: 'stride-staked-osmo'
175
178
  },
176
179
  {
177
180
  description: 'ATOM transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -215,7 +218,8 @@ const info = {
215
218
  logo_URIs: {
216
219
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
217
220
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
218
- }
221
+ },
222
+ coingecko_id: 'cosmos'
219
223
  },
220
224
  {
221
225
  description: 'stATOM transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -259,7 +263,8 @@ const info = {
259
263
  logo_URIs: {
260
264
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
261
265
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
262
- }
266
+ },
267
+ coingecko_id: 'stride-staked-atom'
263
268
  },
264
269
  {
265
270
  description: 'WETH transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -305,7 +310,8 @@ const info = {
305
310
  logo_URIs: {
306
311
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.png',
307
312
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.svg'
308
- }
313
+ },
314
+ coingecko_id: 'axlweth'
309
315
  },
310
316
  {
311
317
  description: 'WBTC transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -354,7 +360,8 @@ const info = {
354
360
  logo_URIs: {
355
361
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png',
356
362
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg'
357
- }
363
+ },
364
+ coingecko_id: 'axlwbtc'
358
365
  },
359
366
  {
360
367
  description: 'AKT transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -398,7 +405,8 @@ const info = {
398
405
  logo_URIs: {
399
406
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
400
407
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
401
- }
408
+ },
409
+ coingecko_id: 'akash-network'
402
410
  },
403
411
  {
404
412
  description: 'AXL transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -442,7 +450,8 @@ const info = {
442
450
  logo_URIs: {
443
451
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
444
452
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
445
- }
453
+ },
454
+ coingecko_id: 'axelar'
446
455
  },
447
456
  {
448
457
  description: 'JUNO transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -486,7 +495,8 @@ const info = {
486
495
  logo_URIs: {
487
496
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
488
497
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
489
- }
498
+ },
499
+ coingecko_id: 'juno-network'
490
500
  },
491
501
  {
492
502
  description: 'EVMOS transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -530,7 +540,8 @@ const info = {
530
540
  logo_URIs: {
531
541
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
532
542
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
533
- }
543
+ },
544
+ coingecko_id: 'evmos'
534
545
  },
535
546
  {
536
547
  description: 'stkATOM transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -574,7 +585,8 @@ const info = {
574
585
  logo_URIs: {
575
586
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
576
587
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
577
- }
588
+ },
589
+ coingecko_id: 'stkatom'
578
590
  },
579
591
  {
580
592
  description: 'SCRT transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -618,7 +630,8 @@ const info = {
618
630
  logo_URIs: {
619
631
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
620
632
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
621
- }
633
+ },
634
+ coingecko_id: 'secret'
622
635
  },
623
636
  {
624
637
  description: 'CRO transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -657,7 +670,8 @@ const info = {
657
670
  }],
658
671
  logo_URIs: {
659
672
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
660
- }
673
+ },
674
+ coingecko_id: 'crypto-com-chain'
661
675
  },
662
676
  {
663
677
  description: 'STARS transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -701,7 +715,8 @@ const info = {
701
715
  logo_URIs: {
702
716
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
703
717
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
704
- }
718
+ },
719
+ coingecko_id: 'stargaze'
705
720
  },
706
721
  {
707
722
  description: 'TIA transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -745,7 +760,8 @@ const info = {
745
760
  logo_URIs: {
746
761
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
747
762
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
748
- }
763
+ },
764
+ coingecko_id: 'celestia'
749
765
  },
750
766
  {
751
767
  description: 'STRD transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -789,7 +805,8 @@ const info = {
789
805
  logo_URIs: {
790
806
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
791
807
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
792
- }
808
+ },
809
+ coingecko_id: 'stride'
793
810
  },
794
811
  {
795
812
  description: 'CUDOS transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -833,7 +850,8 @@ const info = {
833
850
  logo_URIs: {
834
851
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png',
835
852
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg'
836
- }
853
+ },
854
+ coingecko_id: 'cudos'
837
855
  },
838
856
  {
839
857
  description: 'Alloyed BTC transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -967,7 +985,8 @@ const info = {
967
985
  logo_URIs: {
968
986
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
969
987
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
970
- }
988
+ },
989
+ coingecko_id: 'mantra-dao'
971
990
  },
972
991
  {
973
992
  description: 'NTRN transferred from the Neutron mainnet that is supported on the Nolus chain',
@@ -1019,7 +1038,8 @@ const info = {
1019
1038
  logo_URIs: {
1020
1039
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1021
1040
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
1022
- }
1041
+ },
1042
+ coingecko_id: 'neutron-3'
1023
1043
  },
1024
1044
  {
1025
1045
  description: 'DYDX transferred from the Neutron mainnet that is supported on the Nolus chain',
@@ -1063,7 +1083,8 @@ const info = {
1063
1083
  logo_URIs: {
1064
1084
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1065
1085
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
1066
- }
1086
+ },
1087
+ coingecko_id: 'dydx-chain'
1067
1088
  },
1068
1089
  {
1069
1090
  description: 'dATOM transferred from the Neutron mainnet that is supported on the Nolus chain',
@@ -1102,7 +1123,8 @@ const info = {
1102
1123
  }],
1103
1124
  logo_URIs: {
1104
1125
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg'
1105
- }
1126
+ },
1127
+ coingecko_id: 'drop-staked-atom'
1106
1128
  }
1107
1129
  ]
1108
1130
  };
@@ -76,7 +76,8 @@ const info = {
76
76
  logo_URIs: {
77
77
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
78
78
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
79
- }
79
+ },
80
+ coingecko_id: 'cosmos'
80
81
  },
81
82
  {
82
83
  denom_units: [{
@@ -118,7 +119,8 @@ const info = {
118
119
  logo_URIs: {
119
120
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
120
121
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
121
- }
122
+ },
123
+ coingecko_id: 'osmosis'
122
124
  },
123
125
  {
124
126
  denom_units: [{
@@ -160,7 +162,8 @@ const info = {
160
162
  logo_URIs: {
161
163
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
162
164
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
163
- }
165
+ },
166
+ coingecko_id: 'inter-stable-token'
164
167
  },
165
168
  {
166
169
  denom_units: [{
@@ -202,7 +205,8 @@ const info = {
202
205
  logo_URIs: {
203
206
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
204
207
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
205
- }
208
+ },
209
+ coingecko_id: 'axlusdc'
206
210
  },
207
211
  {
208
212
  description: 'Akash Token (AKT) is the Akash Network\'s native utility token',
@@ -245,7 +249,8 @@ const info = {
245
249
  theme: {
246
250
  primary_color_hex: '#bc342c'
247
251
  }
248
- }]
252
+ }],
253
+ coingecko_id: 'akash-network'
249
254
  },
250
255
  {
251
256
  denom_units: [{
@@ -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: 'The OSMO native token of Oraichain.',
@@ -139,7 +140,8 @@ const info = {
139
140
  theme: {
140
141
  primary_color_hex: '#760dbb'
141
142
  }
142
- }]
143
+ }],
144
+ coingecko_id: 'osmosis'
143
145
  },
144
146
  {
145
147
  description: 'The INJ token for the Oraichain.',
@@ -181,7 +183,8 @@ const info = {
181
183
  theme: {
182
184
  primary_color_hex: '#04a2fc'
183
185
  }
184
- }]
186
+ }],
187
+ coingecko_id: 'injective-protocol'
185
188
  },
186
189
  {
187
190
  description: 'The Wrapped INJ token for the Oraichain.',