@chain-registry/assets 1.64.59 → 1.64.61

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 (61) hide show
  1. package/esm/mainnet/andromeda.js +64 -0
  2. package/esm/mainnet/axelar.js +144 -0
  3. package/esm/mainnet/celestia.js +64 -0
  4. package/esm/mainnet/composable.js +64 -0
  5. package/esm/mainnet/cosmoshub.js +144 -0
  6. package/esm/mainnet/crescent.js +64 -0
  7. package/esm/mainnet/doravota.js +64 -0
  8. package/esm/mainnet/evmos.js +64 -0
  9. package/esm/mainnet/gateway.js +64 -0
  10. package/esm/mainnet/gravitybridge.js +80 -0
  11. package/esm/mainnet/kava.js +144 -0
  12. package/esm/mainnet/kujira.js +64 -0
  13. package/esm/mainnet/migaloo.js +64 -0
  14. package/esm/mainnet/neutron.js +64 -0
  15. package/esm/mainnet/noble.js +144 -0
  16. package/esm/mainnet/nois.js +64 -0
  17. package/esm/mainnet/odin.js +64 -0
  18. package/esm/mainnet/oraichain.js +64 -0
  19. package/esm/mainnet/osmosis.js +144 -0
  20. package/esm/mainnet/persistence.js +64 -0
  21. package/esm/mainnet/pryzm.js +64 -0
  22. package/esm/mainnet/secretnetwork.js +64 -0
  23. package/esm/mainnet/sommelier.js +64 -0
  24. package/esm/mainnet/stride.js +144 -0
  25. package/esm/mainnet/terra2.js +64 -0
  26. package/esm/mainnet/umee.js +64 -0
  27. package/esm/mainnet/xpla.js +64 -0
  28. package/esm/testnet/mantrachaintestnet.js +48 -48
  29. package/esm/testnet/osmosistestnet.js +6 -6
  30. package/esm/testnet/symphonytestnet.js +4 -4
  31. package/mainnet/andromeda.js +64 -0
  32. package/mainnet/axelar.js +144 -0
  33. package/mainnet/celestia.js +64 -0
  34. package/mainnet/composable.js +64 -0
  35. package/mainnet/cosmoshub.js +144 -0
  36. package/mainnet/crescent.js +64 -0
  37. package/mainnet/doravota.js +64 -0
  38. package/mainnet/evmos.js +64 -0
  39. package/mainnet/gateway.js +64 -0
  40. package/mainnet/gravitybridge.js +80 -0
  41. package/mainnet/kava.js +144 -0
  42. package/mainnet/kujira.js +64 -0
  43. package/mainnet/migaloo.js +64 -0
  44. package/mainnet/neutron.js +64 -0
  45. package/mainnet/noble.js +144 -0
  46. package/mainnet/nois.js +64 -0
  47. package/mainnet/odin.js +64 -0
  48. package/mainnet/oraichain.js +64 -0
  49. package/mainnet/osmosis.js +144 -0
  50. package/mainnet/persistence.js +64 -0
  51. package/mainnet/pryzm.js +64 -0
  52. package/mainnet/secretnetwork.js +64 -0
  53. package/mainnet/sommelier.js +64 -0
  54. package/mainnet/stride.js +144 -0
  55. package/mainnet/terra2.js +64 -0
  56. package/mainnet/umee.js +64 -0
  57. package/mainnet/xpla.js +64 -0
  58. package/package.json +5 -5
  59. package/testnet/mantrachaintestnet.js +48 -48
  60. package/testnet/osmosistestnet.js +6 -6
  61. package/testnet/symphonytestnet.js +4 -4
package/mainnet/evmos.js CHANGED
@@ -1777,6 +1777,38 @@ const assets = {
1777
1777
  }
1778
1778
  }]
1779
1779
  },
1780
+ {
1781
+ description: 'DRUGS meme coin',
1782
+ denom_units: [{
1783
+ denom: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
1784
+ exponent: 0,
1785
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
1786
+ }, {
1787
+ denom: 'DRUGS',
1788
+ exponent: 6
1789
+ }],
1790
+ base: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
1791
+ name: 'DRUGS',
1792
+ display: 'DRUGS',
1793
+ symbol: 'DRUGS',
1794
+ logo_URIs: {
1795
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1796
+ },
1797
+ images: [{
1798
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1799
+ }],
1800
+ traces: [{
1801
+ type: 'ibc',
1802
+ counterparty: {
1803
+ channel_id: 'channel-83',
1804
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
1805
+ chain_name: 'injective'
1806
+ },
1807
+ chain: {
1808
+ channel_id: 'channel-10'
1809
+ }
1810
+ }]
1811
+ },
1780
1812
  {
1781
1813
  description: 'Kava is a decentralized finance (DeFi) platform that provides a range of financial services, including lending, borrowing, and stablecoins, leveraging the Cosmos and Ethereum ecosystems.',
1782
1814
  denom_units: [{
@@ -2754,6 +2786,38 @@ const assets = {
2754
2786
  }
2755
2787
  }]
2756
2788
  },
2789
+ {
2790
+ description: 'DRUGS meme coin',
2791
+ denom_units: [{
2792
+ denom: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
2793
+ exponent: 0,
2794
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
2795
+ }, {
2796
+ denom: 'DRUGS',
2797
+ exponent: 6
2798
+ }],
2799
+ base: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
2800
+ name: 'DRUGS',
2801
+ display: 'DRUGS',
2802
+ symbol: 'DRUGS',
2803
+ logo_URIs: {
2804
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
2805
+ },
2806
+ images: [{
2807
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
2808
+ }],
2809
+ traces: [{
2810
+ type: 'ibc',
2811
+ counterparty: {
2812
+ channel_id: 'channel-83',
2813
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
2814
+ chain_name: 'injective'
2815
+ },
2816
+ chain: {
2817
+ channel_id: 'channel-10'
2818
+ }
2819
+ }]
2820
+ },
2757
2821
  {
2758
2822
  description: 'Kava is a decentralized finance (DeFi) platform that provides a range of financial services, including lending, borrowing, and stablecoins, leveraging the Cosmos and Ethereum ecosystems.',
2759
2823
  denom_units: [{
@@ -597,6 +597,38 @@ const assets = {
597
597
  }
598
598
  }]
599
599
  },
600
+ {
601
+ description: 'DRUGS meme coin',
602
+ denom_units: [{
603
+ denom: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
604
+ exponent: 0,
605
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
606
+ }, {
607
+ denom: 'DRUGS',
608
+ exponent: 6
609
+ }],
610
+ base: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
611
+ name: 'DRUGS',
612
+ display: 'DRUGS',
613
+ symbol: 'DRUGS',
614
+ logo_URIs: {
615
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
616
+ },
617
+ images: [{
618
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
619
+ }],
620
+ traces: [{
621
+ type: 'ibc',
622
+ counterparty: {
623
+ channel_id: 'channel-183',
624
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
625
+ chain_name: 'injective'
626
+ },
627
+ chain: {
628
+ channel_id: 'channel-13'
629
+ }
630
+ }]
631
+ },
600
632
  {
601
633
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
602
634
  denom_units: [{
@@ -1041,6 +1073,38 @@ const assets = {
1041
1073
  }
1042
1074
  }]
1043
1075
  },
1076
+ {
1077
+ description: 'DRUGS meme coin',
1078
+ denom_units: [{
1079
+ denom: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
1080
+ exponent: 0,
1081
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
1082
+ }, {
1083
+ denom: 'DRUGS',
1084
+ exponent: 6
1085
+ }],
1086
+ base: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
1087
+ name: 'DRUGS',
1088
+ display: 'DRUGS',
1089
+ symbol: 'DRUGS',
1090
+ logo_URIs: {
1091
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1092
+ },
1093
+ images: [{
1094
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1095
+ }],
1096
+ traces: [{
1097
+ type: 'ibc',
1098
+ counterparty: {
1099
+ channel_id: 'channel-183',
1100
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
1101
+ chain_name: 'injective'
1102
+ },
1103
+ chain: {
1104
+ channel_id: 'channel-13'
1105
+ }
1106
+ }]
1107
+ },
1044
1108
  {
1045
1109
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
1046
1110
  denom_units: [{
@@ -1191,6 +1191,46 @@ const assets = {
1191
1191
  }
1192
1192
  }]
1193
1193
  },
1194
+ {
1195
+ description: 'Deenar gold-backed stablecoin',
1196
+ denom_units: [{
1197
+ denom: 'ibc/4D3E3BE7ABF8AB1C13DEE7E6773C9EA1F479EF2D84A3B2DD071475C873AA8F78',
1198
+ exponent: 0,
1199
+ aliases: ['erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE']
1200
+ }, {
1201
+ denom: 'DEEN',
1202
+ exponent: 6
1203
+ }],
1204
+ base: 'ibc/4D3E3BE7ABF8AB1C13DEE7E6773C9EA1F479EF2D84A3B2DD071475C873AA8F78',
1205
+ name: 'Deenar',
1206
+ display: 'DEEN',
1207
+ address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
1208
+ symbol: 'DEEN',
1209
+ type_asset: 'erc20',
1210
+ traces: [{
1211
+ type: 'ibc',
1212
+ counterparty: {
1213
+ channel_id: 'channel-0',
1214
+ base_denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
1215
+ chain_name: 'haqq'
1216
+ },
1217
+ chain: {
1218
+ channel_id: 'channel-100'
1219
+ }
1220
+ }],
1221
+ logo_URIs: {
1222
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
1223
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
1224
+ },
1225
+ images: [{
1226
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
1227
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
1228
+ theme: {
1229
+ primary_color_hex: '#ffbc05',
1230
+ circle: true
1231
+ }
1232
+ }]
1233
+ },
1194
1234
  {
1195
1235
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
1196
1236
  denom_units: [{
@@ -1649,6 +1689,46 @@ const assets = {
1649
1689
  }
1650
1690
  }]
1651
1691
  },
1692
+ {
1693
+ description: 'Deenar gold-backed stablecoin',
1694
+ denom_units: [{
1695
+ denom: 'ibc/4D3E3BE7ABF8AB1C13DEE7E6773C9EA1F479EF2D84A3B2DD071475C873AA8F78',
1696
+ exponent: 0,
1697
+ aliases: ['erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE']
1698
+ }, {
1699
+ denom: 'DEEN',
1700
+ exponent: 6
1701
+ }],
1702
+ base: 'ibc/4D3E3BE7ABF8AB1C13DEE7E6773C9EA1F479EF2D84A3B2DD071475C873AA8F78',
1703
+ name: 'Deenar',
1704
+ display: 'DEEN',
1705
+ address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
1706
+ symbol: 'DEEN',
1707
+ type_asset: 'erc20',
1708
+ traces: [{
1709
+ type: 'ibc',
1710
+ counterparty: {
1711
+ channel_id: 'channel-0',
1712
+ base_denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
1713
+ chain_name: 'haqq'
1714
+ },
1715
+ chain: {
1716
+ channel_id: 'channel-100'
1717
+ }
1718
+ }],
1719
+ logo_URIs: {
1720
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
1721
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
1722
+ },
1723
+ images: [{
1724
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
1725
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
1726
+ theme: {
1727
+ primary_color_hex: '#ffbc05',
1728
+ circle: true
1729
+ }
1730
+ }]
1731
+ },
1652
1732
  {
1653
1733
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
1654
1734
  denom_units: [{
package/mainnet/kava.js CHANGED
@@ -464,6 +464,46 @@ const assets = {
464
464
  }
465
465
  }]
466
466
  },
467
+ {
468
+ description: 'Deenar gold-backed stablecoin',
469
+ denom_units: [{
470
+ denom: 'ibc/2F3C214FE0E596281697CB010EBB5D6564742970977A8EE8965D615AE8A27DF1',
471
+ exponent: 0,
472
+ aliases: ['erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE']
473
+ }, {
474
+ denom: 'DEEN',
475
+ exponent: 6
476
+ }],
477
+ base: 'ibc/2F3C214FE0E596281697CB010EBB5D6564742970977A8EE8965D615AE8A27DF1',
478
+ name: 'Deenar',
479
+ display: 'DEEN',
480
+ address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
481
+ symbol: 'DEEN',
482
+ type_asset: 'erc20',
483
+ traces: [{
484
+ type: 'ibc',
485
+ counterparty: {
486
+ channel_id: 'channel-6',
487
+ base_denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
488
+ chain_name: 'haqq'
489
+ },
490
+ chain: {
491
+ channel_id: 'channel-135'
492
+ }
493
+ }],
494
+ logo_URIs: {
495
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
496
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
497
+ },
498
+ images: [{
499
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
500
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
501
+ theme: {
502
+ primary_color_hex: '#ffbc05',
503
+ circle: true
504
+ }
505
+ }]
506
+ },
467
507
  {
468
508
  description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
469
509
  denom_units: [{
@@ -736,6 +776,38 @@ const assets = {
736
776
  }
737
777
  }]
738
778
  },
779
+ {
780
+ description: 'DRUGS meme coin',
781
+ denom_units: [{
782
+ denom: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
783
+ exponent: 0,
784
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
785
+ }, {
786
+ denom: 'DRUGS',
787
+ exponent: 6
788
+ }],
789
+ base: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
790
+ name: 'DRUGS',
791
+ display: 'DRUGS',
792
+ symbol: 'DRUGS',
793
+ logo_URIs: {
794
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
795
+ },
796
+ images: [{
797
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
798
+ }],
799
+ traces: [{
800
+ type: 'ibc',
801
+ counterparty: {
802
+ channel_id: 'channel-143',
803
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
804
+ chain_name: 'injective'
805
+ },
806
+ chain: {
807
+ channel_id: 'channel-122'
808
+ }
809
+ }]
810
+ },
739
811
  {
740
812
  description: 'The native token of Aura Network',
741
813
  denom_units: [{
@@ -1197,6 +1269,46 @@ const assets = {
1197
1269
  }
1198
1270
  }]
1199
1271
  },
1272
+ {
1273
+ description: 'Deenar gold-backed stablecoin',
1274
+ denom_units: [{
1275
+ denom: 'ibc/2F3C214FE0E596281697CB010EBB5D6564742970977A8EE8965D615AE8A27DF1',
1276
+ exponent: 0,
1277
+ aliases: ['erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE']
1278
+ }, {
1279
+ denom: 'DEEN',
1280
+ exponent: 6
1281
+ }],
1282
+ base: 'ibc/2F3C214FE0E596281697CB010EBB5D6564742970977A8EE8965D615AE8A27DF1',
1283
+ name: 'Deenar',
1284
+ display: 'DEEN',
1285
+ address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
1286
+ symbol: 'DEEN',
1287
+ type_asset: 'erc20',
1288
+ traces: [{
1289
+ type: 'ibc',
1290
+ counterparty: {
1291
+ channel_id: 'channel-6',
1292
+ base_denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
1293
+ chain_name: 'haqq'
1294
+ },
1295
+ chain: {
1296
+ channel_id: 'channel-135'
1297
+ }
1298
+ }],
1299
+ logo_URIs: {
1300
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
1301
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
1302
+ },
1303
+ images: [{
1304
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
1305
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
1306
+ theme: {
1307
+ primary_color_hex: '#ffbc05',
1308
+ circle: true
1309
+ }
1310
+ }]
1311
+ },
1200
1312
  {
1201
1313
  description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
1202
1314
  denom_units: [{
@@ -1469,6 +1581,38 @@ const assets = {
1469
1581
  }
1470
1582
  }]
1471
1583
  },
1584
+ {
1585
+ description: 'DRUGS meme coin',
1586
+ denom_units: [{
1587
+ denom: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
1588
+ exponent: 0,
1589
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
1590
+ }, {
1591
+ denom: 'DRUGS',
1592
+ exponent: 6
1593
+ }],
1594
+ base: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
1595
+ name: 'DRUGS',
1596
+ display: 'DRUGS',
1597
+ symbol: 'DRUGS',
1598
+ logo_URIs: {
1599
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1600
+ },
1601
+ images: [{
1602
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1603
+ }],
1604
+ traces: [{
1605
+ type: 'ibc',
1606
+ counterparty: {
1607
+ channel_id: 'channel-143',
1608
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
1609
+ chain_name: 'injective'
1610
+ },
1611
+ chain: {
1612
+ channel_id: 'channel-122'
1613
+ }
1614
+ }]
1615
+ },
1472
1616
  {
1473
1617
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
1474
1618
  denom_units: [{
package/mainnet/kujira.js CHANGED
@@ -1476,6 +1476,38 @@ const assets = {
1476
1476
  }
1477
1477
  }]
1478
1478
  },
1479
+ {
1480
+ description: 'DRUGS meme coin',
1481
+ denom_units: [{
1482
+ denom: 'ibc/3FA8949F9ECFFC51FB527B44270AE28FE96C3FBB036998792F640FCAADA9CFBF',
1483
+ exponent: 0,
1484
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
1485
+ }, {
1486
+ denom: 'DRUGS',
1487
+ exponent: 6
1488
+ }],
1489
+ base: 'ibc/3FA8949F9ECFFC51FB527B44270AE28FE96C3FBB036998792F640FCAADA9CFBF',
1490
+ name: 'DRUGS',
1491
+ display: 'DRUGS',
1492
+ symbol: 'DRUGS',
1493
+ logo_URIs: {
1494
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1495
+ },
1496
+ images: [{
1497
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1498
+ }],
1499
+ traces: [{
1500
+ type: 'ibc',
1501
+ counterparty: {
1502
+ channel_id: 'channel-98',
1503
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
1504
+ chain_name: 'injective'
1505
+ },
1506
+ chain: {
1507
+ channel_id: 'channel-54'
1508
+ }
1509
+ }]
1510
+ },
1479
1511
  {
1480
1512
  description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
1481
1513
  denom_units: [{
@@ -3228,6 +3260,38 @@ const assets = {
3228
3260
  }
3229
3261
  }]
3230
3262
  },
3263
+ {
3264
+ description: 'DRUGS meme coin',
3265
+ denom_units: [{
3266
+ denom: 'ibc/3FA8949F9ECFFC51FB527B44270AE28FE96C3FBB036998792F640FCAADA9CFBF',
3267
+ exponent: 0,
3268
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
3269
+ }, {
3270
+ denom: 'DRUGS',
3271
+ exponent: 6
3272
+ }],
3273
+ base: 'ibc/3FA8949F9ECFFC51FB527B44270AE28FE96C3FBB036998792F640FCAADA9CFBF',
3274
+ name: 'DRUGS',
3275
+ display: 'DRUGS',
3276
+ symbol: 'DRUGS',
3277
+ logo_URIs: {
3278
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
3279
+ },
3280
+ images: [{
3281
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
3282
+ }],
3283
+ traces: [{
3284
+ type: 'ibc',
3285
+ counterparty: {
3286
+ channel_id: 'channel-98',
3287
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
3288
+ chain_name: 'injective'
3289
+ },
3290
+ chain: {
3291
+ channel_id: 'channel-54'
3292
+ }
3293
+ }]
3294
+ },
3231
3295
  {
3232
3296
  description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
3233
3297
  denom_units: [{
@@ -469,6 +469,38 @@ const assets = {
469
469
  }
470
470
  }]
471
471
  },
472
+ {
473
+ description: 'DRUGS meme coin',
474
+ denom_units: [{
475
+ denom: 'ibc/9222CAFDD3775FB59F762E8DC48CB2D470EAE3C2986A73803C2EEC898CB36745',
476
+ exponent: 0,
477
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
478
+ }, {
479
+ denom: 'DRUGS',
480
+ exponent: 6
481
+ }],
482
+ base: 'ibc/9222CAFDD3775FB59F762E8DC48CB2D470EAE3C2986A73803C2EEC898CB36745',
483
+ name: 'DRUGS',
484
+ display: 'DRUGS',
485
+ symbol: 'DRUGS',
486
+ logo_URIs: {
487
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
488
+ },
489
+ images: [{
490
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
491
+ }],
492
+ traces: [{
493
+ type: 'ibc',
494
+ counterparty: {
495
+ channel_id: 'channel-102',
496
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
497
+ chain_name: 'injective'
498
+ },
499
+ chain: {
500
+ channel_id: 'channel-3'
501
+ }
502
+ }]
503
+ },
472
504
  {
473
505
  description: 'The native token of JUNO Chain',
474
506
  denom_units: [{
@@ -1218,6 +1250,38 @@ const assets = {
1218
1250
  }
1219
1251
  }]
1220
1252
  },
1253
+ {
1254
+ description: 'DRUGS meme coin',
1255
+ denom_units: [{
1256
+ denom: 'ibc/9222CAFDD3775FB59F762E8DC48CB2D470EAE3C2986A73803C2EEC898CB36745',
1257
+ exponent: 0,
1258
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
1259
+ }, {
1260
+ denom: 'DRUGS',
1261
+ exponent: 6
1262
+ }],
1263
+ base: 'ibc/9222CAFDD3775FB59F762E8DC48CB2D470EAE3C2986A73803C2EEC898CB36745',
1264
+ name: 'DRUGS',
1265
+ display: 'DRUGS',
1266
+ symbol: 'DRUGS',
1267
+ logo_URIs: {
1268
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1269
+ },
1270
+ images: [{
1271
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1272
+ }],
1273
+ traces: [{
1274
+ type: 'ibc',
1275
+ counterparty: {
1276
+ channel_id: 'channel-102',
1277
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
1278
+ chain_name: 'injective'
1279
+ },
1280
+ chain: {
1281
+ channel_id: 'channel-3'
1282
+ }
1283
+ }]
1284
+ },
1221
1285
  {
1222
1286
  description: 'The native token of JUNO Chain',
1223
1287
  denom_units: [{
@@ -578,6 +578,38 @@ const assets = {
578
578
  }
579
579
  }]
580
580
  },
581
+ {
582
+ description: 'DRUGS meme coin',
583
+ denom_units: [{
584
+ denom: 'ibc/C0D7BA5BE8835E2348C6D2FC35027E9D9F13D0818F29D49BBF7DB86EDD301F1E',
585
+ exponent: 0,
586
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
587
+ }, {
588
+ denom: 'DRUGS',
589
+ exponent: 6
590
+ }],
591
+ base: 'ibc/C0D7BA5BE8835E2348C6D2FC35027E9D9F13D0818F29D49BBF7DB86EDD301F1E',
592
+ name: 'DRUGS',
593
+ display: 'DRUGS',
594
+ symbol: 'DRUGS',
595
+ logo_URIs: {
596
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
597
+ },
598
+ images: [{
599
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
600
+ }],
601
+ traces: [{
602
+ type: 'ibc',
603
+ counterparty: {
604
+ channel_id: 'channel-177',
605
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
606
+ chain_name: 'injective'
607
+ },
608
+ chain: {
609
+ channel_id: 'channel-60'
610
+ }
611
+ }]
612
+ },
581
613
  {
582
614
  description: 'The native token of JUNO Chain',
583
615
  denom_units: [{
@@ -1478,6 +1510,38 @@ const assets = {
1478
1510
  }
1479
1511
  }]
1480
1512
  },
1513
+ {
1514
+ description: 'DRUGS meme coin',
1515
+ denom_units: [{
1516
+ denom: 'ibc/C0D7BA5BE8835E2348C6D2FC35027E9D9F13D0818F29D49BBF7DB86EDD301F1E',
1517
+ exponent: 0,
1518
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
1519
+ }, {
1520
+ denom: 'DRUGS',
1521
+ exponent: 6
1522
+ }],
1523
+ base: 'ibc/C0D7BA5BE8835E2348C6D2FC35027E9D9F13D0818F29D49BBF7DB86EDD301F1E',
1524
+ name: 'DRUGS',
1525
+ display: 'DRUGS',
1526
+ symbol: 'DRUGS',
1527
+ logo_URIs: {
1528
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1529
+ },
1530
+ images: [{
1531
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1532
+ }],
1533
+ traces: [{
1534
+ type: 'ibc',
1535
+ counterparty: {
1536
+ channel_id: 'channel-177',
1537
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
1538
+ chain_name: 'injective'
1539
+ },
1540
+ chain: {
1541
+ channel_id: 'channel-60'
1542
+ }
1543
+ }]
1544
+ },
1481
1545
  {
1482
1546
  description: 'The native token of JUNO Chain',
1483
1547
  denom_units: [{