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
@@ -770,6 +770,35 @@ const info = [
770
770
  }
771
771
  }]
772
772
  },
773
+ {
774
+ $schema: '../ibc_data.schema.json',
775
+ chain_1: {
776
+ chain_name: 'injective',
777
+ client_id: '07-tendermint-293',
778
+ connection_id: 'connection-299'
779
+ },
780
+ chain_2: {
781
+ chain_name: 'sidechain',
782
+ client_id: '07-tendermint-17',
783
+ connection_id: 'connection-5'
784
+ },
785
+ channels: [{
786
+ chain_1: {
787
+ channel_id: 'channel-429',
788
+ port_id: 'transfer'
789
+ },
790
+ chain_2: {
791
+ channel_id: 'channel-4',
792
+ port_id: 'transfer'
793
+ },
794
+ ordering: 'unordered',
795
+ version: 'ics20-1',
796
+ tags: {
797
+ status: 'live',
798
+ preferred: true
799
+ }
800
+ }]
801
+ },
773
802
  {
774
803
  $schema: '../ibc_data.schema.json',
775
804
  chain_1: {
@@ -70,7 +70,8 @@ const info = {
70
70
  theme: {
71
71
  primary_color_hex: '#272d45'
72
72
  }
73
- }]
73
+ }],
74
+ coingecko_id: 'cosmos'
74
75
  },
75
76
  {
76
77
  description: 'USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.',
@@ -110,7 +111,8 @@ const info = {
110
111
  circle: true,
111
112
  primary_color_hex: '#2775CA'
112
113
  }
113
- }]
114
+ }],
115
+ coingecko_id: 'usd-coin'
114
116
  }
115
117
  ]
116
118
  };
@@ -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
  description: 'The native token cw20 for Neta on Juno Chain',
@@ -2159,6 +2160,27 @@ const info = {
2159
2160
  primary_color_hex: '#1c1c1c'
2160
2161
  }
2161
2162
  }]
2163
+ },
2164
+ {
2165
+ description: 'Staking coin of Emporion',
2166
+ denom_units: [{
2167
+ denom: 'factory/juno1zjqsel42pj5e6wvxxw7hjs9gn06yqz4m3ffyua3x2v44m4l8trjsr92q9s/empr',
2168
+ exponent: 0
2169
+ }, {
2170
+ denom: 'EMPR',
2171
+ exponent: 6
2172
+ }],
2173
+ base: 'factory/juno1zjqsel42pj5e6wvxxw7hjs9gn06yqz4m3ffyua3x2v44m4l8trjsr92q9s/empr',
2174
+ name: 'EMPR',
2175
+ display: 'EMPR',
2176
+ symbol: 'EMPR',
2177
+ logo_URIs: {
2178
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empr.png'
2179
+ },
2180
+ images: [{
2181
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empr.png'
2182
+ }],
2183
+ type_asset: 'sdk.coin'
2162
2184
  }
2163
2185
  ]
2164
2186
  };
@@ -176,7 +176,8 @@ const info = {
176
176
  channel_id: 'channel-0',
177
177
  path: 'transfer/channel-0/uusdc'
178
178
  }
179
- }]
179
+ }],
180
+ coingecko_id: 'usd-coin'
180
181
  },
181
182
  {
182
183
  description: 'USDT from injective Chain',
@@ -244,7 +245,8 @@ const info = {
244
245
  channel_id: 'channel-1',
245
246
  path: 'transfer/channel-1/inj'
246
247
  }
247
- }]
248
+ }],
249
+ coingecko_id: 'injective-protocol'
248
250
  },
249
251
  {
250
252
  description: 'Luna from Terra2 Chain',
@@ -278,7 +280,8 @@ const info = {
278
280
  channel_id: 'channel-5',
279
281
  path: 'transfer/channel-5/uluna'
280
282
  }
281
- }]
283
+ }],
284
+ coingecko_id: 'terra-luna-2'
282
285
  },
283
286
  {
284
287
  description: 'Osmosis from Osmosis Chain',
@@ -312,7 +315,8 @@ const info = {
312
315
  channel_id: 'channel-10',
313
316
  path: 'transfer/channel-10/uosmo'
314
317
  }
315
- }]
318
+ }],
319
+ coingecko_id: 'osmosis'
316
320
  },
317
321
  {
318
322
  description: 'Atom from cosmoshub Chain',
@@ -346,7 +350,8 @@ const info = {
346
350
  channel_id: 'channel-7',
347
351
  path: 'transfer/channel-7/uatom'
348
352
  }
349
- }]
353
+ }],
354
+ coingecko_id: 'cosmos'
350
355
  },
351
356
  {
352
357
  description: 'arbitrage receipt token of cUSDT',
@@ -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',
@@ -860,6 +860,35 @@ const info = [
860
860
  }
861
861
  }]
862
862
  },
863
+ {
864
+ $schema: '../ibc_data.schema.json',
865
+ chain_1: {
866
+ chain_name: 'neutron',
867
+ client_id: '07-tendermint-156',
868
+ connection_id: 'connection-116'
869
+ },
870
+ chain_2: {
871
+ chain_name: 'sidechain',
872
+ client_id: '07-tendermint-16',
873
+ connection_id: 'connection-4'
874
+ },
875
+ channels: [{
876
+ chain_1: {
877
+ channel_id: 'channel-6561',
878
+ port_id: 'transfer'
879
+ },
880
+ chain_2: {
881
+ channel_id: 'channel-3',
882
+ port_id: 'transfer'
883
+ },
884
+ ordering: 'unordered',
885
+ version: 'ics20-1',
886
+ tags: {
887
+ status: 'live',
888
+ preferred: true
889
+ }
890
+ }]
891
+ },
863
892
  {
864
893
  $schema: '../ibc_data.schema.json',
865
894
  chain_1: {
@@ -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',