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
@@ -258,7 +258,8 @@ const info = {
258
258
  },
259
259
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
260
260
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
261
- }]
261
+ }],
262
+ coingecko_id: 'juno-network'
262
263
  },
263
264
  {
264
265
  description: 'The native token of Mars Protocol',
@@ -368,7 +369,8 @@ const info = {
368
369
  circle: true,
369
370
  primary_color_hex: '#2775CA'
370
371
  }
371
- }]
372
+ }],
373
+ coingecko_id: 'usd-coin'
372
374
  },
373
375
  {
374
376
  description: 'Akash Token (AKT) is the Akash Network\'s native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
@@ -458,7 +460,8 @@ const info = {
458
460
  theme: {
459
461
  primary_color_hex: '#335350'
460
462
  }
461
- }]
463
+ }],
464
+ coingecko_id: 'kyve-network'
462
465
  },
463
466
  {
464
467
  description: 'QCK - native token of Quicksilver',
@@ -497,7 +500,8 @@ const info = {
497
500
  base_denom: 'uqck'
498
501
  },
499
502
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
500
- }]
503
+ }],
504
+ coingecko_id: 'quicksilver'
501
505
  },
502
506
  {
503
507
  description: 'The XPRT token is primarily a governance token for the Persistence chain.',
@@ -537,7 +541,8 @@ const info = {
537
541
  },
538
542
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
539
543
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
540
- }]
544
+ }],
545
+ coingecko_id: 'persistence'
541
546
  },
542
547
  {
543
548
  description: 'The native token of Saga Testnet',
@@ -628,7 +633,8 @@ const info = {
628
633
  theme: {
629
634
  primary_color_hex: '#2c4484'
630
635
  }
631
- }]
636
+ }],
637
+ coingecko_id: 'ixo'
632
638
  },
633
639
  {
634
640
  denom_units: [{
@@ -88,7 +88,8 @@ const info = {
88
88
  circle: true,
89
89
  primary_color_hex: '#2775CA'
90
90
  }
91
- }]
91
+ }],
92
+ coingecko_id: 'usd-coin'
92
93
  },
93
94
  {
94
95
  description: 'Wrapped Bitcoin (BTC) is BTC token bridged from Bitcoin to titan chain through Titan bridge https://dev.titanearn.com/bridge',
@@ -37,7 +37,8 @@ const info = {
37
37
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
38
38
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg'
39
39
  },
40
- type_asset: 'sdk.coin'
40
+ type_asset: 'sdk.coin',
41
+ coingecko_id: 'unification'
41
42
  }]
42
43
  };
43
44
  export default info;
@@ -62,7 +62,8 @@ const info = {
62
62
  logo_URIs: {
63
63
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
64
64
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
65
- }
65
+ },
66
+ coingecko_id: 'axelar'
66
67
  },
67
68
  {
68
69
  denom_units: [{
@@ -101,7 +102,8 @@ const info = {
101
102
  logo_URIs: {
102
103
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
103
104
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
104
- }
105
+ },
106
+ coingecko_id: 'osmosis'
105
107
  },
106
108
  {
107
109
  denom_units: [{
@@ -184,7 +186,8 @@ const info = {
184
186
  logo_URIs: {
185
187
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
186
188
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
187
- }
189
+ },
190
+ coingecko_id: 'injective-protocol'
188
191
  }
189
192
  ]
190
193
  };
@@ -37,20 +37,20 @@ const info = {
37
37
  genesis: {
38
38
  genesis_url: 'https://main.agoric.net/genesis.json'
39
39
  },
40
- recommended_version: 'agoric-upgrade-18',
41
- compatible_versions: ['agoric-upgrade-18'],
40
+ recommended_version: 'agoric-upgrade-18a',
41
+ compatible_versions: ['agoric-upgrade-18a'],
42
42
  consensus: {
43
43
  type: 'cometbft',
44
- version: 'v0.34.30',
44
+ version: 'v0.34.35',
45
45
  repo: 'https://github.com/agoric-labs/cometbft',
46
- tag: 'v0.34.30-alpha.agoric.2'
46
+ tag: 'v0.34.35-alpha.agoric.3'
47
47
  },
48
48
  cosmwasm: {
49
49
  enabled: false
50
50
  },
51
51
  language: {
52
52
  type: 'go',
53
- version: '1.20.2'
53
+ version: '1.22.12'
54
54
  },
55
55
  sdk: {
56
56
  type: 'cosmos',
@@ -161,7 +161,8 @@ const info = {
161
161
  theme: {
162
162
  primary_color_hex: '#3454bc'
163
163
  }
164
- }]
164
+ }],
165
+ coingecko_id: 'vidulum'
165
166
  },
166
167
  {
167
168
  description: 'Astrovault AXV',
@@ -276,7 +277,8 @@ const info = {
276
277
  circle: true,
277
278
  primary_color_hex: '#2775CA'
278
279
  }
279
- }]
280
+ }],
281
+ coingecko_id: 'usd-coin'
280
282
  },
281
283
  {
282
284
  description: 'Wrapped USDC (Noble)',
@@ -110,7 +110,8 @@ const info = {
110
110
  logo_URIs: {
111
111
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
112
112
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
113
- }
113
+ },
114
+ coingecko_id: 'osmosis'
114
115
  },
115
116
  {
116
117
  description: 'Crypto2Mars Community Token',
@@ -184,7 +185,8 @@ const info = {
184
185
  theme: {
185
186
  primary_color_hex: '#fc4c04'
186
187
  }
187
- }]
188
+ }],
189
+ coingecko_id: 'archway'
188
190
  },
189
191
  {
190
192
  description: 'USDC from Noble',
@@ -229,7 +231,8 @@ const info = {
229
231
  logo_URIs: {
230
232
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
231
233
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
232
- }
234
+ },
235
+ coingecko_id: 'usd-coin'
233
236
  },
234
237
  {
235
238
  description: 'The Spice memecoin',
@@ -269,7 +272,8 @@ const info = {
269
272
  channel_id: 'channel-0',
270
273
  path: 'transfer/channel-0/factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice'
271
274
  }
272
- }]
275
+ }],
276
+ coingecko_id: 'spice-2'
273
277
  },
274
278
  {
275
279
  description: 'JKL from Jackal Network',
@@ -312,7 +316,8 @@ const info = {
312
316
  logo_URIs: {
313
317
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.png',
314
318
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg'
315
- }
319
+ },
320
+ coingecko_id: 'jackal-protocol'
316
321
  },
317
322
  {
318
323
  description: 'FLIX from OmniFlix Network',
@@ -355,7 +360,8 @@ const info = {
355
360
  logo_URIs: {
356
361
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
357
362
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
358
- }
363
+ },
364
+ coingecko_id: 'omniflix-network'
359
365
  },
360
366
  {
361
367
  description: 'The Sherpa memecoin',
@@ -481,7 +487,8 @@ const info = {
481
487
  socials: {
482
488
  website: 'https://posthuman.digital/',
483
489
  twitter: 'https://twitter.com/POSTHUMAN_DVS'
484
- }
490
+ },
491
+ coingecko_id: 'posthuman'
485
492
  }
486
493
  ]
487
494
  };
@@ -357,7 +357,8 @@ const info = {
357
357
  theme: {
358
358
  primary_color_hex: '#db2777'
359
359
  }
360
- }]
360
+ }],
361
+ coingecko_id: 'stargaze'
361
362
  },
362
363
  {
363
364
  description: 'LUNA token on Carbon',
@@ -400,7 +401,8 @@ const info = {
400
401
  theme: {
401
402
  primary_color_hex: '#f4de6f'
402
403
  }
403
- }]
404
+ }],
405
+ coingecko_id: 'terra-luna-2'
404
406
  },
405
407
  {
406
408
  description: 'TIA token on Carbon',
@@ -443,7 +445,8 @@ const info = {
443
445
  logo_URIs: {
444
446
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
445
447
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
446
- }
448
+ },
449
+ coingecko_id: 'celestia'
447
450
  },
448
451
  {
449
452
  description: 'MilkTIA token on Carbon',
@@ -486,7 +489,8 @@ const info = {
486
489
  theme: {
487
490
  primary_color_hex: '#d18dfc'
488
491
  }
489
- }]
492
+ }],
493
+ coingecko_id: 'milkyway-staked-tia'
490
494
  },
491
495
  {
492
496
  description: 'STRD token on Carbon',
@@ -529,7 +533,8 @@ const info = {
529
533
  theme: {
530
534
  primary_color_hex: '#e4047c'
531
535
  }
532
- }]
536
+ }],
537
+ coingecko_id: 'stride'
533
538
  },
534
539
  {
535
540
  description: 'EVMOS token on Carbon',
@@ -572,7 +577,8 @@ const info = {
572
577
  theme: {
573
578
  primary_color_hex: '#ec4c34'
574
579
  }
575
- }]
580
+ }],
581
+ coingecko_id: 'evmos'
576
582
  },
577
583
  {
578
584
  description: 'IRIS token on Carbon',
@@ -615,7 +621,8 @@ const info = {
615
621
  theme: {
616
622
  primary_color_hex: '#5664ad'
617
623
  }
618
- }]
624
+ }],
625
+ coingecko_id: 'iris-network'
619
626
  },
620
627
  {
621
628
  description: 'KUJI token on Carbon',
@@ -658,7 +665,8 @@ const info = {
658
665
  theme: {
659
666
  primary_color_hex: '#e33b34'
660
667
  }
661
- }]
668
+ }],
669
+ coingecko_id: 'kujira'
662
670
  },
663
671
  {
664
672
  description: 'stOSMO token on Carbon',
@@ -701,7 +709,8 @@ const info = {
701
709
  theme: {
702
710
  primary_color_hex: '#e40474'
703
711
  }
704
- }]
712
+ }],
713
+ coingecko_id: 'stride-staked-osmo'
705
714
  },
706
715
  {
707
716
  description: 'CANTO token on Carbon',
@@ -744,7 +753,8 @@ const info = {
744
753
  theme: {
745
754
  primary_color_hex: '#1c1f1f'
746
755
  }
747
- }]
756
+ }],
757
+ coingecko_id: 'canto'
748
758
  },
749
759
  {
750
760
  description: 'Cosmos governance token on Carbon',
@@ -787,7 +797,8 @@ const info = {
787
797
  theme: {
788
798
  primary_color_hex: '#272d45'
789
799
  }
790
- }]
800
+ }],
801
+ coingecko_id: 'cosmos'
791
802
  },
792
803
  {
793
804
  description: 'stATOM token on Carbon',
@@ -830,7 +841,8 @@ const info = {
830
841
  theme: {
831
842
  primary_color_hex: '#e40474'
832
843
  }
833
- }]
844
+ }],
845
+ coingecko_id: 'stride-staked-atom'
834
846
  },
835
847
  {
836
848
  description: 'OSMO token on Carbon',
@@ -873,7 +885,8 @@ const info = {
873
885
  theme: {
874
886
  primary_color_hex: '#760dbb'
875
887
  }
876
- }]
888
+ }],
889
+ coingecko_id: 'osmosis'
877
890
  },
878
891
  {
879
892
  description: 'USDC (ERC20) token on Carbon',
@@ -33,15 +33,15 @@ const info = {
33
33
  },
34
34
  codebase: {
35
35
  git_repo: 'https://github.com/CoreumFoundation/coreum',
36
- recommended_version: 'v3.0.3',
37
- compatible_versions: ['v3.0.3'],
36
+ recommended_version: 'v4.1.2',
37
+ compatible_versions: ['v4.1.2'],
38
38
  binaries: {
39
- "linux/amd64": 'https://github.com/CoreumFoundation/coreum/releases/download/v3.0.3/cored-linux-amd64?checksum=sha256:1719a32e6f8e8813d00cd86e1d8d02e893324d4f59fa7a1b8cedc5836140ecef',
40
- "linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/v3.0.3/cored-linux-arm64?checksum=sha256:cfbbad6803c0327407e4dd222a108505e6ff9e294d7c86e34b6b895b96b61bbd'
39
+ "linux/amd64": 'https://github.com/CoreumFoundation/coreum/releases/download/v4.1.2/cored-linux-amd64?checksum=sha256:872b1eb6f2a77651401c7555b6b54eb2599e5de614acfcebeffce4384e7ab97a',
40
+ "linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/v4.1.2/cored-linux-arm64?checksum=sha256:0be2851639208dee0803b7a4a43c847770a5961afcd66644ead32e78f530f5ca'
41
41
  },
42
42
  consensus: {
43
43
  type: 'cometbft',
44
- version: '0.37'
44
+ version: '0.38'
45
45
  },
46
46
  genesis: {
47
47
  name: 'v1',
@@ -52,7 +52,7 @@ const info = {
52
52
  version: '0.47'
53
53
  },
54
54
  cosmwasm: {
55
- version: '0.44',
55
+ version: '0.45',
56
56
  enabled: true
57
57
  }
58
58
  },
@@ -78,7 +78,8 @@ const info = {
78
78
  logo_URIs: {
79
79
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
80
80
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
81
- }
81
+ },
82
+ coingecko_id: 'tether'
82
83
  },
83
84
  {
84
85
  description: 'FX on Cosmos Hub',
@@ -118,7 +119,8 @@ const info = {
118
119
  logo_URIs: {
119
120
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
120
121
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
121
- }
122
+ },
123
+ coingecko_id: 'fx-coin'
122
124
  },
123
125
  {
124
126
  description: 'The token of Crowdpunk DAO',
@@ -1642,6 +1642,35 @@ const info = [
1642
1642
  tags: {}
1643
1643
  }]
1644
1644
  },
1645
+ {
1646
+ $schema: '../ibc_data.schema.json',
1647
+ chain_1: {
1648
+ chain_name: 'cosmoshub',
1649
+ client_id: '07-tendermint-1353',
1650
+ connection_id: 'connection-1090'
1651
+ },
1652
+ chain_2: {
1653
+ chain_name: 'sidechain',
1654
+ client_id: '07-tendermint-12',
1655
+ connection_id: 'connection-3'
1656
+ },
1657
+ channels: [{
1658
+ chain_1: {
1659
+ channel_id: 'channel-1318',
1660
+ port_id: 'transfer'
1661
+ },
1662
+ chain_2: {
1663
+ channel_id: 'channel-2',
1664
+ port_id: 'transfer'
1665
+ },
1666
+ ordering: 'unordered',
1667
+ version: 'ics20-1',
1668
+ tags: {
1669
+ status: 'live',
1670
+ preferred: true
1671
+ }
1672
+ }]
1673
+ },
1645
1674
  {
1646
1675
  $schema: '../ibc_data.schema.json',
1647
1676
  chain_1: {
@@ -35,7 +35,8 @@ const info = {
35
35
  logo_URIs: {
36
36
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
37
37
  },
38
- type_asset: 'sdk.coin'
38
+ type_asset: 'sdk.coin',
39
+ coingecko_id: 'crypto-com-chain'
39
40
  }, {
40
41
  description: 'Tether USDt on Cronos',
41
42
  denom_units: [{
@@ -78,7 +79,8 @@ const info = {
78
79
  logo_URIs: {
79
80
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
80
81
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
81
- }
82
+ },
83
+ coingecko_id: 'tether'
82
84
  }]
83
85
  };
84
86
  exports.default = info;
@@ -80,7 +80,8 @@ const info = {
80
80
  logo_URIs: {
81
81
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
82
82
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
83
- }
83
+ },
84
+ coingecko_id: 'usd-coin'
84
85
  }]
85
86
  };
86
87
  exports.default = info;
@@ -82,7 +82,8 @@ const info = {
82
82
  logo_URIs: {
83
83
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
84
84
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
85
- }
85
+ },
86
+ coingecko_id: 'nim-network'
86
87
  },
87
88
  {
88
89
  description: 'The native token of Mande Network.',
@@ -131,7 +132,8 @@ const info = {
131
132
  logo_URIs: {
132
133
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
133
134
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg'
134
- }
135
+ },
136
+ coingecko_id: 'mande-network'
135
137
  }
136
138
  ]
137
139
  };
@@ -68,7 +68,8 @@ const info = {
68
68
  logo_URIs: {
69
69
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
70
70
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
71
- }
71
+ },
72
+ coingecko_id: 'osmosis'
72
73
  },
73
74
  {
74
75
  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/wbtc.axl.png',
118
119
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg'
119
- }
120
+ },
121
+ coingecko_id: 'axlwbtc'
120
122
  },
121
123
  {
122
124
  denom_units: [{
@@ -165,7 +167,8 @@ const info = {
165
167
  logo_URIs: {
166
168
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
167
169
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg'
168
- }
170
+ },
171
+ coingecko_id: 'axlusdc'
169
172
  }
170
173
  ]
171
174
  };
@@ -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
  denom_units: [{
@@ -149,7 +150,8 @@ const info = {
149
150
  logo_URIs: {
150
151
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
151
152
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
152
- }
153
+ },
154
+ coingecko_id: 'cosmos'
153
155
  },
154
156
  {
155
157
  description: 'Axelar Network Token',
@@ -192,7 +194,8 @@ const info = {
192
194
  logo_URIs: {
193
195
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
194
196
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
195
- }
197
+ },
198
+ coingecko_id: 'axelar'
196
199
  },
197
200
  {
198
201
  description: 'Akash Network Token',
@@ -235,7 +238,8 @@ const info = {
235
238
  logo_URIs: {
236
239
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
237
240
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
238
- }
241
+ },
242
+ coingecko_id: 'akash-network'
239
243
  },
240
244
  {
241
245
  description: 'Celestia Network Token',
@@ -278,7 +282,8 @@ const info = {
278
282
  logo_URIs: {
279
283
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
280
284
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
281
- }
285
+ },
286
+ coingecko_id: 'celestia'
282
287
  },
283
288
  {
284
289
  description: 'Xion Network Token',
@@ -319,7 +324,8 @@ const info = {
319
324
  }],
320
325
  logo_URIs: {
321
326
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
322
- }
327
+ },
328
+ coingecko_id: 'xion-2'
323
329
  },
324
330
  {
325
331
  description: 'Saga Network Token',
@@ -370,7 +376,8 @@ const info = {
370
376
  logo_URIs: {
371
377
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png',
372
378
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg'
373
- }
379
+ },
380
+ coingecko_id: 'saga-2'
374
381
  }
375
382
  ]
376
383
  };
@@ -77,7 +77,8 @@ const info = {
77
77
  logo_URIs: {
78
78
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
79
79
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
80
- }
80
+ },
81
+ coingecko_id: 'tether'
81
82
  },
82
83
  {
83
84
  description: 'The token of Neokingdom DAO.',
@@ -78,7 +78,8 @@ const info = {
78
78
  logo_URIs: {
79
79
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
80
80
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
81
- }
81
+ },
82
+ coingecko_id: 'tether'
82
83
  },
83
84
  {
84
85
  description: 'Tether USDt from Ethereum via Peggy bridge.',
@@ -537,7 +538,8 @@ const info = {
537
538
  logo_URIs: {
538
539
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
539
540
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
540
- }
541
+ },
542
+ coingecko_id: 'astroport-fi'
541
543
  },
542
544
  {
543
545
  description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
@@ -788,7 +790,8 @@ const info = {
788
790
  }
789
791
  }, {
790
792
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
791
- }]
793
+ }],
794
+ coingecko_id: 'usd-coin'
792
795
  },
793
796
  {
794
797
  description: 'The most degenerate NFT on Injective. Gravedigger collection for $bINJ. Giving power back to the community.',