@chain-registry/assets 1.64.59 → 1.64.60

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 (59) hide show
  1. package/esm/mainnet/andromeda.js +64 -0
  2. package/esm/mainnet/axelar.js +64 -0
  3. package/esm/mainnet/celestia.js +64 -0
  4. package/esm/mainnet/composable.js +64 -0
  5. package/esm/mainnet/cosmoshub.js +64 -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/kava.js +64 -0
  11. package/esm/mainnet/kujira.js +64 -0
  12. package/esm/mainnet/migaloo.js +64 -0
  13. package/esm/mainnet/neutron.js +64 -0
  14. package/esm/mainnet/noble.js +64 -0
  15. package/esm/mainnet/nois.js +64 -0
  16. package/esm/mainnet/odin.js +64 -0
  17. package/esm/mainnet/oraichain.js +64 -0
  18. package/esm/mainnet/osmosis.js +64 -0
  19. package/esm/mainnet/persistence.js +64 -0
  20. package/esm/mainnet/pryzm.js +64 -0
  21. package/esm/mainnet/secretnetwork.js +64 -0
  22. package/esm/mainnet/sommelier.js +64 -0
  23. package/esm/mainnet/stride.js +64 -0
  24. package/esm/mainnet/terra2.js +64 -0
  25. package/esm/mainnet/umee.js +64 -0
  26. package/esm/mainnet/xpla.js +64 -0
  27. package/esm/testnet/mantrachaintestnet.js +48 -48
  28. package/esm/testnet/osmosistestnet.js +6 -6
  29. package/esm/testnet/symphonytestnet.js +4 -4
  30. package/mainnet/andromeda.js +64 -0
  31. package/mainnet/axelar.js +64 -0
  32. package/mainnet/celestia.js +64 -0
  33. package/mainnet/composable.js +64 -0
  34. package/mainnet/cosmoshub.js +64 -0
  35. package/mainnet/crescent.js +64 -0
  36. package/mainnet/doravota.js +64 -0
  37. package/mainnet/evmos.js +64 -0
  38. package/mainnet/gateway.js +64 -0
  39. package/mainnet/kava.js +64 -0
  40. package/mainnet/kujira.js +64 -0
  41. package/mainnet/migaloo.js +64 -0
  42. package/mainnet/neutron.js +64 -0
  43. package/mainnet/noble.js +64 -0
  44. package/mainnet/nois.js +64 -0
  45. package/mainnet/odin.js +64 -0
  46. package/mainnet/oraichain.js +64 -0
  47. package/mainnet/osmosis.js +64 -0
  48. package/mainnet/persistence.js +64 -0
  49. package/mainnet/pryzm.js +64 -0
  50. package/mainnet/secretnetwork.js +64 -0
  51. package/mainnet/sommelier.js +64 -0
  52. package/mainnet/stride.js +64 -0
  53. package/mainnet/terra2.js +64 -0
  54. package/mainnet/umee.js +64 -0
  55. package/mainnet/xpla.js +64 -0
  56. package/package.json +5 -5
  57. package/testnet/mantrachaintestnet.js +48 -48
  58. package/testnet/osmosistestnet.js +6 -6
  59. package/testnet/symphonytestnet.js +4 -4
@@ -595,6 +595,38 @@ const assets = {
595
595
  }
596
596
  }]
597
597
  },
598
+ {
599
+ description: 'DRUGS meme coin',
600
+ denom_units: [{
601
+ denom: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
602
+ exponent: 0,
603
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
604
+ }, {
605
+ denom: 'DRUGS',
606
+ exponent: 6
607
+ }],
608
+ base: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
609
+ name: 'DRUGS',
610
+ display: 'DRUGS',
611
+ symbol: 'DRUGS',
612
+ logo_URIs: {
613
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
614
+ },
615
+ images: [{
616
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
617
+ }],
618
+ traces: [{
619
+ type: 'ibc',
620
+ counterparty: {
621
+ channel_id: 'channel-183',
622
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
623
+ chain_name: 'injective'
624
+ },
625
+ chain: {
626
+ channel_id: 'channel-13'
627
+ }
628
+ }]
629
+ },
598
630
  {
599
631
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
600
632
  denom_units: [{
@@ -1039,6 +1071,38 @@ const assets = {
1039
1071
  }
1040
1072
  }]
1041
1073
  },
1074
+ {
1075
+ description: 'DRUGS meme coin',
1076
+ denom_units: [{
1077
+ denom: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
1078
+ exponent: 0,
1079
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
1080
+ }, {
1081
+ denom: 'DRUGS',
1082
+ exponent: 6
1083
+ }],
1084
+ base: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
1085
+ name: 'DRUGS',
1086
+ display: 'DRUGS',
1087
+ symbol: 'DRUGS',
1088
+ logo_URIs: {
1089
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1090
+ },
1091
+ images: [{
1092
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1093
+ }],
1094
+ traces: [{
1095
+ type: 'ibc',
1096
+ counterparty: {
1097
+ channel_id: 'channel-183',
1098
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
1099
+ chain_name: 'injective'
1100
+ },
1101
+ chain: {
1102
+ channel_id: 'channel-13'
1103
+ }
1104
+ }]
1105
+ },
1042
1106
  {
1043
1107
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
1044
1108
  denom_units: [{
@@ -734,6 +734,38 @@ const assets = {
734
734
  }
735
735
  }]
736
736
  },
737
+ {
738
+ description: 'DRUGS meme coin',
739
+ denom_units: [{
740
+ denom: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
741
+ exponent: 0,
742
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
743
+ }, {
744
+ denom: 'DRUGS',
745
+ exponent: 6
746
+ }],
747
+ base: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
748
+ name: 'DRUGS',
749
+ display: 'DRUGS',
750
+ symbol: 'DRUGS',
751
+ logo_URIs: {
752
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
753
+ },
754
+ images: [{
755
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
756
+ }],
757
+ traces: [{
758
+ type: 'ibc',
759
+ counterparty: {
760
+ channel_id: 'channel-143',
761
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
762
+ chain_name: 'injective'
763
+ },
764
+ chain: {
765
+ channel_id: 'channel-122'
766
+ }
767
+ }]
768
+ },
737
769
  {
738
770
  description: 'The native token of Aura Network',
739
771
  denom_units: [{
@@ -1467,6 +1499,38 @@ const assets = {
1467
1499
  }
1468
1500
  }]
1469
1501
  },
1502
+ {
1503
+ description: 'DRUGS meme coin',
1504
+ denom_units: [{
1505
+ denom: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
1506
+ exponent: 0,
1507
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
1508
+ }, {
1509
+ denom: 'DRUGS',
1510
+ exponent: 6
1511
+ }],
1512
+ base: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
1513
+ name: 'DRUGS',
1514
+ display: 'DRUGS',
1515
+ symbol: 'DRUGS',
1516
+ logo_URIs: {
1517
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1518
+ },
1519
+ images: [{
1520
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1521
+ }],
1522
+ traces: [{
1523
+ type: 'ibc',
1524
+ counterparty: {
1525
+ channel_id: 'channel-143',
1526
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
1527
+ chain_name: 'injective'
1528
+ },
1529
+ chain: {
1530
+ channel_id: 'channel-122'
1531
+ }
1532
+ }]
1533
+ },
1470
1534
  {
1471
1535
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
1472
1536
  denom_units: [{
@@ -1474,6 +1474,38 @@ const assets = {
1474
1474
  }
1475
1475
  }]
1476
1476
  },
1477
+ {
1478
+ description: 'DRUGS meme coin',
1479
+ denom_units: [{
1480
+ denom: 'ibc/3FA8949F9ECFFC51FB527B44270AE28FE96C3FBB036998792F640FCAADA9CFBF',
1481
+ exponent: 0,
1482
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
1483
+ }, {
1484
+ denom: 'DRUGS',
1485
+ exponent: 6
1486
+ }],
1487
+ base: 'ibc/3FA8949F9ECFFC51FB527B44270AE28FE96C3FBB036998792F640FCAADA9CFBF',
1488
+ name: 'DRUGS',
1489
+ display: 'DRUGS',
1490
+ symbol: 'DRUGS',
1491
+ logo_URIs: {
1492
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1493
+ },
1494
+ images: [{
1495
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1496
+ }],
1497
+ traces: [{
1498
+ type: 'ibc',
1499
+ counterparty: {
1500
+ channel_id: 'channel-98',
1501
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
1502
+ chain_name: 'injective'
1503
+ },
1504
+ chain: {
1505
+ channel_id: 'channel-54'
1506
+ }
1507
+ }]
1508
+ },
1477
1509
  {
1478
1510
  description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
1479
1511
  denom_units: [{
@@ -3226,6 +3258,38 @@ const assets = {
3226
3258
  }
3227
3259
  }]
3228
3260
  },
3261
+ {
3262
+ description: 'DRUGS meme coin',
3263
+ denom_units: [{
3264
+ denom: 'ibc/3FA8949F9ECFFC51FB527B44270AE28FE96C3FBB036998792F640FCAADA9CFBF',
3265
+ exponent: 0,
3266
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
3267
+ }, {
3268
+ denom: 'DRUGS',
3269
+ exponent: 6
3270
+ }],
3271
+ base: 'ibc/3FA8949F9ECFFC51FB527B44270AE28FE96C3FBB036998792F640FCAADA9CFBF',
3272
+ name: 'DRUGS',
3273
+ display: 'DRUGS',
3274
+ symbol: 'DRUGS',
3275
+ logo_URIs: {
3276
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
3277
+ },
3278
+ images: [{
3279
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
3280
+ }],
3281
+ traces: [{
3282
+ type: 'ibc',
3283
+ counterparty: {
3284
+ channel_id: 'channel-98',
3285
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
3286
+ chain_name: 'injective'
3287
+ },
3288
+ chain: {
3289
+ channel_id: 'channel-54'
3290
+ }
3291
+ }]
3292
+ },
3229
3293
  {
3230
3294
  description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
3231
3295
  denom_units: [{
@@ -467,6 +467,38 @@ const assets = {
467
467
  }
468
468
  }]
469
469
  },
470
+ {
471
+ description: 'DRUGS meme coin',
472
+ denom_units: [{
473
+ denom: 'ibc/9222CAFDD3775FB59F762E8DC48CB2D470EAE3C2986A73803C2EEC898CB36745',
474
+ exponent: 0,
475
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
476
+ }, {
477
+ denom: 'DRUGS',
478
+ exponent: 6
479
+ }],
480
+ base: 'ibc/9222CAFDD3775FB59F762E8DC48CB2D470EAE3C2986A73803C2EEC898CB36745',
481
+ name: 'DRUGS',
482
+ display: 'DRUGS',
483
+ symbol: 'DRUGS',
484
+ logo_URIs: {
485
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
486
+ },
487
+ images: [{
488
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
489
+ }],
490
+ traces: [{
491
+ type: 'ibc',
492
+ counterparty: {
493
+ channel_id: 'channel-102',
494
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
495
+ chain_name: 'injective'
496
+ },
497
+ chain: {
498
+ channel_id: 'channel-3'
499
+ }
500
+ }]
501
+ },
470
502
  {
471
503
  description: 'The native token of JUNO Chain',
472
504
  denom_units: [{
@@ -1216,6 +1248,38 @@ const assets = {
1216
1248
  }
1217
1249
  }]
1218
1250
  },
1251
+ {
1252
+ description: 'DRUGS meme coin',
1253
+ denom_units: [{
1254
+ denom: 'ibc/9222CAFDD3775FB59F762E8DC48CB2D470EAE3C2986A73803C2EEC898CB36745',
1255
+ exponent: 0,
1256
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
1257
+ }, {
1258
+ denom: 'DRUGS',
1259
+ exponent: 6
1260
+ }],
1261
+ base: 'ibc/9222CAFDD3775FB59F762E8DC48CB2D470EAE3C2986A73803C2EEC898CB36745',
1262
+ name: 'DRUGS',
1263
+ display: 'DRUGS',
1264
+ symbol: 'DRUGS',
1265
+ logo_URIs: {
1266
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1267
+ },
1268
+ images: [{
1269
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1270
+ }],
1271
+ traces: [{
1272
+ type: 'ibc',
1273
+ counterparty: {
1274
+ channel_id: 'channel-102',
1275
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
1276
+ chain_name: 'injective'
1277
+ },
1278
+ chain: {
1279
+ channel_id: 'channel-3'
1280
+ }
1281
+ }]
1282
+ },
1219
1283
  {
1220
1284
  description: 'The native token of JUNO Chain',
1221
1285
  denom_units: [{
@@ -576,6 +576,38 @@ const assets = {
576
576
  }
577
577
  }]
578
578
  },
579
+ {
580
+ description: 'DRUGS meme coin',
581
+ denom_units: [{
582
+ denom: 'ibc/C0D7BA5BE8835E2348C6D2FC35027E9D9F13D0818F29D49BBF7DB86EDD301F1E',
583
+ exponent: 0,
584
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
585
+ }, {
586
+ denom: 'DRUGS',
587
+ exponent: 6
588
+ }],
589
+ base: 'ibc/C0D7BA5BE8835E2348C6D2FC35027E9D9F13D0818F29D49BBF7DB86EDD301F1E',
590
+ name: 'DRUGS',
591
+ display: 'DRUGS',
592
+ symbol: 'DRUGS',
593
+ logo_URIs: {
594
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
595
+ },
596
+ images: [{
597
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
598
+ }],
599
+ traces: [{
600
+ type: 'ibc',
601
+ counterparty: {
602
+ channel_id: 'channel-177',
603
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
604
+ chain_name: 'injective'
605
+ },
606
+ chain: {
607
+ channel_id: 'channel-60'
608
+ }
609
+ }]
610
+ },
579
611
  {
580
612
  description: 'The native token of JUNO Chain',
581
613
  denom_units: [{
@@ -1476,6 +1508,38 @@ const assets = {
1476
1508
  }
1477
1509
  }]
1478
1510
  },
1511
+ {
1512
+ description: 'DRUGS meme coin',
1513
+ denom_units: [{
1514
+ denom: 'ibc/C0D7BA5BE8835E2348C6D2FC35027E9D9F13D0818F29D49BBF7DB86EDD301F1E',
1515
+ exponent: 0,
1516
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
1517
+ }, {
1518
+ denom: 'DRUGS',
1519
+ exponent: 6
1520
+ }],
1521
+ base: 'ibc/C0D7BA5BE8835E2348C6D2FC35027E9D9F13D0818F29D49BBF7DB86EDD301F1E',
1522
+ name: 'DRUGS',
1523
+ display: 'DRUGS',
1524
+ symbol: 'DRUGS',
1525
+ logo_URIs: {
1526
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1527
+ },
1528
+ images: [{
1529
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1530
+ }],
1531
+ traces: [{
1532
+ type: 'ibc',
1533
+ counterparty: {
1534
+ channel_id: 'channel-177',
1535
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
1536
+ chain_name: 'injective'
1537
+ },
1538
+ chain: {
1539
+ channel_id: 'channel-60'
1540
+ }
1541
+ }]
1542
+ },
1479
1543
  {
1480
1544
  description: 'The native token of JUNO Chain',
1481
1545
  denom_units: [{
@@ -977,6 +977,38 @@ const assets = {
977
977
  }
978
978
  }]
979
979
  },
980
+ {
981
+ description: 'DRUGS meme coin',
982
+ denom_units: [{
983
+ denom: 'ibc/356693BB2BAA9875C56A0D171BE80FF3BFB8CEDC859A8D142805A6E1F6280341',
984
+ exponent: 0,
985
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
986
+ }, {
987
+ denom: 'DRUGS',
988
+ exponent: 6
989
+ }],
990
+ base: 'ibc/356693BB2BAA9875C56A0D171BE80FF3BFB8CEDC859A8D142805A6E1F6280341',
991
+ name: 'DRUGS',
992
+ display: 'DRUGS',
993
+ symbol: 'DRUGS',
994
+ logo_URIs: {
995
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
996
+ },
997
+ images: [{
998
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
999
+ }],
1000
+ traces: [{
1001
+ type: 'ibc',
1002
+ counterparty: {
1003
+ channel_id: 'channel-148',
1004
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
1005
+ chain_name: 'injective'
1006
+ },
1007
+ chain: {
1008
+ channel_id: 'channel-31'
1009
+ }
1010
+ }]
1011
+ },
980
1012
  {
981
1013
  description: 'The native staking and governance token of Joltify',
982
1014
  denom_units: [{
@@ -2573,6 +2605,38 @@ const assets = {
2573
2605
  }
2574
2606
  }]
2575
2607
  },
2608
+ {
2609
+ description: 'DRUGS meme coin',
2610
+ denom_units: [{
2611
+ denom: 'ibc/356693BB2BAA9875C56A0D171BE80FF3BFB8CEDC859A8D142805A6E1F6280341',
2612
+ exponent: 0,
2613
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
2614
+ }, {
2615
+ denom: 'DRUGS',
2616
+ exponent: 6
2617
+ }],
2618
+ base: 'ibc/356693BB2BAA9875C56A0D171BE80FF3BFB8CEDC859A8D142805A6E1F6280341',
2619
+ name: 'DRUGS',
2620
+ display: 'DRUGS',
2621
+ symbol: 'DRUGS',
2622
+ logo_URIs: {
2623
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
2624
+ },
2625
+ images: [{
2626
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
2627
+ }],
2628
+ traces: [{
2629
+ type: 'ibc',
2630
+ counterparty: {
2631
+ channel_id: 'channel-148',
2632
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
2633
+ chain_name: 'injective'
2634
+ },
2635
+ chain: {
2636
+ channel_id: 'channel-31'
2637
+ }
2638
+ }]
2639
+ },
2576
2640
  {
2577
2641
  description: 'The native staking and governance token of Joltify',
2578
2642
  denom_units: [{
@@ -360,6 +360,38 @@ const assets = {
360
360
  }
361
361
  }]
362
362
  },
363
+ {
364
+ description: 'DRUGS meme coin',
365
+ denom_units: [{
366
+ denom: 'ibc/FEC6E689CBFFF9F300855AA69431364A6C54FA5FAB6EF18DFB0C0C978A394ED7',
367
+ exponent: 0,
368
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
369
+ }, {
370
+ denom: 'DRUGS',
371
+ exponent: 6
372
+ }],
373
+ base: 'ibc/FEC6E689CBFFF9F300855AA69431364A6C54FA5FAB6EF18DFB0C0C978A394ED7',
374
+ name: 'DRUGS',
375
+ display: 'DRUGS',
376
+ symbol: 'DRUGS',
377
+ logo_URIs: {
378
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
379
+ },
380
+ images: [{
381
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
382
+ }],
383
+ traces: [{
384
+ type: 'ibc',
385
+ counterparty: {
386
+ channel_id: 'channel-138',
387
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
388
+ chain_name: 'injective'
389
+ },
390
+ chain: {
391
+ channel_id: 'channel-17'
392
+ }
393
+ }]
394
+ },
363
395
  {
364
396
  description: 'The native token of JUNO Chain',
365
397
  denom_units: [{
@@ -910,6 +942,38 @@ const assets = {
910
942
  }
911
943
  }]
912
944
  },
945
+ {
946
+ description: 'DRUGS meme coin',
947
+ denom_units: [{
948
+ denom: 'ibc/FEC6E689CBFFF9F300855AA69431364A6C54FA5FAB6EF18DFB0C0C978A394ED7',
949
+ exponent: 0,
950
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
951
+ }, {
952
+ denom: 'DRUGS',
953
+ exponent: 6
954
+ }],
955
+ base: 'ibc/FEC6E689CBFFF9F300855AA69431364A6C54FA5FAB6EF18DFB0C0C978A394ED7',
956
+ name: 'DRUGS',
957
+ display: 'DRUGS',
958
+ symbol: 'DRUGS',
959
+ logo_URIs: {
960
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
961
+ },
962
+ images: [{
963
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
964
+ }],
965
+ traces: [{
966
+ type: 'ibc',
967
+ counterparty: {
968
+ channel_id: 'channel-138',
969
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
970
+ chain_name: 'injective'
971
+ },
972
+ chain: {
973
+ channel_id: 'channel-17'
974
+ }
975
+ }]
976
+ },
913
977
  {
914
978
  description: 'The native token of JUNO Chain',
915
979
  denom_units: [{
@@ -315,6 +315,38 @@ const assets = {
315
315
  }
316
316
  }]
317
317
  },
318
+ {
319
+ description: 'DRUGS meme coin',
320
+ denom_units: [{
321
+ denom: 'ibc/A92EBC51C1948F66920B706923B6CF45388A06413AED72FC88AA6C34DC9EA1D7',
322
+ exponent: 0,
323
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
324
+ }, {
325
+ denom: 'DRUGS',
326
+ exponent: 6
327
+ }],
328
+ base: 'ibc/A92EBC51C1948F66920B706923B6CF45388A06413AED72FC88AA6C34DC9EA1D7',
329
+ name: 'DRUGS',
330
+ display: 'DRUGS',
331
+ symbol: 'DRUGS',
332
+ logo_URIs: {
333
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
334
+ },
335
+ images: [{
336
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
337
+ }],
338
+ traces: [{
339
+ type: 'ibc',
340
+ counterparty: {
341
+ channel_id: 'channel-214',
342
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
343
+ chain_name: 'injective'
344
+ },
345
+ chain: {
346
+ channel_id: 'channel-65'
347
+ }
348
+ }]
349
+ },
318
350
  {
319
351
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
320
352
  denom_units: [{
@@ -671,6 +703,38 @@ const assets = {
671
703
  }
672
704
  }]
673
705
  },
706
+ {
707
+ description: 'DRUGS meme coin',
708
+ denom_units: [{
709
+ denom: 'ibc/A92EBC51C1948F66920B706923B6CF45388A06413AED72FC88AA6C34DC9EA1D7',
710
+ exponent: 0,
711
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
712
+ }, {
713
+ denom: 'DRUGS',
714
+ exponent: 6
715
+ }],
716
+ base: 'ibc/A92EBC51C1948F66920B706923B6CF45388A06413AED72FC88AA6C34DC9EA1D7',
717
+ name: 'DRUGS',
718
+ display: 'DRUGS',
719
+ symbol: 'DRUGS',
720
+ logo_URIs: {
721
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
722
+ },
723
+ images: [{
724
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
725
+ }],
726
+ traces: [{
727
+ type: 'ibc',
728
+ counterparty: {
729
+ channel_id: 'channel-214',
730
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
731
+ chain_name: 'injective'
732
+ },
733
+ chain: {
734
+ channel_id: 'channel-65'
735
+ }
736
+ }]
737
+ },
674
738
  {
675
739
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
676
740
  denom_units: [{