@chain-registry/assets 1.64.59 → 1.64.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/andromeda.js +64 -0
- package/esm/mainnet/axelar.js +144 -0
- package/esm/mainnet/celestia.js +64 -0
- package/esm/mainnet/composable.js +64 -0
- package/esm/mainnet/cosmoshub.js +144 -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/gravitybridge.js +80 -0
- package/esm/mainnet/kava.js +144 -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 +144 -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 +144 -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 +144 -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 +144 -0
- package/mainnet/celestia.js +64 -0
- package/mainnet/composable.js +64 -0
- package/mainnet/cosmoshub.js +144 -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/gravitybridge.js +80 -0
- package/mainnet/kava.js +144 -0
- package/mainnet/kujira.js +64 -0
- package/mainnet/migaloo.js +64 -0
- package/mainnet/neutron.js +64 -0
- package/mainnet/noble.js +144 -0
- package/mainnet/nois.js +64 -0
- package/mainnet/odin.js +64 -0
- package/mainnet/oraichain.js +64 -0
- package/mainnet/osmosis.js +144 -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 +144 -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/axelar.js
CHANGED
|
@@ -1200,6 +1200,46 @@ const assets = {
|
|
|
1200
1200
|
}
|
|
1201
1201
|
}]
|
|
1202
1202
|
},
|
|
1203
|
+
{
|
|
1204
|
+
description: 'Deenar gold-backed stablecoin',
|
|
1205
|
+
denom_units: [{
|
|
1206
|
+
denom: 'ibc/0F4A0619F89C185E8DA475C8ABE0AFB2CF2FCD06E43654858664EDB8D5D68CCE',
|
|
1207
|
+
exponent: 0,
|
|
1208
|
+
aliases: ['erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE']
|
|
1209
|
+
}, {
|
|
1210
|
+
denom: 'DEEN',
|
|
1211
|
+
exponent: 6
|
|
1212
|
+
}],
|
|
1213
|
+
base: 'ibc/0F4A0619F89C185E8DA475C8ABE0AFB2CF2FCD06E43654858664EDB8D5D68CCE',
|
|
1214
|
+
name: 'Deenar',
|
|
1215
|
+
display: 'DEEN',
|
|
1216
|
+
address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
1217
|
+
symbol: 'DEEN',
|
|
1218
|
+
type_asset: 'erc20',
|
|
1219
|
+
traces: [{
|
|
1220
|
+
type: 'ibc',
|
|
1221
|
+
counterparty: {
|
|
1222
|
+
channel_id: 'channel-1',
|
|
1223
|
+
base_denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
1224
|
+
chain_name: 'haqq'
|
|
1225
|
+
},
|
|
1226
|
+
chain: {
|
|
1227
|
+
channel_id: 'channel-113'
|
|
1228
|
+
}
|
|
1229
|
+
}],
|
|
1230
|
+
logo_URIs: {
|
|
1231
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
1232
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
1233
|
+
},
|
|
1234
|
+
images: [{
|
|
1235
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
1236
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
1237
|
+
theme: {
|
|
1238
|
+
primary_color_hex: '#ffbc05',
|
|
1239
|
+
circle: true
|
|
1240
|
+
}
|
|
1241
|
+
}]
|
|
1242
|
+
},
|
|
1203
1243
|
{
|
|
1204
1244
|
description: 'The native token of IXO Chain',
|
|
1205
1245
|
denom_units: [{
|
|
@@ -1510,6 +1550,38 @@ const assets = {
|
|
|
1510
1550
|
}
|
|
1511
1551
|
}]
|
|
1512
1552
|
},
|
|
1553
|
+
{
|
|
1554
|
+
description: 'DRUGS meme coin',
|
|
1555
|
+
denom_units: [{
|
|
1556
|
+
denom: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
1557
|
+
exponent: 0,
|
|
1558
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1559
|
+
}, {
|
|
1560
|
+
denom: 'DRUGS',
|
|
1561
|
+
exponent: 6
|
|
1562
|
+
}],
|
|
1563
|
+
base: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
1564
|
+
name: 'DRUGS',
|
|
1565
|
+
display: 'DRUGS',
|
|
1566
|
+
symbol: 'DRUGS',
|
|
1567
|
+
logo_URIs: {
|
|
1568
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1569
|
+
},
|
|
1570
|
+
images: [{
|
|
1571
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1572
|
+
}],
|
|
1573
|
+
traces: [{
|
|
1574
|
+
type: 'ibc',
|
|
1575
|
+
counterparty: {
|
|
1576
|
+
channel_id: 'channel-84',
|
|
1577
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1578
|
+
chain_name: 'injective'
|
|
1579
|
+
},
|
|
1580
|
+
chain: {
|
|
1581
|
+
channel_id: 'channel-10'
|
|
1582
|
+
}
|
|
1583
|
+
}]
|
|
1584
|
+
},
|
|
1513
1585
|
{
|
|
1514
1586
|
description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
|
|
1515
1587
|
denom_units: [{
|
|
@@ -3435,6 +3507,46 @@ const assets = {
|
|
|
3435
3507
|
}
|
|
3436
3508
|
}]
|
|
3437
3509
|
},
|
|
3510
|
+
{
|
|
3511
|
+
description: 'Deenar gold-backed stablecoin',
|
|
3512
|
+
denom_units: [{
|
|
3513
|
+
denom: 'ibc/0F4A0619F89C185E8DA475C8ABE0AFB2CF2FCD06E43654858664EDB8D5D68CCE',
|
|
3514
|
+
exponent: 0,
|
|
3515
|
+
aliases: ['erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE']
|
|
3516
|
+
}, {
|
|
3517
|
+
denom: 'DEEN',
|
|
3518
|
+
exponent: 6
|
|
3519
|
+
}],
|
|
3520
|
+
base: 'ibc/0F4A0619F89C185E8DA475C8ABE0AFB2CF2FCD06E43654858664EDB8D5D68CCE',
|
|
3521
|
+
name: 'Deenar',
|
|
3522
|
+
display: 'DEEN',
|
|
3523
|
+
address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
3524
|
+
symbol: 'DEEN',
|
|
3525
|
+
type_asset: 'erc20',
|
|
3526
|
+
traces: [{
|
|
3527
|
+
type: 'ibc',
|
|
3528
|
+
counterparty: {
|
|
3529
|
+
channel_id: 'channel-1',
|
|
3530
|
+
base_denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
3531
|
+
chain_name: 'haqq'
|
|
3532
|
+
},
|
|
3533
|
+
chain: {
|
|
3534
|
+
channel_id: 'channel-113'
|
|
3535
|
+
}
|
|
3536
|
+
}],
|
|
3537
|
+
logo_URIs: {
|
|
3538
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
3539
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
3540
|
+
},
|
|
3541
|
+
images: [{
|
|
3542
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
3543
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
3544
|
+
theme: {
|
|
3545
|
+
primary_color_hex: '#ffbc05',
|
|
3546
|
+
circle: true
|
|
3547
|
+
}
|
|
3548
|
+
}]
|
|
3549
|
+
},
|
|
3438
3550
|
{
|
|
3439
3551
|
description: 'The native token of IXO Chain',
|
|
3440
3552
|
denom_units: [{
|
|
@@ -3745,6 +3857,38 @@ const assets = {
|
|
|
3745
3857
|
}
|
|
3746
3858
|
}]
|
|
3747
3859
|
},
|
|
3860
|
+
{
|
|
3861
|
+
description: 'DRUGS meme coin',
|
|
3862
|
+
denom_units: [{
|
|
3863
|
+
denom: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
3864
|
+
exponent: 0,
|
|
3865
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
3866
|
+
}, {
|
|
3867
|
+
denom: 'DRUGS',
|
|
3868
|
+
exponent: 6
|
|
3869
|
+
}],
|
|
3870
|
+
base: 'ibc/2C3119EDB2787E91823D4DF24B47A0E4878F0F7A6C5B50014F77ADBAF515811D',
|
|
3871
|
+
name: 'DRUGS',
|
|
3872
|
+
display: 'DRUGS',
|
|
3873
|
+
symbol: 'DRUGS',
|
|
3874
|
+
logo_URIs: {
|
|
3875
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3876
|
+
},
|
|
3877
|
+
images: [{
|
|
3878
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3879
|
+
}],
|
|
3880
|
+
traces: [{
|
|
3881
|
+
type: 'ibc',
|
|
3882
|
+
counterparty: {
|
|
3883
|
+
channel_id: 'channel-84',
|
|
3884
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
3885
|
+
chain_name: 'injective'
|
|
3886
|
+
},
|
|
3887
|
+
chain: {
|
|
3888
|
+
channel_id: 'channel-10'
|
|
3889
|
+
}
|
|
3890
|
+
}]
|
|
3891
|
+
},
|
|
3748
3892
|
{
|
|
3749
3893
|
description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
|
|
3750
3894
|
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
|
@@ -2140,6 +2140,46 @@ const assets = {
|
|
|
2140
2140
|
}
|
|
2141
2141
|
}]
|
|
2142
2142
|
},
|
|
2143
|
+
{
|
|
2144
|
+
description: 'Deenar gold-backed stablecoin',
|
|
2145
|
+
denom_units: [{
|
|
2146
|
+
denom: 'ibc/CE55BE46567E059638E132226A8C7233FF256EE0B5E25BDBC789182DC6CD52B1',
|
|
2147
|
+
exponent: 0,
|
|
2148
|
+
aliases: ['erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE']
|
|
2149
|
+
}, {
|
|
2150
|
+
denom: 'DEEN',
|
|
2151
|
+
exponent: 6
|
|
2152
|
+
}],
|
|
2153
|
+
base: 'ibc/CE55BE46567E059638E132226A8C7233FF256EE0B5E25BDBC789182DC6CD52B1',
|
|
2154
|
+
name: 'Deenar',
|
|
2155
|
+
display: 'DEEN',
|
|
2156
|
+
address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
2157
|
+
symbol: 'DEEN',
|
|
2158
|
+
type_asset: 'erc20',
|
|
2159
|
+
traces: [{
|
|
2160
|
+
type: 'ibc',
|
|
2161
|
+
counterparty: {
|
|
2162
|
+
channel_id: 'channel-3',
|
|
2163
|
+
base_denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
2164
|
+
chain_name: 'haqq'
|
|
2165
|
+
},
|
|
2166
|
+
chain: {
|
|
2167
|
+
channel_id: 'channel-632'
|
|
2168
|
+
}
|
|
2169
|
+
}],
|
|
2170
|
+
logo_URIs: {
|
|
2171
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
2172
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
2173
|
+
},
|
|
2174
|
+
images: [{
|
|
2175
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
2176
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
2177
|
+
theme: {
|
|
2178
|
+
primary_color_hex: '#ffbc05',
|
|
2179
|
+
circle: true
|
|
2180
|
+
}
|
|
2181
|
+
}]
|
|
2182
|
+
},
|
|
2143
2183
|
{
|
|
2144
2184
|
description: 'The native token of IXO Chain',
|
|
2145
2185
|
denom_units: [{
|
|
@@ -2450,6 +2490,38 @@ const assets = {
|
|
|
2450
2490
|
}
|
|
2451
2491
|
}]
|
|
2452
2492
|
},
|
|
2493
|
+
{
|
|
2494
|
+
description: 'DRUGS meme coin',
|
|
2495
|
+
denom_units: [{
|
|
2496
|
+
denom: 'ibc/193836AD16052AF0B05A618D065CBAD53301925E5DFD30AB7FC5B2D5CA5E450C',
|
|
2497
|
+
exponent: 0,
|
|
2498
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
2499
|
+
}, {
|
|
2500
|
+
denom: 'DRUGS',
|
|
2501
|
+
exponent: 6
|
|
2502
|
+
}],
|
|
2503
|
+
base: 'ibc/193836AD16052AF0B05A618D065CBAD53301925E5DFD30AB7FC5B2D5CA5E450C',
|
|
2504
|
+
name: 'DRUGS',
|
|
2505
|
+
display: 'DRUGS',
|
|
2506
|
+
symbol: 'DRUGS',
|
|
2507
|
+
logo_URIs: {
|
|
2508
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
2509
|
+
},
|
|
2510
|
+
images: [{
|
|
2511
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
2512
|
+
}],
|
|
2513
|
+
traces: [{
|
|
2514
|
+
type: 'ibc',
|
|
2515
|
+
counterparty: {
|
|
2516
|
+
channel_id: 'channel-1',
|
|
2517
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
2518
|
+
chain_name: 'injective'
|
|
2519
|
+
},
|
|
2520
|
+
chain: {
|
|
2521
|
+
channel_id: 'channel-220'
|
|
2522
|
+
}
|
|
2523
|
+
}]
|
|
2524
|
+
},
|
|
2453
2525
|
{
|
|
2454
2526
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
2455
2527
|
denom_units: [{
|
|
@@ -5086,6 +5158,46 @@ const assets = {
|
|
|
5086
5158
|
}
|
|
5087
5159
|
}]
|
|
5088
5160
|
},
|
|
5161
|
+
{
|
|
5162
|
+
description: 'Deenar gold-backed stablecoin',
|
|
5163
|
+
denom_units: [{
|
|
5164
|
+
denom: 'ibc/CE55BE46567E059638E132226A8C7233FF256EE0B5E25BDBC789182DC6CD52B1',
|
|
5165
|
+
exponent: 0,
|
|
5166
|
+
aliases: ['erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE']
|
|
5167
|
+
}, {
|
|
5168
|
+
denom: 'DEEN',
|
|
5169
|
+
exponent: 6
|
|
5170
|
+
}],
|
|
5171
|
+
base: 'ibc/CE55BE46567E059638E132226A8C7233FF256EE0B5E25BDBC789182DC6CD52B1',
|
|
5172
|
+
name: 'Deenar',
|
|
5173
|
+
display: 'DEEN',
|
|
5174
|
+
address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
5175
|
+
symbol: 'DEEN',
|
|
5176
|
+
type_asset: 'erc20',
|
|
5177
|
+
traces: [{
|
|
5178
|
+
type: 'ibc',
|
|
5179
|
+
counterparty: {
|
|
5180
|
+
channel_id: 'channel-3',
|
|
5181
|
+
base_denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
5182
|
+
chain_name: 'haqq'
|
|
5183
|
+
},
|
|
5184
|
+
chain: {
|
|
5185
|
+
channel_id: 'channel-632'
|
|
5186
|
+
}
|
|
5187
|
+
}],
|
|
5188
|
+
logo_URIs: {
|
|
5189
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
5190
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
5191
|
+
},
|
|
5192
|
+
images: [{
|
|
5193
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
5194
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
5195
|
+
theme: {
|
|
5196
|
+
primary_color_hex: '#ffbc05',
|
|
5197
|
+
circle: true
|
|
5198
|
+
}
|
|
5199
|
+
}]
|
|
5200
|
+
},
|
|
5089
5201
|
{
|
|
5090
5202
|
description: 'The native token of IXO Chain',
|
|
5091
5203
|
denom_units: [{
|
|
@@ -5396,6 +5508,38 @@ const assets = {
|
|
|
5396
5508
|
}
|
|
5397
5509
|
}]
|
|
5398
5510
|
},
|
|
5511
|
+
{
|
|
5512
|
+
description: 'DRUGS meme coin',
|
|
5513
|
+
denom_units: [{
|
|
5514
|
+
denom: 'ibc/193836AD16052AF0B05A618D065CBAD53301925E5DFD30AB7FC5B2D5CA5E450C',
|
|
5515
|
+
exponent: 0,
|
|
5516
|
+
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
5517
|
+
}, {
|
|
5518
|
+
denom: 'DRUGS',
|
|
5519
|
+
exponent: 6
|
|
5520
|
+
}],
|
|
5521
|
+
base: 'ibc/193836AD16052AF0B05A618D065CBAD53301925E5DFD30AB7FC5B2D5CA5E450C',
|
|
5522
|
+
name: 'DRUGS',
|
|
5523
|
+
display: 'DRUGS',
|
|
5524
|
+
symbol: 'DRUGS',
|
|
5525
|
+
logo_URIs: {
|
|
5526
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
5527
|
+
},
|
|
5528
|
+
images: [{
|
|
5529
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
5530
|
+
}],
|
|
5531
|
+
traces: [{
|
|
5532
|
+
type: 'ibc',
|
|
5533
|
+
counterparty: {
|
|
5534
|
+
channel_id: 'channel-1',
|
|
5535
|
+
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
5536
|
+
chain_name: 'injective'
|
|
5537
|
+
},
|
|
5538
|
+
chain: {
|
|
5539
|
+
channel_id: 'channel-220'
|
|
5540
|
+
}
|
|
5541
|
+
}]
|
|
5542
|
+
},
|
|
5399
5543
|
{
|
|
5400
5544
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
5401
5545
|
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: [{
|