@chain-registry/assets 1.70.52 → 1.70.54
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/archway.js +78 -0
- package/esm/mainnet/assets.js +3 -1
- package/esm/mainnet/axelar.js +78 -0
- package/esm/mainnet/cosmoshub.js +434 -0
- package/esm/mainnet/index.js +2 -0
- package/esm/mainnet/injective.js +512 -0
- package/esm/mainnet/kopi.js +1152 -0
- package/esm/mainnet/migaloo.js +168 -0
- package/esm/mainnet/noble.js +512 -0
- package/esm/mainnet/osmosis.js +512 -0
- package/esm/mainnet/terra2.js +434 -0
- package/esm/mainnet/xion.js +1066 -0
- package/mainnet/archway.js +78 -0
- package/mainnet/assets.js +3 -1
- package/mainnet/axelar.js +78 -0
- package/mainnet/cosmoshub.js +434 -0
- package/mainnet/index.d.ts +2 -0
- package/mainnet/index.js +4 -2
- package/mainnet/injective.js +512 -0
- package/mainnet/kopi.d.ts +3 -0
- package/mainnet/kopi.js +1154 -0
- package/mainnet/migaloo.js +168 -0
- package/mainnet/noble.js +512 -0
- package/mainnet/osmosis.js +512 -0
- package/mainnet/terra2.js +434 -0
- package/mainnet/xion.d.ts +3 -0
- package/mainnet/xion.js +1068 -0
- package/package.json +5 -5
package/mainnet/noble.js
CHANGED
|
@@ -1451,6 +1451,223 @@ const assets = {
|
|
|
1451
1451
|
},
|
|
1452
1452
|
type_asset: 'sdk.coin'
|
|
1453
1453
|
},
|
|
1454
|
+
{
|
|
1455
|
+
description: 'The native token of kopi',
|
|
1456
|
+
denom_units: [{
|
|
1457
|
+
denom: 'ibc/A95DF27CB6E4A94DC74F7232B4CAB9248337D327F93CC3832D2A22D3346254AF',
|
|
1458
|
+
exponent: 0,
|
|
1459
|
+
aliases: ['ukopi']
|
|
1460
|
+
}, {
|
|
1461
|
+
denom: 'XKP',
|
|
1462
|
+
exponent: 6
|
|
1463
|
+
}],
|
|
1464
|
+
base: 'ibc/A95DF27CB6E4A94DC74F7232B4CAB9248337D327F93CC3832D2A22D3346254AF',
|
|
1465
|
+
name: 'XKP',
|
|
1466
|
+
display: 'XKP',
|
|
1467
|
+
symbol: 'XKP',
|
|
1468
|
+
logo_URIs: {
|
|
1469
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
1470
|
+
},
|
|
1471
|
+
images: [{
|
|
1472
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
1473
|
+
}],
|
|
1474
|
+
keywords: [
|
|
1475
|
+
'dex',
|
|
1476
|
+
'mm',
|
|
1477
|
+
'staking',
|
|
1478
|
+
'automations'
|
|
1479
|
+
],
|
|
1480
|
+
socials: {
|
|
1481
|
+
twitter: 'https://x.com/kopi_money',
|
|
1482
|
+
discord: 'https://discord.gg/kopi-money'
|
|
1483
|
+
},
|
|
1484
|
+
type_asset: 'sdk.coin',
|
|
1485
|
+
traces: [{
|
|
1486
|
+
type: 'ibc',
|
|
1487
|
+
counterparty: {
|
|
1488
|
+
channel_id: 'channel-0',
|
|
1489
|
+
base_denom: 'ukopi',
|
|
1490
|
+
chain_name: 'kopi'
|
|
1491
|
+
},
|
|
1492
|
+
chain: {
|
|
1493
|
+
channel_id: 'channel-109'
|
|
1494
|
+
}
|
|
1495
|
+
}]
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
description: 'A MM deposit receipt of the Stablecoin native to the Kopi blockchain',
|
|
1499
|
+
denom_units: [{
|
|
1500
|
+
denom: 'ibc/2CF38AB85F49B80FAD172727FBFAECCD4B47009E311203FF7F0CB6613C9ADF87',
|
|
1501
|
+
exponent: 0,
|
|
1502
|
+
aliases: ['uckusd']
|
|
1503
|
+
}, {
|
|
1504
|
+
denom: 'ckUSD',
|
|
1505
|
+
exponent: 6
|
|
1506
|
+
}],
|
|
1507
|
+
base: 'ibc/2CF38AB85F49B80FAD172727FBFAECCD4B47009E311203FF7F0CB6613C9ADF87',
|
|
1508
|
+
name: 'ckUSD',
|
|
1509
|
+
display: 'ckUSD',
|
|
1510
|
+
symbol: 'CKUSD',
|
|
1511
|
+
logo_URIs: {
|
|
1512
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
1513
|
+
},
|
|
1514
|
+
images: [{
|
|
1515
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
1516
|
+
}],
|
|
1517
|
+
keywords: ['dex', 'mm'],
|
|
1518
|
+
socials: {
|
|
1519
|
+
twitter: 'https://x.com/kopi_money',
|
|
1520
|
+
discord: 'https://discord.gg/kopi-money'
|
|
1521
|
+
},
|
|
1522
|
+
type_asset: 'sdk.coin',
|
|
1523
|
+
traces: [{
|
|
1524
|
+
type: 'ibc',
|
|
1525
|
+
counterparty: {
|
|
1526
|
+
channel_id: 'channel-0',
|
|
1527
|
+
base_denom: 'uckusd',
|
|
1528
|
+
chain_name: 'kopi'
|
|
1529
|
+
},
|
|
1530
|
+
chain: {
|
|
1531
|
+
channel_id: 'channel-109'
|
|
1532
|
+
}
|
|
1533
|
+
}]
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
description: 'A MM deposit receipt of the Stablecoin USDC from noble Chain',
|
|
1537
|
+
denom_units: [{
|
|
1538
|
+
denom: 'ibc/B8A647D77EF8400D08AFED99F9544F7E24972BF996BC6E5C2B205CED6D7CD316',
|
|
1539
|
+
exponent: 0,
|
|
1540
|
+
aliases: ['ucusdc']
|
|
1541
|
+
}, {
|
|
1542
|
+
denom: 'cUSDC',
|
|
1543
|
+
exponent: 6
|
|
1544
|
+
}],
|
|
1545
|
+
base: 'ibc/B8A647D77EF8400D08AFED99F9544F7E24972BF996BC6E5C2B205CED6D7CD316',
|
|
1546
|
+
name: 'cUSDC',
|
|
1547
|
+
display: 'cUSDC',
|
|
1548
|
+
symbol: 'CUSDC',
|
|
1549
|
+
logo_URIs: {
|
|
1550
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
1551
|
+
},
|
|
1552
|
+
images: [{
|
|
1553
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
1554
|
+
}],
|
|
1555
|
+
keywords: ['dex', 'mm'],
|
|
1556
|
+
type_asset: 'sdk.coin',
|
|
1557
|
+
traces: [{
|
|
1558
|
+
type: 'ibc',
|
|
1559
|
+
counterparty: {
|
|
1560
|
+
channel_id: 'channel-0',
|
|
1561
|
+
base_denom: 'ucusdc',
|
|
1562
|
+
chain_name: 'kopi'
|
|
1563
|
+
},
|
|
1564
|
+
chain: {
|
|
1565
|
+
channel_id: 'channel-109'
|
|
1566
|
+
}
|
|
1567
|
+
}]
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
description: 'A MM deposit receipt of the Stablecoin USDT from Injective Chain',
|
|
1571
|
+
denom_units: [{
|
|
1572
|
+
denom: 'ibc/D8B919D6DD94BD908E45A4129C2727B9AF39BBFDA5832BA40D0BE28419A7D5B5',
|
|
1573
|
+
exponent: 0,
|
|
1574
|
+
aliases: ['ucusdtinj']
|
|
1575
|
+
}, {
|
|
1576
|
+
denom: 'cUSDT.inj',
|
|
1577
|
+
exponent: 6
|
|
1578
|
+
}],
|
|
1579
|
+
base: 'ibc/D8B919D6DD94BD908E45A4129C2727B9AF39BBFDA5832BA40D0BE28419A7D5B5',
|
|
1580
|
+
name: 'cUSDT.inj',
|
|
1581
|
+
display: 'cUSDT.inj',
|
|
1582
|
+
symbol: 'CUSDT.inj',
|
|
1583
|
+
logo_URIs: {
|
|
1584
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1585
|
+
},
|
|
1586
|
+
images: [{
|
|
1587
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1588
|
+
}],
|
|
1589
|
+
keywords: ['dex', 'mm'],
|
|
1590
|
+
type_asset: 'sdk.coin',
|
|
1591
|
+
traces: [{
|
|
1592
|
+
type: 'ibc',
|
|
1593
|
+
counterparty: {
|
|
1594
|
+
channel_id: 'channel-0',
|
|
1595
|
+
base_denom: 'ucusdtinj',
|
|
1596
|
+
chain_name: 'kopi'
|
|
1597
|
+
},
|
|
1598
|
+
chain: {
|
|
1599
|
+
channel_id: 'channel-109'
|
|
1600
|
+
}
|
|
1601
|
+
}]
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
description: 'arbitrage receipt token of cUSDT',
|
|
1605
|
+
denom_units: [{
|
|
1606
|
+
denom: 'ibc/3C615BC4572D2F06BE3672347004F065BB241388AA4F18A72950B164958B33DE',
|
|
1607
|
+
exponent: 0,
|
|
1608
|
+
aliases: ['uasusdtinj']
|
|
1609
|
+
}, {
|
|
1610
|
+
denom: 'asusdtinj',
|
|
1611
|
+
exponent: 6
|
|
1612
|
+
}],
|
|
1613
|
+
base: 'ibc/3C615BC4572D2F06BE3672347004F065BB241388AA4F18A72950B164958B33DE',
|
|
1614
|
+
name: 'asUSDT.inj',
|
|
1615
|
+
display: 'asusdtinj',
|
|
1616
|
+
symbol: 'ASUSDT.inj',
|
|
1617
|
+
logo_URIs: {
|
|
1618
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1619
|
+
},
|
|
1620
|
+
images: [{
|
|
1621
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1622
|
+
}],
|
|
1623
|
+
keywords: ['dex', 'mm'],
|
|
1624
|
+
type_asset: 'sdk.coin',
|
|
1625
|
+
traces: [{
|
|
1626
|
+
type: 'ibc',
|
|
1627
|
+
counterparty: {
|
|
1628
|
+
channel_id: 'channel-0',
|
|
1629
|
+
base_denom: 'uasusdtinj',
|
|
1630
|
+
chain_name: 'kopi'
|
|
1631
|
+
},
|
|
1632
|
+
chain: {
|
|
1633
|
+
channel_id: 'channel-109'
|
|
1634
|
+
}
|
|
1635
|
+
}]
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
description: 'arbitrage receipt token of cUSDC',
|
|
1639
|
+
denom_units: [{
|
|
1640
|
+
denom: 'ibc/D5EE3658004EB25BDB7494346556B71354BC42C45DE08246EB151CB1637ABD27',
|
|
1641
|
+
exponent: 0,
|
|
1642
|
+
aliases: ['uasusdc']
|
|
1643
|
+
}, {
|
|
1644
|
+
denom: 'asUSDC',
|
|
1645
|
+
exponent: 6
|
|
1646
|
+
}],
|
|
1647
|
+
base: 'ibc/D5EE3658004EB25BDB7494346556B71354BC42C45DE08246EB151CB1637ABD27',
|
|
1648
|
+
name: 'asUSDC',
|
|
1649
|
+
display: 'asUSDC',
|
|
1650
|
+
symbol: 'ASUSDC',
|
|
1651
|
+
logo_URIs: {
|
|
1652
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
1653
|
+
},
|
|
1654
|
+
images: [{
|
|
1655
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
1656
|
+
}],
|
|
1657
|
+
keywords: ['dex', 'mm'],
|
|
1658
|
+
type_asset: 'sdk.coin',
|
|
1659
|
+
traces: [{
|
|
1660
|
+
type: 'ibc',
|
|
1661
|
+
counterparty: {
|
|
1662
|
+
channel_id: 'channel-0',
|
|
1663
|
+
base_denom: 'uasusdc',
|
|
1664
|
+
chain_name: 'kopi'
|
|
1665
|
+
},
|
|
1666
|
+
chain: {
|
|
1667
|
+
channel_id: 'channel-109'
|
|
1668
|
+
}
|
|
1669
|
+
}]
|
|
1670
|
+
},
|
|
1454
1671
|
{
|
|
1455
1672
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
1456
1673
|
denom_units: [{
|
|
@@ -3372,6 +3589,223 @@ const assets = {
|
|
|
3372
3589
|
},
|
|
3373
3590
|
type_asset: 'sdk.coin'
|
|
3374
3591
|
},
|
|
3592
|
+
{
|
|
3593
|
+
description: 'The native token of kopi',
|
|
3594
|
+
denom_units: [{
|
|
3595
|
+
denom: 'ibc/A95DF27CB6E4A94DC74F7232B4CAB9248337D327F93CC3832D2A22D3346254AF',
|
|
3596
|
+
exponent: 0,
|
|
3597
|
+
aliases: ['ukopi']
|
|
3598
|
+
}, {
|
|
3599
|
+
denom: 'XKP',
|
|
3600
|
+
exponent: 6
|
|
3601
|
+
}],
|
|
3602
|
+
base: 'ibc/A95DF27CB6E4A94DC74F7232B4CAB9248337D327F93CC3832D2A22D3346254AF',
|
|
3603
|
+
name: 'XKP',
|
|
3604
|
+
display: 'XKP',
|
|
3605
|
+
symbol: 'XKP',
|
|
3606
|
+
logo_URIs: {
|
|
3607
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
3608
|
+
},
|
|
3609
|
+
images: [{
|
|
3610
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
3611
|
+
}],
|
|
3612
|
+
keywords: [
|
|
3613
|
+
'dex',
|
|
3614
|
+
'mm',
|
|
3615
|
+
'staking',
|
|
3616
|
+
'automations'
|
|
3617
|
+
],
|
|
3618
|
+
socials: {
|
|
3619
|
+
twitter: 'https://x.com/kopi_money',
|
|
3620
|
+
discord: 'https://discord.gg/kopi-money'
|
|
3621
|
+
},
|
|
3622
|
+
type_asset: 'sdk.coin',
|
|
3623
|
+
traces: [{
|
|
3624
|
+
type: 'ibc',
|
|
3625
|
+
counterparty: {
|
|
3626
|
+
channel_id: 'channel-0',
|
|
3627
|
+
base_denom: 'ukopi',
|
|
3628
|
+
chain_name: 'kopi'
|
|
3629
|
+
},
|
|
3630
|
+
chain: {
|
|
3631
|
+
channel_id: 'channel-109'
|
|
3632
|
+
}
|
|
3633
|
+
}]
|
|
3634
|
+
},
|
|
3635
|
+
{
|
|
3636
|
+
description: 'A MM deposit receipt of the Stablecoin native to the Kopi blockchain',
|
|
3637
|
+
denom_units: [{
|
|
3638
|
+
denom: 'ibc/2CF38AB85F49B80FAD172727FBFAECCD4B47009E311203FF7F0CB6613C9ADF87',
|
|
3639
|
+
exponent: 0,
|
|
3640
|
+
aliases: ['uckusd']
|
|
3641
|
+
}, {
|
|
3642
|
+
denom: 'ckUSD',
|
|
3643
|
+
exponent: 6
|
|
3644
|
+
}],
|
|
3645
|
+
base: 'ibc/2CF38AB85F49B80FAD172727FBFAECCD4B47009E311203FF7F0CB6613C9ADF87',
|
|
3646
|
+
name: 'ckUSD',
|
|
3647
|
+
display: 'ckUSD',
|
|
3648
|
+
symbol: 'CKUSD',
|
|
3649
|
+
logo_URIs: {
|
|
3650
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
3651
|
+
},
|
|
3652
|
+
images: [{
|
|
3653
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
3654
|
+
}],
|
|
3655
|
+
keywords: ['dex', 'mm'],
|
|
3656
|
+
socials: {
|
|
3657
|
+
twitter: 'https://x.com/kopi_money',
|
|
3658
|
+
discord: 'https://discord.gg/kopi-money'
|
|
3659
|
+
},
|
|
3660
|
+
type_asset: 'sdk.coin',
|
|
3661
|
+
traces: [{
|
|
3662
|
+
type: 'ibc',
|
|
3663
|
+
counterparty: {
|
|
3664
|
+
channel_id: 'channel-0',
|
|
3665
|
+
base_denom: 'uckusd',
|
|
3666
|
+
chain_name: 'kopi'
|
|
3667
|
+
},
|
|
3668
|
+
chain: {
|
|
3669
|
+
channel_id: 'channel-109'
|
|
3670
|
+
}
|
|
3671
|
+
}]
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
description: 'A MM deposit receipt of the Stablecoin USDC from noble Chain',
|
|
3675
|
+
denom_units: [{
|
|
3676
|
+
denom: 'ibc/B8A647D77EF8400D08AFED99F9544F7E24972BF996BC6E5C2B205CED6D7CD316',
|
|
3677
|
+
exponent: 0,
|
|
3678
|
+
aliases: ['ucusdc']
|
|
3679
|
+
}, {
|
|
3680
|
+
denom: 'cUSDC',
|
|
3681
|
+
exponent: 6
|
|
3682
|
+
}],
|
|
3683
|
+
base: 'ibc/B8A647D77EF8400D08AFED99F9544F7E24972BF996BC6E5C2B205CED6D7CD316',
|
|
3684
|
+
name: 'cUSDC',
|
|
3685
|
+
display: 'cUSDC',
|
|
3686
|
+
symbol: 'CUSDC',
|
|
3687
|
+
logo_URIs: {
|
|
3688
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
3689
|
+
},
|
|
3690
|
+
images: [{
|
|
3691
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
3692
|
+
}],
|
|
3693
|
+
keywords: ['dex', 'mm'],
|
|
3694
|
+
type_asset: 'sdk.coin',
|
|
3695
|
+
traces: [{
|
|
3696
|
+
type: 'ibc',
|
|
3697
|
+
counterparty: {
|
|
3698
|
+
channel_id: 'channel-0',
|
|
3699
|
+
base_denom: 'ucusdc',
|
|
3700
|
+
chain_name: 'kopi'
|
|
3701
|
+
},
|
|
3702
|
+
chain: {
|
|
3703
|
+
channel_id: 'channel-109'
|
|
3704
|
+
}
|
|
3705
|
+
}]
|
|
3706
|
+
},
|
|
3707
|
+
{
|
|
3708
|
+
description: 'A MM deposit receipt of the Stablecoin USDT from Injective Chain',
|
|
3709
|
+
denom_units: [{
|
|
3710
|
+
denom: 'ibc/D8B919D6DD94BD908E45A4129C2727B9AF39BBFDA5832BA40D0BE28419A7D5B5',
|
|
3711
|
+
exponent: 0,
|
|
3712
|
+
aliases: ['ucusdtinj']
|
|
3713
|
+
}, {
|
|
3714
|
+
denom: 'cUSDT.inj',
|
|
3715
|
+
exponent: 6
|
|
3716
|
+
}],
|
|
3717
|
+
base: 'ibc/D8B919D6DD94BD908E45A4129C2727B9AF39BBFDA5832BA40D0BE28419A7D5B5',
|
|
3718
|
+
name: 'cUSDT.inj',
|
|
3719
|
+
display: 'cUSDT.inj',
|
|
3720
|
+
symbol: 'CUSDT.inj',
|
|
3721
|
+
logo_URIs: {
|
|
3722
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
3723
|
+
},
|
|
3724
|
+
images: [{
|
|
3725
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
3726
|
+
}],
|
|
3727
|
+
keywords: ['dex', 'mm'],
|
|
3728
|
+
type_asset: 'sdk.coin',
|
|
3729
|
+
traces: [{
|
|
3730
|
+
type: 'ibc',
|
|
3731
|
+
counterparty: {
|
|
3732
|
+
channel_id: 'channel-0',
|
|
3733
|
+
base_denom: 'ucusdtinj',
|
|
3734
|
+
chain_name: 'kopi'
|
|
3735
|
+
},
|
|
3736
|
+
chain: {
|
|
3737
|
+
channel_id: 'channel-109'
|
|
3738
|
+
}
|
|
3739
|
+
}]
|
|
3740
|
+
},
|
|
3741
|
+
{
|
|
3742
|
+
description: 'arbitrage receipt token of cUSDT',
|
|
3743
|
+
denom_units: [{
|
|
3744
|
+
denom: 'ibc/3C615BC4572D2F06BE3672347004F065BB241388AA4F18A72950B164958B33DE',
|
|
3745
|
+
exponent: 0,
|
|
3746
|
+
aliases: ['uasusdtinj']
|
|
3747
|
+
}, {
|
|
3748
|
+
denom: 'asusdtinj',
|
|
3749
|
+
exponent: 6
|
|
3750
|
+
}],
|
|
3751
|
+
base: 'ibc/3C615BC4572D2F06BE3672347004F065BB241388AA4F18A72950B164958B33DE',
|
|
3752
|
+
name: 'asUSDT.inj',
|
|
3753
|
+
display: 'asusdtinj',
|
|
3754
|
+
symbol: 'ASUSDT.inj',
|
|
3755
|
+
logo_URIs: {
|
|
3756
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
3757
|
+
},
|
|
3758
|
+
images: [{
|
|
3759
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
3760
|
+
}],
|
|
3761
|
+
keywords: ['dex', 'mm'],
|
|
3762
|
+
type_asset: 'sdk.coin',
|
|
3763
|
+
traces: [{
|
|
3764
|
+
type: 'ibc',
|
|
3765
|
+
counterparty: {
|
|
3766
|
+
channel_id: 'channel-0',
|
|
3767
|
+
base_denom: 'uasusdtinj',
|
|
3768
|
+
chain_name: 'kopi'
|
|
3769
|
+
},
|
|
3770
|
+
chain: {
|
|
3771
|
+
channel_id: 'channel-109'
|
|
3772
|
+
}
|
|
3773
|
+
}]
|
|
3774
|
+
},
|
|
3775
|
+
{
|
|
3776
|
+
description: 'arbitrage receipt token of cUSDC',
|
|
3777
|
+
denom_units: [{
|
|
3778
|
+
denom: 'ibc/D5EE3658004EB25BDB7494346556B71354BC42C45DE08246EB151CB1637ABD27',
|
|
3779
|
+
exponent: 0,
|
|
3780
|
+
aliases: ['uasusdc']
|
|
3781
|
+
}, {
|
|
3782
|
+
denom: 'asUSDC',
|
|
3783
|
+
exponent: 6
|
|
3784
|
+
}],
|
|
3785
|
+
base: 'ibc/D5EE3658004EB25BDB7494346556B71354BC42C45DE08246EB151CB1637ABD27',
|
|
3786
|
+
name: 'asUSDC',
|
|
3787
|
+
display: 'asUSDC',
|
|
3788
|
+
symbol: 'ASUSDC',
|
|
3789
|
+
logo_URIs: {
|
|
3790
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
3791
|
+
},
|
|
3792
|
+
images: [{
|
|
3793
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
3794
|
+
}],
|
|
3795
|
+
keywords: ['dex', 'mm'],
|
|
3796
|
+
type_asset: 'sdk.coin',
|
|
3797
|
+
traces: [{
|
|
3798
|
+
type: 'ibc',
|
|
3799
|
+
counterparty: {
|
|
3800
|
+
channel_id: 'channel-0',
|
|
3801
|
+
base_denom: 'uasusdc',
|
|
3802
|
+
chain_name: 'kopi'
|
|
3803
|
+
},
|
|
3804
|
+
chain: {
|
|
3805
|
+
channel_id: 'channel-109'
|
|
3806
|
+
}
|
|
3807
|
+
}]
|
|
3808
|
+
},
|
|
3375
3809
|
{
|
|
3376
3810
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
3377
3811
|
denom_units: [{
|
|
@@ -8037,6 +8471,45 @@ const assets = {
|
|
|
8037
8471
|
}
|
|
8038
8472
|
}]
|
|
8039
8473
|
},
|
|
8474
|
+
{
|
|
8475
|
+
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
8476
|
+
denom_units: [{
|
|
8477
|
+
denom: 'ibc/E7D78F7EEF80EC9B57BB833298FD0E2928CF41F3019D2A125AFF90F43298E46B',
|
|
8478
|
+
exponent: 0,
|
|
8479
|
+
aliases: ['uxion']
|
|
8480
|
+
}, {
|
|
8481
|
+
denom: 'XION',
|
|
8482
|
+
exponent: 6,
|
|
8483
|
+
aliases: ['xion']
|
|
8484
|
+
}],
|
|
8485
|
+
base: 'ibc/E7D78F7EEF80EC9B57BB833298FD0E2928CF41F3019D2A125AFF90F43298E46B',
|
|
8486
|
+
display: 'XION',
|
|
8487
|
+
name: 'xion',
|
|
8488
|
+
symbol: 'XION',
|
|
8489
|
+
coingecko_id: 'xion-2',
|
|
8490
|
+
type_asset: 'sdk.coin',
|
|
8491
|
+
logo_URIs: {
|
|
8492
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
8493
|
+
},
|
|
8494
|
+
images: [{
|
|
8495
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
8496
|
+
}],
|
|
8497
|
+
socials: {
|
|
8498
|
+
website: 'https://xion.burnt.com/',
|
|
8499
|
+
twitter: 'https://twitter.com/burnt_xion'
|
|
8500
|
+
},
|
|
8501
|
+
traces: [{
|
|
8502
|
+
type: 'ibc',
|
|
8503
|
+
counterparty: {
|
|
8504
|
+
channel_id: 'channel-2',
|
|
8505
|
+
base_denom: 'uxion',
|
|
8506
|
+
chain_name: 'xion'
|
|
8507
|
+
},
|
|
8508
|
+
chain: {
|
|
8509
|
+
channel_id: 'channel-113'
|
|
8510
|
+
}
|
|
8511
|
+
}]
|
|
8512
|
+
},
|
|
8040
8513
|
{
|
|
8041
8514
|
description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
|
|
8042
8515
|
denom_units: [{
|
|
@@ -12229,6 +12702,45 @@ const assets = {
|
|
|
12229
12702
|
}
|
|
12230
12703
|
}]
|
|
12231
12704
|
},
|
|
12705
|
+
{
|
|
12706
|
+
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
12707
|
+
denom_units: [{
|
|
12708
|
+
denom: 'ibc/E7D78F7EEF80EC9B57BB833298FD0E2928CF41F3019D2A125AFF90F43298E46B',
|
|
12709
|
+
exponent: 0,
|
|
12710
|
+
aliases: ['uxion']
|
|
12711
|
+
}, {
|
|
12712
|
+
denom: 'XION',
|
|
12713
|
+
exponent: 6,
|
|
12714
|
+
aliases: ['xion']
|
|
12715
|
+
}],
|
|
12716
|
+
base: 'ibc/E7D78F7EEF80EC9B57BB833298FD0E2928CF41F3019D2A125AFF90F43298E46B',
|
|
12717
|
+
display: 'XION',
|
|
12718
|
+
name: 'xion',
|
|
12719
|
+
symbol: 'XION',
|
|
12720
|
+
coingecko_id: 'xion-2',
|
|
12721
|
+
type_asset: 'sdk.coin',
|
|
12722
|
+
logo_URIs: {
|
|
12723
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
12724
|
+
},
|
|
12725
|
+
images: [{
|
|
12726
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
12727
|
+
}],
|
|
12728
|
+
socials: {
|
|
12729
|
+
website: 'https://xion.burnt.com/',
|
|
12730
|
+
twitter: 'https://twitter.com/burnt_xion'
|
|
12731
|
+
},
|
|
12732
|
+
traces: [{
|
|
12733
|
+
type: 'ibc',
|
|
12734
|
+
counterparty: {
|
|
12735
|
+
channel_id: 'channel-2',
|
|
12736
|
+
base_denom: 'uxion',
|
|
12737
|
+
chain_name: 'xion'
|
|
12738
|
+
},
|
|
12739
|
+
chain: {
|
|
12740
|
+
channel_id: 'channel-113'
|
|
12741
|
+
}
|
|
12742
|
+
}]
|
|
12743
|
+
},
|
|
12232
12744
|
{
|
|
12233
12745
|
description: 'The Wrapped INJ token for the Oraichain.',
|
|
12234
12746
|
type_asset: 'cw20',
|