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
@@ -39,7 +39,8 @@ const info = {
39
39
  primary_color_hex: '#335350'
40
40
  }
41
41
  }],
42
- type_asset: 'sdk.coin'
42
+ type_asset: 'sdk.coin',
43
+ coingecko_id: 'kyve-network'
43
44
  }]
44
45
  };
45
46
  exports.default = info;
@@ -31,7 +31,8 @@ const info = {
31
31
  },
32
32
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ankr.svg'
33
33
  }],
34
- type_asset: 'sdk.coin'
34
+ type_asset: 'sdk.coin',
35
+ coingecko_id: 'ankr'
35
36
  }]
36
37
  };
37
38
  exports.default = info;
@@ -37,7 +37,8 @@ const info = {
37
37
  primary_color_hex: '#335350'
38
38
  }
39
39
  }],
40
- type_asset: 'sdk.coin'
40
+ type_asset: 'sdk.coin',
41
+ coingecko_id: 'kyve-network'
41
42
  }]
42
43
  };
43
44
  export default info;
@@ -29,7 +29,8 @@ const info = {
29
29
  },
30
30
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ankr.svg'
31
31
  }],
32
- type_asset: 'sdk.coin'
32
+ type_asset: 'sdk.coin',
33
+ coingecko_id: 'ankr'
33
34
  }]
34
35
  };
35
36
  export default info;
@@ -35,20 +35,20 @@ const info = {
35
35
  genesis: {
36
36
  genesis_url: 'https://main.agoric.net/genesis.json'
37
37
  },
38
- recommended_version: 'agoric-upgrade-18',
39
- compatible_versions: ['agoric-upgrade-18'],
38
+ recommended_version: 'agoric-upgrade-18a',
39
+ compatible_versions: ['agoric-upgrade-18a'],
40
40
  consensus: {
41
41
  type: 'cometbft',
42
- version: 'v0.34.30',
42
+ version: 'v0.34.35',
43
43
  repo: 'https://github.com/agoric-labs/cometbft',
44
- tag: 'v0.34.30-alpha.agoric.2'
44
+ tag: 'v0.34.35-alpha.agoric.3'
45
45
  },
46
46
  cosmwasm: {
47
47
  enabled: false
48
48
  },
49
49
  language: {
50
50
  type: 'go',
51
- version: '1.20.2'
51
+ version: '1.22.12'
52
52
  },
53
53
  sdk: {
54
54
  type: 'cosmos',
@@ -159,7 +159,8 @@ const info = {
159
159
  theme: {
160
160
  primary_color_hex: '#3454bc'
161
161
  }
162
- }]
162
+ }],
163
+ coingecko_id: 'vidulum'
163
164
  },
164
165
  {
165
166
  description: 'Astrovault AXV',
@@ -274,7 +275,8 @@ const info = {
274
275
  circle: true,
275
276
  primary_color_hex: '#2775CA'
276
277
  }
277
- }]
278
+ }],
279
+ coingecko_id: 'usd-coin'
278
280
  },
279
281
  {
280
282
  description: 'Wrapped USDC (Noble)',
@@ -108,7 +108,8 @@ const info = {
108
108
  logo_URIs: {
109
109
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
110
110
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
111
- }
111
+ },
112
+ coingecko_id: 'osmosis'
112
113
  },
113
114
  {
114
115
  description: 'Crypto2Mars Community Token',
@@ -182,7 +183,8 @@ const info = {
182
183
  theme: {
183
184
  primary_color_hex: '#fc4c04'
184
185
  }
185
- }]
186
+ }],
187
+ coingecko_id: 'archway'
186
188
  },
187
189
  {
188
190
  description: 'USDC from Noble',
@@ -227,7 +229,8 @@ const info = {
227
229
  logo_URIs: {
228
230
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
229
231
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
230
- }
232
+ },
233
+ coingecko_id: 'usd-coin'
231
234
  },
232
235
  {
233
236
  description: 'The Spice memecoin',
@@ -267,7 +270,8 @@ const info = {
267
270
  channel_id: 'channel-0',
268
271
  path: 'transfer/channel-0/factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice'
269
272
  }
270
- }]
273
+ }],
274
+ coingecko_id: 'spice-2'
271
275
  },
272
276
  {
273
277
  description: 'JKL from Jackal Network',
@@ -310,7 +314,8 @@ const info = {
310
314
  logo_URIs: {
311
315
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.png',
312
316
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg'
313
- }
317
+ },
318
+ coingecko_id: 'jackal-protocol'
314
319
  },
315
320
  {
316
321
  description: 'FLIX from OmniFlix Network',
@@ -353,7 +358,8 @@ const info = {
353
358
  logo_URIs: {
354
359
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
355
360
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
356
- }
361
+ },
362
+ coingecko_id: 'omniflix-network'
357
363
  },
358
364
  {
359
365
  description: 'The Sherpa memecoin',
@@ -479,7 +485,8 @@ const info = {
479
485
  socials: {
480
486
  website: 'https://posthuman.digital/',
481
487
  twitter: 'https://twitter.com/POSTHUMAN_DVS'
482
- }
488
+ },
489
+ coingecko_id: 'posthuman'
483
490
  }
484
491
  ]
485
492
  };
@@ -355,7 +355,8 @@ const info = {
355
355
  theme: {
356
356
  primary_color_hex: '#db2777'
357
357
  }
358
- }]
358
+ }],
359
+ coingecko_id: 'stargaze'
359
360
  },
360
361
  {
361
362
  description: 'LUNA token on Carbon',
@@ -398,7 +399,8 @@ const info = {
398
399
  theme: {
399
400
  primary_color_hex: '#f4de6f'
400
401
  }
401
- }]
402
+ }],
403
+ coingecko_id: 'terra-luna-2'
402
404
  },
403
405
  {
404
406
  description: 'TIA token on Carbon',
@@ -441,7 +443,8 @@ const info = {
441
443
  logo_URIs: {
442
444
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
443
445
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
444
- }
446
+ },
447
+ coingecko_id: 'celestia'
445
448
  },
446
449
  {
447
450
  description: 'MilkTIA token on Carbon',
@@ -484,7 +487,8 @@ const info = {
484
487
  theme: {
485
488
  primary_color_hex: '#d18dfc'
486
489
  }
487
- }]
490
+ }],
491
+ coingecko_id: 'milkyway-staked-tia'
488
492
  },
489
493
  {
490
494
  description: 'STRD token on Carbon',
@@ -527,7 +531,8 @@ const info = {
527
531
  theme: {
528
532
  primary_color_hex: '#e4047c'
529
533
  }
530
- }]
534
+ }],
535
+ coingecko_id: 'stride'
531
536
  },
532
537
  {
533
538
  description: 'EVMOS token on Carbon',
@@ -570,7 +575,8 @@ const info = {
570
575
  theme: {
571
576
  primary_color_hex: '#ec4c34'
572
577
  }
573
- }]
578
+ }],
579
+ coingecko_id: 'evmos'
574
580
  },
575
581
  {
576
582
  description: 'IRIS token on Carbon',
@@ -613,7 +619,8 @@ const info = {
613
619
  theme: {
614
620
  primary_color_hex: '#5664ad'
615
621
  }
616
- }]
622
+ }],
623
+ coingecko_id: 'iris-network'
617
624
  },
618
625
  {
619
626
  description: 'KUJI token on Carbon',
@@ -656,7 +663,8 @@ const info = {
656
663
  theme: {
657
664
  primary_color_hex: '#e33b34'
658
665
  }
659
- }]
666
+ }],
667
+ coingecko_id: 'kujira'
660
668
  },
661
669
  {
662
670
  description: 'stOSMO token on Carbon',
@@ -699,7 +707,8 @@ const info = {
699
707
  theme: {
700
708
  primary_color_hex: '#e40474'
701
709
  }
702
- }]
710
+ }],
711
+ coingecko_id: 'stride-staked-osmo'
703
712
  },
704
713
  {
705
714
  description: 'CANTO token on Carbon',
@@ -742,7 +751,8 @@ const info = {
742
751
  theme: {
743
752
  primary_color_hex: '#1c1f1f'
744
753
  }
745
- }]
754
+ }],
755
+ coingecko_id: 'canto'
746
756
  },
747
757
  {
748
758
  description: 'Cosmos governance token on Carbon',
@@ -785,7 +795,8 @@ const info = {
785
795
  theme: {
786
796
  primary_color_hex: '#272d45'
787
797
  }
788
- }]
798
+ }],
799
+ coingecko_id: 'cosmos'
789
800
  },
790
801
  {
791
802
  description: 'stATOM token on Carbon',
@@ -828,7 +839,8 @@ const info = {
828
839
  theme: {
829
840
  primary_color_hex: '#e40474'
830
841
  }
831
- }]
842
+ }],
843
+ coingecko_id: 'stride-staked-atom'
832
844
  },
833
845
  {
834
846
  description: 'OSMO token on Carbon',
@@ -871,7 +883,8 @@ const info = {
871
883
  theme: {
872
884
  primary_color_hex: '#760dbb'
873
885
  }
874
- }]
886
+ }],
887
+ coingecko_id: 'osmosis'
875
888
  },
876
889
  {
877
890
  description: 'USDC (ERC20) token on Carbon',
@@ -31,15 +31,15 @@ const info = {
31
31
  },
32
32
  codebase: {
33
33
  git_repo: 'https://github.com/CoreumFoundation/coreum',
34
- recommended_version: 'v3.0.3',
35
- compatible_versions: ['v3.0.3'],
34
+ recommended_version: 'v4.1.2',
35
+ compatible_versions: ['v4.1.2'],
36
36
  binaries: {
37
- "linux/amd64": 'https://github.com/CoreumFoundation/coreum/releases/download/v3.0.3/cored-linux-amd64?checksum=sha256:1719a32e6f8e8813d00cd86e1d8d02e893324d4f59fa7a1b8cedc5836140ecef',
38
- "linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/v3.0.3/cored-linux-arm64?checksum=sha256:cfbbad6803c0327407e4dd222a108505e6ff9e294d7c86e34b6b895b96b61bbd'
37
+ "linux/amd64": 'https://github.com/CoreumFoundation/coreum/releases/download/v4.1.2/cored-linux-amd64?checksum=sha256:872b1eb6f2a77651401c7555b6b54eb2599e5de614acfcebeffce4384e7ab97a',
38
+ "linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/v4.1.2/cored-linux-arm64?checksum=sha256:0be2851639208dee0803b7a4a43c847770a5961afcd66644ead32e78f530f5ca'
39
39
  },
40
40
  consensus: {
41
41
  type: 'cometbft',
42
- version: '0.37'
42
+ version: '0.38'
43
43
  },
44
44
  genesis: {
45
45
  name: 'v1',
@@ -50,7 +50,7 @@ const info = {
50
50
  version: '0.47'
51
51
  },
52
52
  cosmwasm: {
53
- version: '0.44',
53
+ version: '0.45',
54
54
  enabled: true
55
55
  }
56
56
  },
@@ -76,7 +76,8 @@ const info = {
76
76
  logo_URIs: {
77
77
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
78
78
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
79
- }
79
+ },
80
+ coingecko_id: 'tether'
80
81
  },
81
82
  {
82
83
  description: 'FX on Cosmos Hub',
@@ -116,7 +117,8 @@ const info = {
116
117
  logo_URIs: {
117
118
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
118
119
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
119
- }
120
+ },
121
+ coingecko_id: 'fx-coin'
120
122
  },
121
123
  {
122
124
  description: 'The token of Crowdpunk DAO',
@@ -33,7 +33,8 @@ const info = {
33
33
  logo_URIs: {
34
34
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
35
35
  },
36
- type_asset: 'sdk.coin'
36
+ type_asset: 'sdk.coin',
37
+ coingecko_id: 'crypto-com-chain'
37
38
  }, {
38
39
  description: 'Tether USDt on Cronos',
39
40
  denom_units: [{
@@ -76,7 +77,8 @@ const info = {
76
77
  logo_URIs: {
77
78
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
78
79
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
79
- }
80
+ },
81
+ coingecko_id: 'tether'
80
82
  }]
81
83
  };
82
84
  export default info;
@@ -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/usdc.png',
80
80
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
81
- }
81
+ },
82
+ coingecko_id: 'usd-coin'
82
83
  }]
83
84
  };
84
85
  export default info;
@@ -80,7 +80,8 @@ const info = {
80
80
  logo_URIs: {
81
81
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
82
82
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
83
- }
83
+ },
84
+ coingecko_id: 'nim-network'
84
85
  },
85
86
  {
86
87
  description: 'The native token of Mande Network.',
@@ -129,7 +130,8 @@ const info = {
129
130
  logo_URIs: {
130
131
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
131
132
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg'
132
- }
133
+ },
134
+ coingecko_id: 'mande-network'
133
135
  }
134
136
  ]
135
137
  };
@@ -66,7 +66,8 @@ const info = {
66
66
  logo_URIs: {
67
67
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
68
68
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
69
- }
69
+ },
70
+ coingecko_id: 'osmosis'
70
71
  },
71
72
  {
72
73
  denom_units: [{
@@ -114,7 +115,8 @@ const info = {
114
115
  logo_URIs: {
115
116
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png',
116
117
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg'
117
- }
118
+ },
119
+ coingecko_id: 'axlwbtc'
118
120
  },
119
121
  {
120
122
  denom_units: [{
@@ -163,7 +165,8 @@ const info = {
163
165
  logo_URIs: {
164
166
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
165
167
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg'
166
- }
168
+ },
169
+ coingecko_id: 'axlusdc'
167
170
  }
168
171
  ]
169
172
  };
@@ -106,7 +106,8 @@ const info = {
106
106
  logo_URIs: {
107
107
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
108
108
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
109
- }
109
+ },
110
+ coingecko_id: 'usd-coin'
110
111
  },
111
112
  {
112
113
  denom_units: [{
@@ -147,7 +148,8 @@ const info = {
147
148
  logo_URIs: {
148
149
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
149
150
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
150
- }
151
+ },
152
+ coingecko_id: 'cosmos'
151
153
  },
152
154
  {
153
155
  description: 'Axelar Network Token',
@@ -190,7 +192,8 @@ const info = {
190
192
  logo_URIs: {
191
193
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
192
194
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
193
- }
195
+ },
196
+ coingecko_id: 'axelar'
194
197
  },
195
198
  {
196
199
  description: 'Akash Network Token',
@@ -233,7 +236,8 @@ const info = {
233
236
  logo_URIs: {
234
237
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
235
238
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
236
- }
239
+ },
240
+ coingecko_id: 'akash-network'
237
241
  },
238
242
  {
239
243
  description: 'Celestia Network Token',
@@ -276,7 +280,8 @@ const info = {
276
280
  logo_URIs: {
277
281
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
278
282
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
279
- }
283
+ },
284
+ coingecko_id: 'celestia'
280
285
  },
281
286
  {
282
287
  description: 'Xion Network Token',
@@ -317,7 +322,8 @@ const info = {
317
322
  }],
318
323
  logo_URIs: {
319
324
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
320
- }
325
+ },
326
+ coingecko_id: 'xion-2'
321
327
  },
322
328
  {
323
329
  description: 'Saga Network Token',
@@ -368,7 +374,8 @@ const info = {
368
374
  logo_URIs: {
369
375
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png',
370
376
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg'
371
- }
377
+ },
378
+ coingecko_id: 'saga-2'
372
379
  }
373
380
  ]
374
381
  };
@@ -75,7 +75,8 @@ const info = {
75
75
  logo_URIs: {
76
76
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
77
77
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
78
- }
78
+ },
79
+ coingecko_id: 'tether'
79
80
  },
80
81
  {
81
82
  description: 'The token of Neokingdom DAO.',
@@ -76,7 +76,8 @@ const info = {
76
76
  logo_URIs: {
77
77
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
78
78
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
79
- }
79
+ },
80
+ coingecko_id: 'tether'
80
81
  },
81
82
  {
82
83
  description: 'Tether USDt from Ethereum via Peggy bridge.',
@@ -535,7 +536,8 @@ const info = {
535
536
  logo_URIs: {
536
537
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
537
538
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
538
- }
539
+ },
540
+ coingecko_id: 'astroport-fi'
539
541
  },
540
542
  {
541
543
  description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
@@ -786,7 +788,8 @@ const info = {
786
788
  }
787
789
  }, {
788
790
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
789
- }]
791
+ }],
792
+ coingecko_id: 'usd-coin'
790
793
  },
791
794
  {
792
795
  description: 'The most degenerate NFT on Injective. Gravedigger collection for $bINJ. Giving power back to the community.',
@@ -68,7 +68,8 @@ const info = {
68
68
  theme: {
69
69
  primary_color_hex: '#272d45'
70
70
  }
71
- }]
71
+ }],
72
+ coingecko_id: 'cosmos'
72
73
  },
73
74
  {
74
75
  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.',
@@ -108,7 +109,8 @@ const info = {
108
109
  circle: true,
109
110
  primary_color_hex: '#2775CA'
110
111
  }
111
- }]
112
+ }],
113
+ coingecko_id: 'usd-coin'
112
114
  }
113
115
  ]
114
116
  };
@@ -72,7 +72,8 @@ const info = {
72
72
  logo_URIs: {
73
73
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
74
74
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
75
- }
75
+ },
76
+ coingecko_id: 'cosmos'
76
77
  },
77
78
  {
78
79
  description: 'The native token cw20 for Neta on Juno Chain',
@@ -2157,6 +2158,27 @@ const info = {
2157
2158
  primary_color_hex: '#1c1c1c'
2158
2159
  }
2159
2160
  }]
2161
+ },
2162
+ {
2163
+ description: 'Staking coin of Emporion',
2164
+ denom_units: [{
2165
+ denom: 'factory/juno1zjqsel42pj5e6wvxxw7hjs9gn06yqz4m3ffyua3x2v44m4l8trjsr92q9s/empr',
2166
+ exponent: 0
2167
+ }, {
2168
+ denom: 'EMPR',
2169
+ exponent: 6
2170
+ }],
2171
+ base: 'factory/juno1zjqsel42pj5e6wvxxw7hjs9gn06yqz4m3ffyua3x2v44m4l8trjsr92q9s/empr',
2172
+ name: 'EMPR',
2173
+ display: 'EMPR',
2174
+ symbol: 'EMPR',
2175
+ logo_URIs: {
2176
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empr.png'
2177
+ },
2178
+ images: [{
2179
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empr.png'
2180
+ }],
2181
+ type_asset: 'sdk.coin'
2160
2182
  }
2161
2183
  ]
2162
2184
  };
@@ -174,7 +174,8 @@ const info = {
174
174
  channel_id: 'channel-0',
175
175
  path: 'transfer/channel-0/uusdc'
176
176
  }
177
- }]
177
+ }],
178
+ coingecko_id: 'usd-coin'
178
179
  },
179
180
  {
180
181
  description: 'USDT from injective Chain',
@@ -242,7 +243,8 @@ const info = {
242
243
  channel_id: 'channel-1',
243
244
  path: 'transfer/channel-1/inj'
244
245
  }
245
- }]
246
+ }],
247
+ coingecko_id: 'injective-protocol'
246
248
  },
247
249
  {
248
250
  description: 'Luna from Terra2 Chain',
@@ -276,7 +278,8 @@ const info = {
276
278
  channel_id: 'channel-5',
277
279
  path: 'transfer/channel-5/uluna'
278
280
  }
279
- }]
281
+ }],
282
+ coingecko_id: 'terra-luna-2'
280
283
  },
281
284
  {
282
285
  description: 'Osmosis from Osmosis Chain',
@@ -310,7 +313,8 @@ const info = {
310
313
  channel_id: 'channel-10',
311
314
  path: 'transfer/channel-10/uosmo'
312
315
  }
313
- }]
316
+ }],
317
+ coingecko_id: 'osmosis'
314
318
  },
315
319
  {
316
320
  description: 'Atom from cosmoshub Chain',
@@ -344,7 +348,8 @@ const info = {
344
348
  channel_id: 'channel-7',
345
349
  path: 'transfer/channel-7/uatom'
346
350
  }
347
- }]
351
+ }],
352
+ coingecko_id: 'cosmos'
348
353
  },
349
354
  {
350
355
  description: 'arbitrage receipt token of cUSDT',