@chain-registry/assets 1.64.58 → 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/mainnet/andromeda.js
CHANGED
|
@@ -324,6 +324,38 @@ const assets = {
|
|
|
324
324
|
}
|
|
325
325
|
}]
|
|
326
326
|
},
|
|
327
|
+
{
|
|
328
|
+
description: 'DRUGS meme coin',
|
|
329
|
+
denom_units: [{
|
|
330
|
+
denom: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
|
|
331
|
+
exponent: 0,
|
|
332
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
333
|
+
}, {
|
|
334
|
+
denom: 'DRUGS',
|
|
335
|
+
exponent: 6
|
|
336
|
+
}],
|
|
337
|
+
base: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
|
|
338
|
+
name: 'DRUGS',
|
|
339
|
+
display: 'DRUGS',
|
|
340
|
+
symbol: 'DRUGS',
|
|
341
|
+
logo_URIs: {
|
|
342
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
343
|
+
},
|
|
344
|
+
images: [{
|
|
345
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
346
|
+
}],
|
|
347
|
+
traces: [{
|
|
348
|
+
type: 'ibc',
|
|
349
|
+
counterparty: {
|
|
350
|
+
channel_id: 'channel-213',
|
|
351
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
352
|
+
chain_name: 'injective'
|
|
353
|
+
},
|
|
354
|
+
chain: {
|
|
355
|
+
channel_id: 'channel-13'
|
|
356
|
+
}
|
|
357
|
+
}]
|
|
358
|
+
},
|
|
327
359
|
{
|
|
328
360
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
329
361
|
denom_units: [{
|
|
@@ -813,6 +845,38 @@ const assets = {
|
|
|
813
845
|
}
|
|
814
846
|
}]
|
|
815
847
|
},
|
|
848
|
+
{
|
|
849
|
+
description: 'DRUGS meme coin',
|
|
850
|
+
denom_units: [{
|
|
851
|
+
denom: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
|
|
852
|
+
exponent: 0,
|
|
853
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
854
|
+
}, {
|
|
855
|
+
denom: 'DRUGS',
|
|
856
|
+
exponent: 6
|
|
857
|
+
}],
|
|
858
|
+
base: 'ibc/E4F771F65B5E96902FE77F4468C139C370B7C0B90D76231AF6D0C29CE61F508E',
|
|
859
|
+
name: 'DRUGS',
|
|
860
|
+
display: 'DRUGS',
|
|
861
|
+
symbol: 'DRUGS',
|
|
862
|
+
logo_URIs: {
|
|
863
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
864
|
+
},
|
|
865
|
+
images: [{
|
|
866
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
867
|
+
}],
|
|
868
|
+
traces: [{
|
|
869
|
+
type: 'ibc',
|
|
870
|
+
counterparty: {
|
|
871
|
+
channel_id: 'channel-213',
|
|
872
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
873
|
+
chain_name: 'injective'
|
|
874
|
+
},
|
|
875
|
+
chain: {
|
|
876
|
+
channel_id: 'channel-13'
|
|
877
|
+
}
|
|
878
|
+
}]
|
|
879
|
+
},
|
|
816
880
|
{
|
|
817
881
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
818
882
|
denom_units: [{
|
package/mainnet/axelar.js
CHANGED
|
@@ -1510,6 +1510,38 @@ const assets = {
|
|
|
1510
1510
|
}
|
|
1511
1511
|
}]
|
|
1512
1512
|
},
|
|
1513
|
+
{
|
|
1514
|
+
description: 'DRUGS meme coin',
|
|
1515
|
+
denom_units: [{
|
|
1516
|
+
denom: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
1517
|
+
exponent: 0,
|
|
1518
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1519
|
+
}, {
|
|
1520
|
+
denom: 'DRUGS',
|
|
1521
|
+
exponent: 6
|
|
1522
|
+
}],
|
|
1523
|
+
base: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
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-84',
|
|
1537
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1538
|
+
chain_name: 'injective'
|
|
1539
|
+
},
|
|
1540
|
+
chain: {
|
|
1541
|
+
channel_id: 'channel-10'
|
|
1542
|
+
}
|
|
1543
|
+
}]
|
|
1544
|
+
},
|
|
1513
1545
|
{
|
|
1514
1546
|
description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
|
|
1515
1547
|
denom_units: [{
|
|
@@ -3745,6 +3777,38 @@ const assets = {
|
|
|
3745
3777
|
}
|
|
3746
3778
|
}]
|
|
3747
3779
|
},
|
|
3780
|
+
{
|
|
3781
|
+
description: 'DRUGS meme coin',
|
|
3782
|
+
denom_units: [{
|
|
3783
|
+
denom: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
3784
|
+
exponent: 0,
|
|
3785
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
3786
|
+
}, {
|
|
3787
|
+
denom: 'DRUGS',
|
|
3788
|
+
exponent: 6
|
|
3789
|
+
}],
|
|
3790
|
+
base: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
3791
|
+
name: 'DRUGS',
|
|
3792
|
+
display: 'DRUGS',
|
|
3793
|
+
symbol: 'DRUGS',
|
|
3794
|
+
logo_URIs: {
|
|
3795
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3796
|
+
},
|
|
3797
|
+
images: [{
|
|
3798
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3799
|
+
}],
|
|
3800
|
+
traces: [{
|
|
3801
|
+
type: 'ibc',
|
|
3802
|
+
counterparty: {
|
|
3803
|
+
channel_id: 'channel-84',
|
|
3804
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
3805
|
+
chain_name: 'injective'
|
|
3806
|
+
},
|
|
3807
|
+
chain: {
|
|
3808
|
+
channel_id: 'channel-10'
|
|
3809
|
+
}
|
|
3810
|
+
}]
|
|
3811
|
+
},
|
|
3748
3812
|
{
|
|
3749
3813
|
description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
|
|
3750
3814
|
denom_units: [{
|
package/mainnet/celestia.js
CHANGED
|
@@ -563,6 +563,38 @@ const assets = {
|
|
|
563
563
|
}
|
|
564
564
|
}]
|
|
565
565
|
},
|
|
566
|
+
{
|
|
567
|
+
description: 'DRUGS meme coin',
|
|
568
|
+
denom_units: [{
|
|
569
|
+
denom: 'ibc/4E5ECC18208BCA86450326E8F724DBE72B2BA2ADF9B641CE104AC2FC234A3793',
|
|
570
|
+
exponent: 0,
|
|
571
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
572
|
+
}, {
|
|
573
|
+
denom: 'DRUGS',
|
|
574
|
+
exponent: 6
|
|
575
|
+
}],
|
|
576
|
+
base: 'ibc/4E5ECC18208BCA86450326E8F724DBE72B2BA2ADF9B641CE104AC2FC234A3793',
|
|
577
|
+
name: 'DRUGS',
|
|
578
|
+
display: 'DRUGS',
|
|
579
|
+
symbol: 'DRUGS',
|
|
580
|
+
logo_URIs: {
|
|
581
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
582
|
+
},
|
|
583
|
+
images: [{
|
|
584
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
585
|
+
}],
|
|
586
|
+
traces: [{
|
|
587
|
+
type: 'ibc',
|
|
588
|
+
counterparty: {
|
|
589
|
+
channel_id: 'channel-152',
|
|
590
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
591
|
+
chain_name: 'injective'
|
|
592
|
+
},
|
|
593
|
+
chain: {
|
|
594
|
+
channel_id: 'channel-7'
|
|
595
|
+
}
|
|
596
|
+
}]
|
|
597
|
+
},
|
|
566
598
|
{
|
|
567
599
|
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.',
|
|
568
600
|
denom_units: [{
|
|
@@ -1718,6 +1750,38 @@ const assets = {
|
|
|
1718
1750
|
}
|
|
1719
1751
|
}]
|
|
1720
1752
|
},
|
|
1753
|
+
{
|
|
1754
|
+
description: 'DRUGS meme coin',
|
|
1755
|
+
denom_units: [{
|
|
1756
|
+
denom: 'ibc/4E5ECC18208BCA86450326E8F724DBE72B2BA2ADF9B641CE104AC2FC234A3793',
|
|
1757
|
+
exponent: 0,
|
|
1758
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1759
|
+
}, {
|
|
1760
|
+
denom: 'DRUGS',
|
|
1761
|
+
exponent: 6
|
|
1762
|
+
}],
|
|
1763
|
+
base: 'ibc/4E5ECC18208BCA86450326E8F724DBE72B2BA2ADF9B641CE104AC2FC234A3793',
|
|
1764
|
+
name: 'DRUGS',
|
|
1765
|
+
display: 'DRUGS',
|
|
1766
|
+
symbol: 'DRUGS',
|
|
1767
|
+
logo_URIs: {
|
|
1768
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1769
|
+
},
|
|
1770
|
+
images: [{
|
|
1771
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1772
|
+
}],
|
|
1773
|
+
traces: [{
|
|
1774
|
+
type: 'ibc',
|
|
1775
|
+
counterparty: {
|
|
1776
|
+
channel_id: 'channel-152',
|
|
1777
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1778
|
+
chain_name: 'injective'
|
|
1779
|
+
},
|
|
1780
|
+
chain: {
|
|
1781
|
+
channel_id: 'channel-7'
|
|
1782
|
+
}
|
|
1783
|
+
}]
|
|
1784
|
+
},
|
|
1721
1785
|
{
|
|
1722
1786
|
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.',
|
|
1723
1787
|
denom_units: [{
|
package/mainnet/composable.js
CHANGED
|
@@ -2972,6 +2972,38 @@ const assets = {
|
|
|
2972
2972
|
}
|
|
2973
2973
|
}]
|
|
2974
2974
|
},
|
|
2975
|
+
{
|
|
2976
|
+
description: 'DRUGS meme coin',
|
|
2977
|
+
denom_units: [{
|
|
2978
|
+
denom: 'ibc/3DA269C35D0C1735E0B6B975F20C5038DEABBF11775A0086E33DC86CF3147466',
|
|
2979
|
+
exponent: 0,
|
|
2980
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
2981
|
+
}, {
|
|
2982
|
+
denom: 'DRUGS',
|
|
2983
|
+
exponent: 6
|
|
2984
|
+
}],
|
|
2985
|
+
base: 'ibc/3DA269C35D0C1735E0B6B975F20C5038DEABBF11775A0086E33DC86CF3147466',
|
|
2986
|
+
name: 'DRUGS',
|
|
2987
|
+
display: 'DRUGS',
|
|
2988
|
+
symbol: 'DRUGS',
|
|
2989
|
+
logo_URIs: {
|
|
2990
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
2991
|
+
},
|
|
2992
|
+
images: [{
|
|
2993
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
2994
|
+
}],
|
|
2995
|
+
traces: [{
|
|
2996
|
+
type: 'ibc',
|
|
2997
|
+
counterparty: {
|
|
2998
|
+
channel_id: 'channel-145',
|
|
2999
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
3000
|
+
chain_name: 'injective'
|
|
3001
|
+
},
|
|
3002
|
+
chain: {
|
|
3003
|
+
channel_id: 'channel-29'
|
|
3004
|
+
}
|
|
3005
|
+
}]
|
|
3006
|
+
},
|
|
2975
3007
|
{
|
|
2976
3008
|
description: 'The native token of JUNO Chain',
|
|
2977
3009
|
denom_units: [{
|
|
@@ -4363,6 +4395,38 @@ const assets = {
|
|
|
4363
4395
|
}
|
|
4364
4396
|
}]
|
|
4365
4397
|
},
|
|
4398
|
+
{
|
|
4399
|
+
description: 'DRUGS meme coin',
|
|
4400
|
+
denom_units: [{
|
|
4401
|
+
denom: 'ibc/3DA269C35D0C1735E0B6B975F20C5038DEABBF11775A0086E33DC86CF3147466',
|
|
4402
|
+
exponent: 0,
|
|
4403
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
4404
|
+
}, {
|
|
4405
|
+
denom: 'DRUGS',
|
|
4406
|
+
exponent: 6
|
|
4407
|
+
}],
|
|
4408
|
+
base: 'ibc/3DA269C35D0C1735E0B6B975F20C5038DEABBF11775A0086E33DC86CF3147466',
|
|
4409
|
+
name: 'DRUGS',
|
|
4410
|
+
display: 'DRUGS',
|
|
4411
|
+
symbol: 'DRUGS',
|
|
4412
|
+
logo_URIs: {
|
|
4413
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
4414
|
+
},
|
|
4415
|
+
images: [{
|
|
4416
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
4417
|
+
}],
|
|
4418
|
+
traces: [{
|
|
4419
|
+
type: 'ibc',
|
|
4420
|
+
counterparty: {
|
|
4421
|
+
channel_id: 'channel-145',
|
|
4422
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
4423
|
+
chain_name: 'injective'
|
|
4424
|
+
},
|
|
4425
|
+
chain: {
|
|
4426
|
+
channel_id: 'channel-29'
|
|
4427
|
+
}
|
|
4428
|
+
}]
|
|
4429
|
+
},
|
|
4366
4430
|
{
|
|
4367
4431
|
description: 'The native token of JUNO Chain',
|
|
4368
4432
|
denom_units: [{
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -2450,6 +2450,38 @@ const assets = {
|
|
|
2450
2450
|
}
|
|
2451
2451
|
}]
|
|
2452
2452
|
},
|
|
2453
|
+
{
|
|
2454
|
+
description: 'DRUGS meme coin',
|
|
2455
|
+
denom_units: [{
|
|
2456
|
+
denom: 'ibc/193836AD16052AF0B05A618D065CBAD53301925E5DFD30AB7FC5B2D5CA5E450C',
|
|
2457
|
+
exponent: 0,
|
|
2458
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
2459
|
+
}, {
|
|
2460
|
+
denom: 'DRUGS',
|
|
2461
|
+
exponent: 6
|
|
2462
|
+
}],
|
|
2463
|
+
base: 'ibc/193836AD16052AF0B05A618D065CBAD53301925E5DFD30AB7FC5B2D5CA5E450C',
|
|
2464
|
+
name: 'DRUGS',
|
|
2465
|
+
display: 'DRUGS',
|
|
2466
|
+
symbol: 'DRUGS',
|
|
2467
|
+
logo_URIs: {
|
|
2468
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
2469
|
+
},
|
|
2470
|
+
images: [{
|
|
2471
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
2472
|
+
}],
|
|
2473
|
+
traces: [{
|
|
2474
|
+
type: 'ibc',
|
|
2475
|
+
counterparty: {
|
|
2476
|
+
channel_id: 'channel-1',
|
|
2477
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
2478
|
+
chain_name: 'injective'
|
|
2479
|
+
},
|
|
2480
|
+
chain: {
|
|
2481
|
+
channel_id: 'channel-220'
|
|
2482
|
+
}
|
|
2483
|
+
}]
|
|
2484
|
+
},
|
|
2453
2485
|
{
|
|
2454
2486
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
2455
2487
|
denom_units: [{
|
|
@@ -5396,6 +5428,38 @@ const assets = {
|
|
|
5396
5428
|
}
|
|
5397
5429
|
}]
|
|
5398
5430
|
},
|
|
5431
|
+
{
|
|
5432
|
+
description: 'DRUGS meme coin',
|
|
5433
|
+
denom_units: [{
|
|
5434
|
+
denom: 'ibc/193836AD16052AF0B05A618D065CBAD53301925E5DFD30AB7FC5B2D5CA5E450C',
|
|
5435
|
+
exponent: 0,
|
|
5436
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
5437
|
+
}, {
|
|
5438
|
+
denom: 'DRUGS',
|
|
5439
|
+
exponent: 6
|
|
5440
|
+
}],
|
|
5441
|
+
base: 'ibc/193836AD16052AF0B05A618D065CBAD53301925E5DFD30AB7FC5B2D5CA5E450C',
|
|
5442
|
+
name: 'DRUGS',
|
|
5443
|
+
display: 'DRUGS',
|
|
5444
|
+
symbol: 'DRUGS',
|
|
5445
|
+
logo_URIs: {
|
|
5446
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
5447
|
+
},
|
|
5448
|
+
images: [{
|
|
5449
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
5450
|
+
}],
|
|
5451
|
+
traces: [{
|
|
5452
|
+
type: 'ibc',
|
|
5453
|
+
counterparty: {
|
|
5454
|
+
channel_id: 'channel-1',
|
|
5455
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
5456
|
+
chain_name: 'injective'
|
|
5457
|
+
},
|
|
5458
|
+
chain: {
|
|
5459
|
+
channel_id: 'channel-220'
|
|
5460
|
+
}
|
|
5461
|
+
}]
|
|
5462
|
+
},
|
|
5399
5463
|
{
|
|
5400
5464
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
5401
5465
|
denom_units: [{
|
package/mainnet/crescent.js
CHANGED
|
@@ -1160,6 +1160,38 @@ const assets = {
|
|
|
1160
1160
|
}
|
|
1161
1161
|
}]
|
|
1162
1162
|
},
|
|
1163
|
+
{
|
|
1164
|
+
description: 'DRUGS meme coin',
|
|
1165
|
+
denom_units: [{
|
|
1166
|
+
denom: 'ibc/90C5538B57EDEB1E38BF0EFA11F9E2578202961F52385666AE5E37ADAF0A7F5D',
|
|
1167
|
+
exponent: 0,
|
|
1168
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1169
|
+
}, {
|
|
1170
|
+
denom: 'DRUGS',
|
|
1171
|
+
exponent: 6
|
|
1172
|
+
}],
|
|
1173
|
+
base: 'ibc/90C5538B57EDEB1E38BF0EFA11F9E2578202961F52385666AE5E37ADAF0A7F5D',
|
|
1174
|
+
name: 'DRUGS',
|
|
1175
|
+
display: 'DRUGS',
|
|
1176
|
+
symbol: 'DRUGS',
|
|
1177
|
+
logo_URIs: {
|
|
1178
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1179
|
+
},
|
|
1180
|
+
images: [{
|
|
1181
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1182
|
+
}],
|
|
1183
|
+
traces: [{
|
|
1184
|
+
type: 'ibc',
|
|
1185
|
+
counterparty: {
|
|
1186
|
+
channel_id: 'channel-90',
|
|
1187
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1188
|
+
chain_name: 'injective'
|
|
1189
|
+
},
|
|
1190
|
+
chain: {
|
|
1191
|
+
channel_id: 'channel-23'
|
|
1192
|
+
}
|
|
1193
|
+
}]
|
|
1194
|
+
},
|
|
1163
1195
|
{
|
|
1164
1196
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
1165
1197
|
denom_units: [{
|
|
@@ -3427,6 +3459,38 @@ const assets = {
|
|
|
3427
3459
|
}
|
|
3428
3460
|
}]
|
|
3429
3461
|
},
|
|
3462
|
+
{
|
|
3463
|
+
description: 'DRUGS meme coin',
|
|
3464
|
+
denom_units: [{
|
|
3465
|
+
denom: 'ibc/90C5538B57EDEB1E38BF0EFA11F9E2578202961F52385666AE5E37ADAF0A7F5D',
|
|
3466
|
+
exponent: 0,
|
|
3467
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
3468
|
+
}, {
|
|
3469
|
+
denom: 'DRUGS',
|
|
3470
|
+
exponent: 6
|
|
3471
|
+
}],
|
|
3472
|
+
base: 'ibc/90C5538B57EDEB1E38BF0EFA11F9E2578202961F52385666AE5E37ADAF0A7F5D',
|
|
3473
|
+
name: 'DRUGS',
|
|
3474
|
+
display: 'DRUGS',
|
|
3475
|
+
symbol: 'DRUGS',
|
|
3476
|
+
logo_URIs: {
|
|
3477
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3478
|
+
},
|
|
3479
|
+
images: [{
|
|
3480
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3481
|
+
}],
|
|
3482
|
+
traces: [{
|
|
3483
|
+
type: 'ibc',
|
|
3484
|
+
counterparty: {
|
|
3485
|
+
channel_id: 'channel-90',
|
|
3486
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
3487
|
+
chain_name: 'injective'
|
|
3488
|
+
},
|
|
3489
|
+
chain: {
|
|
3490
|
+
channel_id: 'channel-23'
|
|
3491
|
+
}
|
|
3492
|
+
}]
|
|
3493
|
+
},
|
|
3430
3494
|
{
|
|
3431
3495
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
3432
3496
|
denom_units: [{
|
package/mainnet/doravota.js
CHANGED
|
@@ -688,6 +688,38 @@ const assets = {
|
|
|
688
688
|
}
|
|
689
689
|
}]
|
|
690
690
|
},
|
|
691
|
+
{
|
|
692
|
+
description: 'DRUGS meme coin',
|
|
693
|
+
denom_units: [{
|
|
694
|
+
denom: 'ibc/27DEE3AFBDC7F055604761E2D793D40D84064869493984B23BF2738B848D20AF',
|
|
695
|
+
exponent: 0,
|
|
696
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
697
|
+
}, {
|
|
698
|
+
denom: 'DRUGS',
|
|
699
|
+
exponent: 6
|
|
700
|
+
}],
|
|
701
|
+
base: 'ibc/27DEE3AFBDC7F055604761E2D793D40D84064869493984B23BF2738B848D20AF',
|
|
702
|
+
name: 'DRUGS',
|
|
703
|
+
display: 'DRUGS',
|
|
704
|
+
symbol: 'DRUGS',
|
|
705
|
+
logo_URIs: {
|
|
706
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
707
|
+
},
|
|
708
|
+
images: [{
|
|
709
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
710
|
+
}],
|
|
711
|
+
traces: [{
|
|
712
|
+
type: 'ibc',
|
|
713
|
+
counterparty: {
|
|
714
|
+
channel_id: 'channel-182',
|
|
715
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
716
|
+
chain_name: 'injective'
|
|
717
|
+
},
|
|
718
|
+
chain: {
|
|
719
|
+
channel_id: 'channel-5'
|
|
720
|
+
}
|
|
721
|
+
}]
|
|
722
|
+
},
|
|
691
723
|
{
|
|
692
724
|
description: 'The native token of Nolus chain',
|
|
693
725
|
denom_units: [{
|
|
@@ -1214,6 +1246,38 @@ const assets = {
|
|
|
1214
1246
|
}
|
|
1215
1247
|
}]
|
|
1216
1248
|
},
|
|
1249
|
+
{
|
|
1250
|
+
description: 'DRUGS meme coin',
|
|
1251
|
+
denom_units: [{
|
|
1252
|
+
denom: 'ibc/27DEE3AFBDC7F055604761E2D793D40D84064869493984B23BF2738B848D20AF',
|
|
1253
|
+
exponent: 0,
|
|
1254
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1255
|
+
}, {
|
|
1256
|
+
denom: 'DRUGS',
|
|
1257
|
+
exponent: 6
|
|
1258
|
+
}],
|
|
1259
|
+
base: 'ibc/27DEE3AFBDC7F055604761E2D793D40D84064869493984B23BF2738B848D20AF',
|
|
1260
|
+
name: 'DRUGS',
|
|
1261
|
+
display: 'DRUGS',
|
|
1262
|
+
symbol: 'DRUGS',
|
|
1263
|
+
logo_URIs: {
|
|
1264
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1265
|
+
},
|
|
1266
|
+
images: [{
|
|
1267
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1268
|
+
}],
|
|
1269
|
+
traces: [{
|
|
1270
|
+
type: 'ibc',
|
|
1271
|
+
counterparty: {
|
|
1272
|
+
channel_id: 'channel-182',
|
|
1273
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1274
|
+
chain_name: 'injective'
|
|
1275
|
+
},
|
|
1276
|
+
chain: {
|
|
1277
|
+
channel_id: 'channel-5'
|
|
1278
|
+
}
|
|
1279
|
+
}]
|
|
1280
|
+
},
|
|
1217
1281
|
{
|
|
1218
1282
|
description: 'The native token of Nolus chain',
|
|
1219
1283
|
denom_units: [{
|
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: [{
|