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