@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
@@ -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: [{
package/mainnet/kava.js CHANGED
@@ -736,6 +736,38 @@ const assets = {
736
736
  }
737
737
  }]
738
738
  },
739
+ {
740
+ description: 'DRUGS meme coin',
741
+ denom_units: [{
742
+ denom: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
743
+ exponent: 0,
744
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
745
+ }, {
746
+ denom: 'DRUGS',
747
+ exponent: 6
748
+ }],
749
+ base: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
750
+ name: 'DRUGS',
751
+ display: 'DRUGS',
752
+ symbol: 'DRUGS',
753
+ logo_URIs: {
754
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
755
+ },
756
+ images: [{
757
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
758
+ }],
759
+ traces: [{
760
+ type: 'ibc',
761
+ counterparty: {
762
+ channel_id: 'channel-143',
763
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
764
+ chain_name: 'injective'
765
+ },
766
+ chain: {
767
+ channel_id: 'channel-122'
768
+ }
769
+ }]
770
+ },
739
771
  {
740
772
  description: 'The native token of Aura Network',
741
773
  denom_units: [{
@@ -1469,6 +1501,38 @@ const assets = {
1469
1501
  }
1470
1502
  }]
1471
1503
  },
1504
+ {
1505
+ description: 'DRUGS meme coin',
1506
+ denom_units: [{
1507
+ denom: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
1508
+ exponent: 0,
1509
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
1510
+ }, {
1511
+ denom: 'DRUGS',
1512
+ exponent: 6
1513
+ }],
1514
+ base: 'ibc/5F036A5A222C8F4CD24621B353F605AA5F686C66D45EB4439D0789913D3EA637',
1515
+ name: 'DRUGS',
1516
+ display: 'DRUGS',
1517
+ symbol: 'DRUGS',
1518
+ logo_URIs: {
1519
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1520
+ },
1521
+ images: [{
1522
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1523
+ }],
1524
+ traces: [{
1525
+ type: 'ibc',
1526
+ counterparty: {
1527
+ channel_id: 'channel-143',
1528
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
1529
+ chain_name: 'injective'
1530
+ },
1531
+ chain: {
1532
+ channel_id: 'channel-122'
1533
+ }
1534
+ }]
1535
+ },
1472
1536
  {
1473
1537
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
1474
1538
  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: [{
package/mainnet/noble.js CHANGED
@@ -979,6 +979,38 @@ const assets = {
979
979
  }
980
980
  }]
981
981
  },
982
+ {
983
+ description: 'DRUGS meme coin',
984
+ denom_units: [{
985
+ denom: 'ibc/356693BB2BAA9875C56A0D171BE80FF3BFB8CEDC859A8D142805A6E1F6280341',
986
+ exponent: 0,
987
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
988
+ }, {
989
+ denom: 'DRUGS',
990
+ exponent: 6
991
+ }],
992
+ base: 'ibc/356693BB2BAA9875C56A0D171BE80FF3BFB8CEDC859A8D142805A6E1F6280341',
993
+ name: 'DRUGS',
994
+ display: 'DRUGS',
995
+ symbol: 'DRUGS',
996
+ logo_URIs: {
997
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
998
+ },
999
+ images: [{
1000
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
1001
+ }],
1002
+ traces: [{
1003
+ type: 'ibc',
1004
+ counterparty: {
1005
+ channel_id: 'channel-148',
1006
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
1007
+ chain_name: 'injective'
1008
+ },
1009
+ chain: {
1010
+ channel_id: 'channel-31'
1011
+ }
1012
+ }]
1013
+ },
982
1014
  {
983
1015
  description: 'The native staking and governance token of Joltify',
984
1016
  denom_units: [{
@@ -2575,6 +2607,38 @@ const assets = {
2575
2607
  }
2576
2608
  }]
2577
2609
  },
2610
+ {
2611
+ description: 'DRUGS meme coin',
2612
+ denom_units: [{
2613
+ denom: 'ibc/356693BB2BAA9875C56A0D171BE80FF3BFB8CEDC859A8D142805A6E1F6280341',
2614
+ exponent: 0,
2615
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
2616
+ }, {
2617
+ denom: 'DRUGS',
2618
+ exponent: 6
2619
+ }],
2620
+ base: 'ibc/356693BB2BAA9875C56A0D171BE80FF3BFB8CEDC859A8D142805A6E1F6280341',
2621
+ name: 'DRUGS',
2622
+ display: 'DRUGS',
2623
+ symbol: 'DRUGS',
2624
+ logo_URIs: {
2625
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
2626
+ },
2627
+ images: [{
2628
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
2629
+ }],
2630
+ traces: [{
2631
+ type: 'ibc',
2632
+ counterparty: {
2633
+ channel_id: 'channel-148',
2634
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
2635
+ chain_name: 'injective'
2636
+ },
2637
+ chain: {
2638
+ channel_id: 'channel-31'
2639
+ }
2640
+ }]
2641
+ },
2578
2642
  {
2579
2643
  description: 'The native staking and governance token of Joltify',
2580
2644
  denom_units: [{
package/mainnet/nois.js CHANGED
@@ -362,6 +362,38 @@ const assets = {
362
362
  }
363
363
  }]
364
364
  },
365
+ {
366
+ description: 'DRUGS meme coin',
367
+ denom_units: [{
368
+ denom: 'ibc/FEC6E689CBFFF9F300855AA69431364A6C54FA5FAB6EF18DFB0C0C978A394ED7',
369
+ exponent: 0,
370
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
371
+ }, {
372
+ denom: 'DRUGS',
373
+ exponent: 6
374
+ }],
375
+ base: 'ibc/FEC6E689CBFFF9F300855AA69431364A6C54FA5FAB6EF18DFB0C0C978A394ED7',
376
+ name: 'DRUGS',
377
+ display: 'DRUGS',
378
+ symbol: 'DRUGS',
379
+ logo_URIs: {
380
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
381
+ },
382
+ images: [{
383
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
384
+ }],
385
+ traces: [{
386
+ type: 'ibc',
387
+ counterparty: {
388
+ channel_id: 'channel-138',
389
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
390
+ chain_name: 'injective'
391
+ },
392
+ chain: {
393
+ channel_id: 'channel-17'
394
+ }
395
+ }]
396
+ },
365
397
  {
366
398
  description: 'The native token of JUNO Chain',
367
399
  denom_units: [{
@@ -912,6 +944,38 @@ const assets = {
912
944
  }
913
945
  }]
914
946
  },
947
+ {
948
+ description: 'DRUGS meme coin',
949
+ denom_units: [{
950
+ denom: 'ibc/FEC6E689CBFFF9F300855AA69431364A6C54FA5FAB6EF18DFB0C0C978A394ED7',
951
+ exponent: 0,
952
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
953
+ }, {
954
+ denom: 'DRUGS',
955
+ exponent: 6
956
+ }],
957
+ base: 'ibc/FEC6E689CBFFF9F300855AA69431364A6C54FA5FAB6EF18DFB0C0C978A394ED7',
958
+ name: 'DRUGS',
959
+ display: 'DRUGS',
960
+ symbol: 'DRUGS',
961
+ logo_URIs: {
962
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
963
+ },
964
+ images: [{
965
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
966
+ }],
967
+ traces: [{
968
+ type: 'ibc',
969
+ counterparty: {
970
+ channel_id: 'channel-138',
971
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
972
+ chain_name: 'injective'
973
+ },
974
+ chain: {
975
+ channel_id: 'channel-17'
976
+ }
977
+ }]
978
+ },
915
979
  {
916
980
  description: 'The native token of JUNO Chain',
917
981
  denom_units: [{
package/mainnet/odin.js CHANGED
@@ -317,6 +317,38 @@ const assets = {
317
317
  }
318
318
  }]
319
319
  },
320
+ {
321
+ description: 'DRUGS meme coin',
322
+ denom_units: [{
323
+ denom: 'ibc/A92EBC51C1948F66920B706923B6CF45388A06413AED72FC88AA6C34DC9EA1D7',
324
+ exponent: 0,
325
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
326
+ }, {
327
+ denom: 'DRUGS',
328
+ exponent: 6
329
+ }],
330
+ base: 'ibc/A92EBC51C1948F66920B706923B6CF45388A06413AED72FC88AA6C34DC9EA1D7',
331
+ name: 'DRUGS',
332
+ display: 'DRUGS',
333
+ symbol: 'DRUGS',
334
+ logo_URIs: {
335
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
336
+ },
337
+ images: [{
338
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
339
+ }],
340
+ traces: [{
341
+ type: 'ibc',
342
+ counterparty: {
343
+ channel_id: 'channel-214',
344
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
345
+ chain_name: 'injective'
346
+ },
347
+ chain: {
348
+ channel_id: 'channel-65'
349
+ }
350
+ }]
351
+ },
320
352
  {
321
353
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
322
354
  denom_units: [{
@@ -673,6 +705,38 @@ const assets = {
673
705
  }
674
706
  }]
675
707
  },
708
+ {
709
+ description: 'DRUGS meme coin',
710
+ denom_units: [{
711
+ denom: 'ibc/A92EBC51C1948F66920B706923B6CF45388A06413AED72FC88AA6C34DC9EA1D7',
712
+ exponent: 0,
713
+ aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
714
+ }, {
715
+ denom: 'DRUGS',
716
+ exponent: 6
717
+ }],
718
+ base: 'ibc/A92EBC51C1948F66920B706923B6CF45388A06413AED72FC88AA6C34DC9EA1D7',
719
+ name: 'DRUGS',
720
+ display: 'DRUGS',
721
+ symbol: 'DRUGS',
722
+ logo_URIs: {
723
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
724
+ },
725
+ images: [{
726
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
727
+ }],
728
+ traces: [{
729
+ type: 'ibc',
730
+ counterparty: {
731
+ channel_id: 'channel-214',
732
+ base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
733
+ chain_name: 'injective'
734
+ },
735
+ chain: {
736
+ channel_id: 'channel-65'
737
+ }
738
+ }]
739
+ },
676
740
  {
677
741
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
678
742
  denom_units: [{