@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.
- package/esm/mainnet/andromeda.js +64 -0
- package/esm/mainnet/axelar.js +64 -0
- package/esm/mainnet/celestia.js +64 -0
- package/esm/mainnet/composable.js +64 -0
- package/esm/mainnet/cosmoshub.js +64 -0
- package/esm/mainnet/crescent.js +64 -0
- package/esm/mainnet/doravota.js +64 -0
- package/esm/mainnet/evmos.js +64 -0
- package/esm/mainnet/gateway.js +64 -0
- package/esm/mainnet/kava.js +64 -0
- package/esm/mainnet/kujira.js +64 -0
- package/esm/mainnet/migaloo.js +64 -0
- package/esm/mainnet/neutron.js +64 -0
- package/esm/mainnet/noble.js +64 -0
- package/esm/mainnet/nois.js +64 -0
- package/esm/mainnet/odin.js +64 -0
- package/esm/mainnet/oraichain.js +64 -0
- package/esm/mainnet/osmosis.js +64 -0
- package/esm/mainnet/persistence.js +64 -0
- package/esm/mainnet/pryzm.js +64 -0
- package/esm/mainnet/secretnetwork.js +64 -0
- package/esm/mainnet/sommelier.js +64 -0
- package/esm/mainnet/stride.js +64 -0
- package/esm/mainnet/terra2.js +64 -0
- package/esm/mainnet/umee.js +64 -0
- package/esm/mainnet/xpla.js +64 -0
- package/esm/testnet/mantrachaintestnet.js +48 -48
- package/esm/testnet/osmosistestnet.js +6 -6
- package/esm/testnet/symphonytestnet.js +4 -4
- package/mainnet/andromeda.js +64 -0
- package/mainnet/axelar.js +64 -0
- package/mainnet/celestia.js +64 -0
- package/mainnet/composable.js +64 -0
- package/mainnet/cosmoshub.js +64 -0
- package/mainnet/crescent.js +64 -0
- package/mainnet/doravota.js +64 -0
- package/mainnet/evmos.js +64 -0
- package/mainnet/gateway.js +64 -0
- package/mainnet/kava.js +64 -0
- package/mainnet/kujira.js +64 -0
- package/mainnet/migaloo.js +64 -0
- package/mainnet/neutron.js +64 -0
- package/mainnet/noble.js +64 -0
- package/mainnet/nois.js +64 -0
- package/mainnet/odin.js +64 -0
- package/mainnet/oraichain.js +64 -0
- package/mainnet/osmosis.js +64 -0
- package/mainnet/persistence.js +64 -0
- package/mainnet/pryzm.js +64 -0
- package/mainnet/secretnetwork.js +64 -0
- package/mainnet/sommelier.js +64 -0
- package/mainnet/stride.js +64 -0
- package/mainnet/terra2.js +64 -0
- package/mainnet/umee.js +64 -0
- package/mainnet/xpla.js +64 -0
- package/package.json +5 -5
- package/testnet/mantrachaintestnet.js +48 -48
- package/testnet/osmosistestnet.js +6 -6
- package/testnet/symphonytestnet.js +4 -4
package/esm/mainnet/andromeda.js
CHANGED
|
@@ -322,6 +322,38 @@ const assets = {
|
|
|
322
322
|
}
|
|
323
323
|
}]
|
|
324
324
|
},
|
|
325
|
+
{
|
|
326
|
+
description: 'DRUGS meme coin',
|
|
327
|
+
denom_units: [{
|
|
328
|
+
denom: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
|
|
329
|
+
exponent: 0,
|
|
330
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
331
|
+
}, {
|
|
332
|
+
denom: 'DRUGS',
|
|
333
|
+
exponent: 6
|
|
334
|
+
}],
|
|
335
|
+
base: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
|
|
336
|
+
name: 'DRUGS',
|
|
337
|
+
display: 'DRUGS',
|
|
338
|
+
symbol: 'DRUGS',
|
|
339
|
+
logo_URIs: {
|
|
340
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
341
|
+
},
|
|
342
|
+
images: [{
|
|
343
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
344
|
+
}],
|
|
345
|
+
traces: [{
|
|
346
|
+
type: 'ibc',
|
|
347
|
+
counterparty: {
|
|
348
|
+
channel_id: 'channel-213',
|
|
349
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
350
|
+
chain_name: 'injective'
|
|
351
|
+
},
|
|
352
|
+
chain: {
|
|
353
|
+
channel_id: 'channel-13'
|
|
354
|
+
}
|
|
355
|
+
}]
|
|
356
|
+
},
|
|
325
357
|
{
|
|
326
358
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
327
359
|
denom_units: [{
|
|
@@ -811,6 +843,38 @@ const assets = {
|
|
|
811
843
|
}
|
|
812
844
|
}]
|
|
813
845
|
},
|
|
846
|
+
{
|
|
847
|
+
description: 'DRUGS meme coin',
|
|
848
|
+
denom_units: [{
|
|
849
|
+
denom: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
|
|
850
|
+
exponent: 0,
|
|
851
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
852
|
+
}, {
|
|
853
|
+
denom: 'DRUGS',
|
|
854
|
+
exponent: 6
|
|
855
|
+
}],
|
|
856
|
+
base: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
|
|
857
|
+
name: 'DRUGS',
|
|
858
|
+
display: 'DRUGS',
|
|
859
|
+
symbol: 'DRUGS',
|
|
860
|
+
logo_URIs: {
|
|
861
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
862
|
+
},
|
|
863
|
+
images: [{
|
|
864
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
865
|
+
}],
|
|
866
|
+
traces: [{
|
|
867
|
+
type: 'ibc',
|
|
868
|
+
counterparty: {
|
|
869
|
+
channel_id: 'channel-213',
|
|
870
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
871
|
+
chain_name: 'injective'
|
|
872
|
+
},
|
|
873
|
+
chain: {
|
|
874
|
+
channel_id: 'channel-13'
|
|
875
|
+
}
|
|
876
|
+
}]
|
|
877
|
+
},
|
|
814
878
|
{
|
|
815
879
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
816
880
|
denom_units: [{
|
package/esm/mainnet/axelar.js
CHANGED
|
@@ -1508,6 +1508,38 @@ const assets = {
|
|
|
1508
1508
|
}
|
|
1509
1509
|
}]
|
|
1510
1510
|
},
|
|
1511
|
+
{
|
|
1512
|
+
description: 'DRUGS meme coin',
|
|
1513
|
+
denom_units: [{
|
|
1514
|
+
denom: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
1515
|
+
exponent: 0,
|
|
1516
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1517
|
+
}, {
|
|
1518
|
+
denom: 'DRUGS',
|
|
1519
|
+
exponent: 6
|
|
1520
|
+
}],
|
|
1521
|
+
base: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
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-84',
|
|
1535
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1536
|
+
chain_name: 'injective'
|
|
1537
|
+
},
|
|
1538
|
+
chain: {
|
|
1539
|
+
channel_id: 'channel-10'
|
|
1540
|
+
}
|
|
1541
|
+
}]
|
|
1542
|
+
},
|
|
1511
1543
|
{
|
|
1512
1544
|
description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
|
|
1513
1545
|
denom_units: [{
|
|
@@ -3743,6 +3775,38 @@ const assets = {
|
|
|
3743
3775
|
}
|
|
3744
3776
|
}]
|
|
3745
3777
|
},
|
|
3778
|
+
{
|
|
3779
|
+
description: 'DRUGS meme coin',
|
|
3780
|
+
denom_units: [{
|
|
3781
|
+
denom: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
3782
|
+
exponent: 0,
|
|
3783
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
3784
|
+
}, {
|
|
3785
|
+
denom: 'DRUGS',
|
|
3786
|
+
exponent: 6
|
|
3787
|
+
}],
|
|
3788
|
+
base: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
3789
|
+
name: 'DRUGS',
|
|
3790
|
+
display: 'DRUGS',
|
|
3791
|
+
symbol: 'DRUGS',
|
|
3792
|
+
logo_URIs: {
|
|
3793
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3794
|
+
},
|
|
3795
|
+
images: [{
|
|
3796
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3797
|
+
}],
|
|
3798
|
+
traces: [{
|
|
3799
|
+
type: 'ibc',
|
|
3800
|
+
counterparty: {
|
|
3801
|
+
channel_id: 'channel-84',
|
|
3802
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
3803
|
+
chain_name: 'injective'
|
|
3804
|
+
},
|
|
3805
|
+
chain: {
|
|
3806
|
+
channel_id: 'channel-10'
|
|
3807
|
+
}
|
|
3808
|
+
}]
|
|
3809
|
+
},
|
|
3746
3810
|
{
|
|
3747
3811
|
description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
|
|
3748
3812
|
denom_units: [{
|
package/esm/mainnet/celestia.js
CHANGED
|
@@ -561,6 +561,38 @@ const assets = {
|
|
|
561
561
|
}
|
|
562
562
|
}]
|
|
563
563
|
},
|
|
564
|
+
{
|
|
565
|
+
description: 'DRUGS meme coin',
|
|
566
|
+
denom_units: [{
|
|
567
|
+
denom: 'ibc/4E5ECC18208BCA86450326E8F724DBE72B2BA2ADF9B641CE104AC2FC234A3793',
|
|
568
|
+
exponent: 0,
|
|
569
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
570
|
+
}, {
|
|
571
|
+
denom: 'DRUGS',
|
|
572
|
+
exponent: 6
|
|
573
|
+
}],
|
|
574
|
+
base: 'ibc/4E5ECC18208BCA86450326E8F724DBE72B2BA2ADF9B641CE104AC2FC234A3793',
|
|
575
|
+
name: 'DRUGS',
|
|
576
|
+
display: 'DRUGS',
|
|
577
|
+
symbol: 'DRUGS',
|
|
578
|
+
logo_URIs: {
|
|
579
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
580
|
+
},
|
|
581
|
+
images: [{
|
|
582
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
583
|
+
}],
|
|
584
|
+
traces: [{
|
|
585
|
+
type: 'ibc',
|
|
586
|
+
counterparty: {
|
|
587
|
+
channel_id: 'channel-152',
|
|
588
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
589
|
+
chain_name: 'injective'
|
|
590
|
+
},
|
|
591
|
+
chain: {
|
|
592
|
+
channel_id: 'channel-7'
|
|
593
|
+
}
|
|
594
|
+
}]
|
|
595
|
+
},
|
|
564
596
|
{
|
|
565
597
|
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.',
|
|
566
598
|
denom_units: [{
|
|
@@ -1716,6 +1748,38 @@ const assets = {
|
|
|
1716
1748
|
}
|
|
1717
1749
|
}]
|
|
1718
1750
|
},
|
|
1751
|
+
{
|
|
1752
|
+
description: 'DRUGS meme coin',
|
|
1753
|
+
denom_units: [{
|
|
1754
|
+
denom: 'ibc/4E5ECC18208BCA86450326E8F724DBE72B2BA2ADF9B641CE104AC2FC234A3793',
|
|
1755
|
+
exponent: 0,
|
|
1756
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1757
|
+
}, {
|
|
1758
|
+
denom: 'DRUGS',
|
|
1759
|
+
exponent: 6
|
|
1760
|
+
}],
|
|
1761
|
+
base: 'ibc/4E5ECC18208BCA86450326E8F724DBE72B2BA2ADF9B641CE104AC2FC234A3793',
|
|
1762
|
+
name: 'DRUGS',
|
|
1763
|
+
display: 'DRUGS',
|
|
1764
|
+
symbol: 'DRUGS',
|
|
1765
|
+
logo_URIs: {
|
|
1766
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1767
|
+
},
|
|
1768
|
+
images: [{
|
|
1769
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1770
|
+
}],
|
|
1771
|
+
traces: [{
|
|
1772
|
+
type: 'ibc',
|
|
1773
|
+
counterparty: {
|
|
1774
|
+
channel_id: 'channel-152',
|
|
1775
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1776
|
+
chain_name: 'injective'
|
|
1777
|
+
},
|
|
1778
|
+
chain: {
|
|
1779
|
+
channel_id: 'channel-7'
|
|
1780
|
+
}
|
|
1781
|
+
}]
|
|
1782
|
+
},
|
|
1719
1783
|
{
|
|
1720
1784
|
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.',
|
|
1721
1785
|
denom_units: [{
|
|
@@ -2970,6 +2970,38 @@ const assets = {
|
|
|
2970
2970
|
}
|
|
2971
2971
|
}]
|
|
2972
2972
|
},
|
|
2973
|
+
{
|
|
2974
|
+
description: 'DRUGS meme coin',
|
|
2975
|
+
denom_units: [{
|
|
2976
|
+
denom: 'ibc/3DA269C35D0C1735E0B6B975F20C5038DEABBF11775A0086E33DC86CF3147466',
|
|
2977
|
+
exponent: 0,
|
|
2978
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
2979
|
+
}, {
|
|
2980
|
+
denom: 'DRUGS',
|
|
2981
|
+
exponent: 6
|
|
2982
|
+
}],
|
|
2983
|
+
base: 'ibc/3DA269C35D0C1735E0B6B975F20C5038DEABBF11775A0086E33DC86CF3147466',
|
|
2984
|
+
name: 'DRUGS',
|
|
2985
|
+
display: 'DRUGS',
|
|
2986
|
+
symbol: 'DRUGS',
|
|
2987
|
+
logo_URIs: {
|
|
2988
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
2989
|
+
},
|
|
2990
|
+
images: [{
|
|
2991
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
2992
|
+
}],
|
|
2993
|
+
traces: [{
|
|
2994
|
+
type: 'ibc',
|
|
2995
|
+
counterparty: {
|
|
2996
|
+
channel_id: 'channel-145',
|
|
2997
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
2998
|
+
chain_name: 'injective'
|
|
2999
|
+
},
|
|
3000
|
+
chain: {
|
|
3001
|
+
channel_id: 'channel-29'
|
|
3002
|
+
}
|
|
3003
|
+
}]
|
|
3004
|
+
},
|
|
2973
3005
|
{
|
|
2974
3006
|
description: 'The native token of JUNO Chain',
|
|
2975
3007
|
denom_units: [{
|
|
@@ -4361,6 +4393,38 @@ const assets = {
|
|
|
4361
4393
|
}
|
|
4362
4394
|
}]
|
|
4363
4395
|
},
|
|
4396
|
+
{
|
|
4397
|
+
description: 'DRUGS meme coin',
|
|
4398
|
+
denom_units: [{
|
|
4399
|
+
denom: 'ibc/3DA269C35D0C1735E0B6B975F20C5038DEABBF11775A0086E33DC86CF3147466',
|
|
4400
|
+
exponent: 0,
|
|
4401
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
4402
|
+
}, {
|
|
4403
|
+
denom: 'DRUGS',
|
|
4404
|
+
exponent: 6
|
|
4405
|
+
}],
|
|
4406
|
+
base: 'ibc/3DA269C35D0C1735E0B6B975F20C5038DEABBF11775A0086E33DC86CF3147466',
|
|
4407
|
+
name: 'DRUGS',
|
|
4408
|
+
display: 'DRUGS',
|
|
4409
|
+
symbol: 'DRUGS',
|
|
4410
|
+
logo_URIs: {
|
|
4411
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
4412
|
+
},
|
|
4413
|
+
images: [{
|
|
4414
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
4415
|
+
}],
|
|
4416
|
+
traces: [{
|
|
4417
|
+
type: 'ibc',
|
|
4418
|
+
counterparty: {
|
|
4419
|
+
channel_id: 'channel-145',
|
|
4420
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
4421
|
+
chain_name: 'injective'
|
|
4422
|
+
},
|
|
4423
|
+
chain: {
|
|
4424
|
+
channel_id: 'channel-29'
|
|
4425
|
+
}
|
|
4426
|
+
}]
|
|
4427
|
+
},
|
|
4364
4428
|
{
|
|
4365
4429
|
description: 'The native token of JUNO Chain',
|
|
4366
4430
|
denom_units: [{
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -2448,6 +2448,38 @@ const assets = {
|
|
|
2448
2448
|
}
|
|
2449
2449
|
}]
|
|
2450
2450
|
},
|
|
2451
|
+
{
|
|
2452
|
+
description: 'DRUGS meme coin',
|
|
2453
|
+
denom_units: [{
|
|
2454
|
+
denom: 'ibc/193836AD16052AF0B05A618D065CBAD53301925E5DFD30AB7FC5B2D5CA5E450C',
|
|
2455
|
+
exponent: 0,
|
|
2456
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
2457
|
+
}, {
|
|
2458
|
+
denom: 'DRUGS',
|
|
2459
|
+
exponent: 6
|
|
2460
|
+
}],
|
|
2461
|
+
base: 'ibc/193836AD16052AF0B05A618D065CBAD53301925E5DFD30AB7FC5B2D5CA5E450C',
|
|
2462
|
+
name: 'DRUGS',
|
|
2463
|
+
display: 'DRUGS',
|
|
2464
|
+
symbol: 'DRUGS',
|
|
2465
|
+
logo_URIs: {
|
|
2466
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
2467
|
+
},
|
|
2468
|
+
images: [{
|
|
2469
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
2470
|
+
}],
|
|
2471
|
+
traces: [{
|
|
2472
|
+
type: 'ibc',
|
|
2473
|
+
counterparty: {
|
|
2474
|
+
channel_id: 'channel-1',
|
|
2475
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
2476
|
+
chain_name: 'injective'
|
|
2477
|
+
},
|
|
2478
|
+
chain: {
|
|
2479
|
+
channel_id: 'channel-220'
|
|
2480
|
+
}
|
|
2481
|
+
}]
|
|
2482
|
+
},
|
|
2451
2483
|
{
|
|
2452
2484
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
2453
2485
|
denom_units: [{
|
|
@@ -5394,6 +5426,38 @@ const assets = {
|
|
|
5394
5426
|
}
|
|
5395
5427
|
}]
|
|
5396
5428
|
},
|
|
5429
|
+
{
|
|
5430
|
+
description: 'DRUGS meme coin',
|
|
5431
|
+
denom_units: [{
|
|
5432
|
+
denom: 'ibc/193836AD16052AF0B05A618D065CBAD53301925E5DFD30AB7FC5B2D5CA5E450C',
|
|
5433
|
+
exponent: 0,
|
|
5434
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
5435
|
+
}, {
|
|
5436
|
+
denom: 'DRUGS',
|
|
5437
|
+
exponent: 6
|
|
5438
|
+
}],
|
|
5439
|
+
base: 'ibc/193836AD16052AF0B05A618D065CBAD53301925E5DFD30AB7FC5B2D5CA5E450C',
|
|
5440
|
+
name: 'DRUGS',
|
|
5441
|
+
display: 'DRUGS',
|
|
5442
|
+
symbol: 'DRUGS',
|
|
5443
|
+
logo_URIs: {
|
|
5444
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
5445
|
+
},
|
|
5446
|
+
images: [{
|
|
5447
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
5448
|
+
}],
|
|
5449
|
+
traces: [{
|
|
5450
|
+
type: 'ibc',
|
|
5451
|
+
counterparty: {
|
|
5452
|
+
channel_id: 'channel-1',
|
|
5453
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
5454
|
+
chain_name: 'injective'
|
|
5455
|
+
},
|
|
5456
|
+
chain: {
|
|
5457
|
+
channel_id: 'channel-220'
|
|
5458
|
+
}
|
|
5459
|
+
}]
|
|
5460
|
+
},
|
|
5397
5461
|
{
|
|
5398
5462
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
5399
5463
|
denom_units: [{
|
package/esm/mainnet/crescent.js
CHANGED
|
@@ -1158,6 +1158,38 @@ const assets = {
|
|
|
1158
1158
|
}
|
|
1159
1159
|
}]
|
|
1160
1160
|
},
|
|
1161
|
+
{
|
|
1162
|
+
description: 'DRUGS meme coin',
|
|
1163
|
+
denom_units: [{
|
|
1164
|
+
denom: 'ibc/90C5538B57EDEB1E38BF0EFA11F9E2578202961F52385666AE5E37ADAF0A7F5D',
|
|
1165
|
+
exponent: 0,
|
|
1166
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1167
|
+
}, {
|
|
1168
|
+
denom: 'DRUGS',
|
|
1169
|
+
exponent: 6
|
|
1170
|
+
}],
|
|
1171
|
+
base: 'ibc/90C5538B57EDEB1E38BF0EFA11F9E2578202961F52385666AE5E37ADAF0A7F5D',
|
|
1172
|
+
name: 'DRUGS',
|
|
1173
|
+
display: 'DRUGS',
|
|
1174
|
+
symbol: 'DRUGS',
|
|
1175
|
+
logo_URIs: {
|
|
1176
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1177
|
+
},
|
|
1178
|
+
images: [{
|
|
1179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1180
|
+
}],
|
|
1181
|
+
traces: [{
|
|
1182
|
+
type: 'ibc',
|
|
1183
|
+
counterparty: {
|
|
1184
|
+
channel_id: 'channel-90',
|
|
1185
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1186
|
+
chain_name: 'injective'
|
|
1187
|
+
},
|
|
1188
|
+
chain: {
|
|
1189
|
+
channel_id: 'channel-23'
|
|
1190
|
+
}
|
|
1191
|
+
}]
|
|
1192
|
+
},
|
|
1161
1193
|
{
|
|
1162
1194
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
1163
1195
|
denom_units: [{
|
|
@@ -3425,6 +3457,38 @@ const assets = {
|
|
|
3425
3457
|
}
|
|
3426
3458
|
}]
|
|
3427
3459
|
},
|
|
3460
|
+
{
|
|
3461
|
+
description: 'DRUGS meme coin',
|
|
3462
|
+
denom_units: [{
|
|
3463
|
+
denom: 'ibc/90C5538B57EDEB1E38BF0EFA11F9E2578202961F52385666AE5E37ADAF0A7F5D',
|
|
3464
|
+
exponent: 0,
|
|
3465
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
3466
|
+
}, {
|
|
3467
|
+
denom: 'DRUGS',
|
|
3468
|
+
exponent: 6
|
|
3469
|
+
}],
|
|
3470
|
+
base: 'ibc/90C5538B57EDEB1E38BF0EFA11F9E2578202961F52385666AE5E37ADAF0A7F5D',
|
|
3471
|
+
name: 'DRUGS',
|
|
3472
|
+
display: 'DRUGS',
|
|
3473
|
+
symbol: 'DRUGS',
|
|
3474
|
+
logo_URIs: {
|
|
3475
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3476
|
+
},
|
|
3477
|
+
images: [{
|
|
3478
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3479
|
+
}],
|
|
3480
|
+
traces: [{
|
|
3481
|
+
type: 'ibc',
|
|
3482
|
+
counterparty: {
|
|
3483
|
+
channel_id: 'channel-90',
|
|
3484
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
3485
|
+
chain_name: 'injective'
|
|
3486
|
+
},
|
|
3487
|
+
chain: {
|
|
3488
|
+
channel_id: 'channel-23'
|
|
3489
|
+
}
|
|
3490
|
+
}]
|
|
3491
|
+
},
|
|
3428
3492
|
{
|
|
3429
3493
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
3430
3494
|
denom_units: [{
|
package/esm/mainnet/doravota.js
CHANGED
|
@@ -686,6 +686,38 @@ const assets = {
|
|
|
686
686
|
}
|
|
687
687
|
}]
|
|
688
688
|
},
|
|
689
|
+
{
|
|
690
|
+
description: 'DRUGS meme coin',
|
|
691
|
+
denom_units: [{
|
|
692
|
+
denom: 'ibc/27DEE3AFBDC7F055604761E2D793D40D84064869493984B23BF2738B848D20AF',
|
|
693
|
+
exponent: 0,
|
|
694
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
695
|
+
}, {
|
|
696
|
+
denom: 'DRUGS',
|
|
697
|
+
exponent: 6
|
|
698
|
+
}],
|
|
699
|
+
base: 'ibc/27DEE3AFBDC7F055604761E2D793D40D84064869493984B23BF2738B848D20AF',
|
|
700
|
+
name: 'DRUGS',
|
|
701
|
+
display: 'DRUGS',
|
|
702
|
+
symbol: 'DRUGS',
|
|
703
|
+
logo_URIs: {
|
|
704
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
705
|
+
},
|
|
706
|
+
images: [{
|
|
707
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
708
|
+
}],
|
|
709
|
+
traces: [{
|
|
710
|
+
type: 'ibc',
|
|
711
|
+
counterparty: {
|
|
712
|
+
channel_id: 'channel-182',
|
|
713
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
714
|
+
chain_name: 'injective'
|
|
715
|
+
},
|
|
716
|
+
chain: {
|
|
717
|
+
channel_id: 'channel-5'
|
|
718
|
+
}
|
|
719
|
+
}]
|
|
720
|
+
},
|
|
689
721
|
{
|
|
690
722
|
description: 'The native token of Nolus chain',
|
|
691
723
|
denom_units: [{
|
|
@@ -1212,6 +1244,38 @@ const assets = {
|
|
|
1212
1244
|
}
|
|
1213
1245
|
}]
|
|
1214
1246
|
},
|
|
1247
|
+
{
|
|
1248
|
+
description: 'DRUGS meme coin',
|
|
1249
|
+
denom_units: [{
|
|
1250
|
+
denom: 'ibc/27DEE3AFBDC7F055604761E2D793D40D84064869493984B23BF2738B848D20AF',
|
|
1251
|
+
exponent: 0,
|
|
1252
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1253
|
+
}, {
|
|
1254
|
+
denom: 'DRUGS',
|
|
1255
|
+
exponent: 6
|
|
1256
|
+
}],
|
|
1257
|
+
base: 'ibc/27DEE3AFBDC7F055604761E2D793D40D84064869493984B23BF2738B848D20AF',
|
|
1258
|
+
name: 'DRUGS',
|
|
1259
|
+
display: 'DRUGS',
|
|
1260
|
+
symbol: 'DRUGS',
|
|
1261
|
+
logo_URIs: {
|
|
1262
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1263
|
+
},
|
|
1264
|
+
images: [{
|
|
1265
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1266
|
+
}],
|
|
1267
|
+
traces: [{
|
|
1268
|
+
type: 'ibc',
|
|
1269
|
+
counterparty: {
|
|
1270
|
+
channel_id: 'channel-182',
|
|
1271
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1272
|
+
chain_name: 'injective'
|
|
1273
|
+
},
|
|
1274
|
+
chain: {
|
|
1275
|
+
channel_id: 'channel-5'
|
|
1276
|
+
}
|
|
1277
|
+
}]
|
|
1278
|
+
},
|
|
1215
1279
|
{
|
|
1216
1280
|
description: 'The native token of Nolus chain',
|
|
1217
1281
|
denom_units: [{
|
package/esm/mainnet/evmos.js
CHANGED
|
@@ -1775,6 +1775,38 @@ const assets = {
|
|
|
1775
1775
|
}
|
|
1776
1776
|
}]
|
|
1777
1777
|
},
|
|
1778
|
+
{
|
|
1779
|
+
description: 'DRUGS meme coin',
|
|
1780
|
+
denom_units: [{
|
|
1781
|
+
denom: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
1782
|
+
exponent: 0,
|
|
1783
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1784
|
+
}, {
|
|
1785
|
+
denom: 'DRUGS',
|
|
1786
|
+
exponent: 6
|
|
1787
|
+
}],
|
|
1788
|
+
base: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
1789
|
+
name: 'DRUGS',
|
|
1790
|
+
display: 'DRUGS',
|
|
1791
|
+
symbol: 'DRUGS',
|
|
1792
|
+
logo_URIs: {
|
|
1793
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1794
|
+
},
|
|
1795
|
+
images: [{
|
|
1796
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1797
|
+
}],
|
|
1798
|
+
traces: [{
|
|
1799
|
+
type: 'ibc',
|
|
1800
|
+
counterparty: {
|
|
1801
|
+
channel_id: 'channel-83',
|
|
1802
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1803
|
+
chain_name: 'injective'
|
|
1804
|
+
},
|
|
1805
|
+
chain: {
|
|
1806
|
+
channel_id: 'channel-10'
|
|
1807
|
+
}
|
|
1808
|
+
}]
|
|
1809
|
+
},
|
|
1778
1810
|
{
|
|
1779
1811
|
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.',
|
|
1780
1812
|
denom_units: [{
|
|
@@ -2752,6 +2784,38 @@ const assets = {
|
|
|
2752
2784
|
}
|
|
2753
2785
|
}]
|
|
2754
2786
|
},
|
|
2787
|
+
{
|
|
2788
|
+
description: 'DRUGS meme coin',
|
|
2789
|
+
denom_units: [{
|
|
2790
|
+
denom: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
2791
|
+
exponent: 0,
|
|
2792
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
2793
|
+
}, {
|
|
2794
|
+
denom: 'DRUGS',
|
|
2795
|
+
exponent: 6
|
|
2796
|
+
}],
|
|
2797
|
+
base: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
2798
|
+
name: 'DRUGS',
|
|
2799
|
+
display: 'DRUGS',
|
|
2800
|
+
symbol: 'DRUGS',
|
|
2801
|
+
logo_URIs: {
|
|
2802
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
2803
|
+
},
|
|
2804
|
+
images: [{
|
|
2805
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
2806
|
+
}],
|
|
2807
|
+
traces: [{
|
|
2808
|
+
type: 'ibc',
|
|
2809
|
+
counterparty: {
|
|
2810
|
+
channel_id: 'channel-83',
|
|
2811
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
2812
|
+
chain_name: 'injective'
|
|
2813
|
+
},
|
|
2814
|
+
chain: {
|
|
2815
|
+
channel_id: 'channel-10'
|
|
2816
|
+
}
|
|
2817
|
+
}]
|
|
2818
|
+
},
|
|
2755
2819
|
{
|
|
2756
2820
|
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.',
|
|
2757
2821
|
denom_units: [{
|