@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/esm/mainnet/terra2.js
CHANGED
|
@@ -1466,6 +1466,223 @@ const assets = {
|
|
|
1466
1466
|
},
|
|
1467
1467
|
type_asset: 'sdk.coin'
|
|
1468
1468
|
},
|
|
1469
|
+
{
|
|
1470
|
+
description: 'The native token of kopi',
|
|
1471
|
+
denom_units: [{
|
|
1472
|
+
denom: 'ibc/A267F19DBAF8E30A173A92DA1336069C7DF2CBF31AD58339DB426C4B023B10F3',
|
|
1473
|
+
exponent: 0,
|
|
1474
|
+
aliases: ['ukopi']
|
|
1475
|
+
}, {
|
|
1476
|
+
denom: 'XKP',
|
|
1477
|
+
exponent: 6
|
|
1478
|
+
}],
|
|
1479
|
+
base: 'ibc/A267F19DBAF8E30A173A92DA1336069C7DF2CBF31AD58339DB426C4B023B10F3',
|
|
1480
|
+
name: 'XKP',
|
|
1481
|
+
display: 'XKP',
|
|
1482
|
+
symbol: 'XKP',
|
|
1483
|
+
logo_URIs: {
|
|
1484
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
1485
|
+
},
|
|
1486
|
+
images: [{
|
|
1487
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
1488
|
+
}],
|
|
1489
|
+
keywords: [
|
|
1490
|
+
'dex',
|
|
1491
|
+
'mm',
|
|
1492
|
+
'staking',
|
|
1493
|
+
'automations'
|
|
1494
|
+
],
|
|
1495
|
+
socials: {
|
|
1496
|
+
twitter: 'https://x.com/kopi_money',
|
|
1497
|
+
discord: 'https://discord.gg/kopi-money'
|
|
1498
|
+
},
|
|
1499
|
+
type_asset: 'sdk.coin',
|
|
1500
|
+
traces: [{
|
|
1501
|
+
type: 'ibc',
|
|
1502
|
+
counterparty: {
|
|
1503
|
+
channel_id: 'channel-5',
|
|
1504
|
+
base_denom: 'ukopi',
|
|
1505
|
+
chain_name: 'kopi'
|
|
1506
|
+
},
|
|
1507
|
+
chain: {
|
|
1508
|
+
channel_id: 'channel-586'
|
|
1509
|
+
}
|
|
1510
|
+
}]
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
description: 'A MM deposit receipt of the Stablecoin native to the Kopi blockchain',
|
|
1514
|
+
denom_units: [{
|
|
1515
|
+
denom: 'ibc/D33F16562488380D165525160EC4712DB2C131C7164D2EF53FBA0F7D99138E23',
|
|
1516
|
+
exponent: 0,
|
|
1517
|
+
aliases: ['uckusd']
|
|
1518
|
+
}, {
|
|
1519
|
+
denom: 'ckUSD',
|
|
1520
|
+
exponent: 6
|
|
1521
|
+
}],
|
|
1522
|
+
base: 'ibc/D33F16562488380D165525160EC4712DB2C131C7164D2EF53FBA0F7D99138E23',
|
|
1523
|
+
name: 'ckUSD',
|
|
1524
|
+
display: 'ckUSD',
|
|
1525
|
+
symbol: 'CKUSD',
|
|
1526
|
+
logo_URIs: {
|
|
1527
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
1528
|
+
},
|
|
1529
|
+
images: [{
|
|
1530
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
1531
|
+
}],
|
|
1532
|
+
keywords: ['dex', 'mm'],
|
|
1533
|
+
socials: {
|
|
1534
|
+
twitter: 'https://x.com/kopi_money',
|
|
1535
|
+
discord: 'https://discord.gg/kopi-money'
|
|
1536
|
+
},
|
|
1537
|
+
type_asset: 'sdk.coin',
|
|
1538
|
+
traces: [{
|
|
1539
|
+
type: 'ibc',
|
|
1540
|
+
counterparty: {
|
|
1541
|
+
channel_id: 'channel-5',
|
|
1542
|
+
base_denom: 'uckusd',
|
|
1543
|
+
chain_name: 'kopi'
|
|
1544
|
+
},
|
|
1545
|
+
chain: {
|
|
1546
|
+
channel_id: 'channel-586'
|
|
1547
|
+
}
|
|
1548
|
+
}]
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
description: 'A MM deposit receipt of the Stablecoin USDC from noble Chain',
|
|
1552
|
+
denom_units: [{
|
|
1553
|
+
denom: 'ibc/BA0E61175BC592AB3702545C45FE9409590CF5BEAAF611C42F8BBF0BE4AA2800',
|
|
1554
|
+
exponent: 0,
|
|
1555
|
+
aliases: ['ucusdc']
|
|
1556
|
+
}, {
|
|
1557
|
+
denom: 'cUSDC',
|
|
1558
|
+
exponent: 6
|
|
1559
|
+
}],
|
|
1560
|
+
base: 'ibc/BA0E61175BC592AB3702545C45FE9409590CF5BEAAF611C42F8BBF0BE4AA2800',
|
|
1561
|
+
name: 'cUSDC',
|
|
1562
|
+
display: 'cUSDC',
|
|
1563
|
+
symbol: 'CUSDC',
|
|
1564
|
+
logo_URIs: {
|
|
1565
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
1566
|
+
},
|
|
1567
|
+
images: [{
|
|
1568
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
1569
|
+
}],
|
|
1570
|
+
keywords: ['dex', 'mm'],
|
|
1571
|
+
type_asset: 'sdk.coin',
|
|
1572
|
+
traces: [{
|
|
1573
|
+
type: 'ibc',
|
|
1574
|
+
counterparty: {
|
|
1575
|
+
channel_id: 'channel-5',
|
|
1576
|
+
base_denom: 'ucusdc',
|
|
1577
|
+
chain_name: 'kopi'
|
|
1578
|
+
},
|
|
1579
|
+
chain: {
|
|
1580
|
+
channel_id: 'channel-586'
|
|
1581
|
+
}
|
|
1582
|
+
}]
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
description: 'A MM deposit receipt of the Stablecoin USDT from Injective Chain',
|
|
1586
|
+
denom_units: [{
|
|
1587
|
+
denom: 'ibc/675C3E4A7276F31FC9320771CD149CAC94E2386301B777A752288E38C8D7D1FB',
|
|
1588
|
+
exponent: 0,
|
|
1589
|
+
aliases: ['ucusdtinj']
|
|
1590
|
+
}, {
|
|
1591
|
+
denom: 'cUSDT.inj',
|
|
1592
|
+
exponent: 6
|
|
1593
|
+
}],
|
|
1594
|
+
base: 'ibc/675C3E4A7276F31FC9320771CD149CAC94E2386301B777A752288E38C8D7D1FB',
|
|
1595
|
+
name: 'cUSDT.inj',
|
|
1596
|
+
display: 'cUSDT.inj',
|
|
1597
|
+
symbol: 'CUSDT.inj',
|
|
1598
|
+
logo_URIs: {
|
|
1599
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1600
|
+
},
|
|
1601
|
+
images: [{
|
|
1602
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1603
|
+
}],
|
|
1604
|
+
keywords: ['dex', 'mm'],
|
|
1605
|
+
type_asset: 'sdk.coin',
|
|
1606
|
+
traces: [{
|
|
1607
|
+
type: 'ibc',
|
|
1608
|
+
counterparty: {
|
|
1609
|
+
channel_id: 'channel-5',
|
|
1610
|
+
base_denom: 'ucusdtinj',
|
|
1611
|
+
chain_name: 'kopi'
|
|
1612
|
+
},
|
|
1613
|
+
chain: {
|
|
1614
|
+
channel_id: 'channel-586'
|
|
1615
|
+
}
|
|
1616
|
+
}]
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
description: 'arbitrage receipt token of cUSDT',
|
|
1620
|
+
denom_units: [{
|
|
1621
|
+
denom: 'ibc/BB17B55B0328833553676F826BA5C4E8D7A7F9EF8958B72C09383846AF42228A',
|
|
1622
|
+
exponent: 0,
|
|
1623
|
+
aliases: ['uasusdtinj']
|
|
1624
|
+
}, {
|
|
1625
|
+
denom: 'asusdtinj',
|
|
1626
|
+
exponent: 6
|
|
1627
|
+
}],
|
|
1628
|
+
base: 'ibc/BB17B55B0328833553676F826BA5C4E8D7A7F9EF8958B72C09383846AF42228A',
|
|
1629
|
+
name: 'asUSDT.inj',
|
|
1630
|
+
display: 'asusdtinj',
|
|
1631
|
+
symbol: 'ASUSDT.inj',
|
|
1632
|
+
logo_URIs: {
|
|
1633
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1634
|
+
},
|
|
1635
|
+
images: [{
|
|
1636
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1637
|
+
}],
|
|
1638
|
+
keywords: ['dex', 'mm'],
|
|
1639
|
+
type_asset: 'sdk.coin',
|
|
1640
|
+
traces: [{
|
|
1641
|
+
type: 'ibc',
|
|
1642
|
+
counterparty: {
|
|
1643
|
+
channel_id: 'channel-5',
|
|
1644
|
+
base_denom: 'uasusdtinj',
|
|
1645
|
+
chain_name: 'kopi'
|
|
1646
|
+
},
|
|
1647
|
+
chain: {
|
|
1648
|
+
channel_id: 'channel-586'
|
|
1649
|
+
}
|
|
1650
|
+
}]
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
description: 'arbitrage receipt token of cUSDC',
|
|
1654
|
+
denom_units: [{
|
|
1655
|
+
denom: 'ibc/E1D5D5A6BD2DDA283BBE33A02EA21F04B24CFED43BD5BE31E77E7F246E14E366',
|
|
1656
|
+
exponent: 0,
|
|
1657
|
+
aliases: ['uasusdc']
|
|
1658
|
+
}, {
|
|
1659
|
+
denom: 'asUSDC',
|
|
1660
|
+
exponent: 6
|
|
1661
|
+
}],
|
|
1662
|
+
base: 'ibc/E1D5D5A6BD2DDA283BBE33A02EA21F04B24CFED43BD5BE31E77E7F246E14E366',
|
|
1663
|
+
name: 'asUSDC',
|
|
1664
|
+
display: 'asUSDC',
|
|
1665
|
+
symbol: 'ASUSDC',
|
|
1666
|
+
logo_URIs: {
|
|
1667
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
1668
|
+
},
|
|
1669
|
+
images: [{
|
|
1670
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
1671
|
+
}],
|
|
1672
|
+
keywords: ['dex', 'mm'],
|
|
1673
|
+
type_asset: 'sdk.coin',
|
|
1674
|
+
traces: [{
|
|
1675
|
+
type: 'ibc',
|
|
1676
|
+
counterparty: {
|
|
1677
|
+
channel_id: 'channel-5',
|
|
1678
|
+
base_denom: 'uasusdc',
|
|
1679
|
+
chain_name: 'kopi'
|
|
1680
|
+
},
|
|
1681
|
+
chain: {
|
|
1682
|
+
channel_id: 'channel-586'
|
|
1683
|
+
}
|
|
1684
|
+
}]
|
|
1685
|
+
},
|
|
1469
1686
|
{
|
|
1470
1687
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
1471
1688
|
denom_units: [{
|
|
@@ -8014,6 +8231,223 @@ const assets = {
|
|
|
8014
8231
|
},
|
|
8015
8232
|
type_asset: 'sdk.coin'
|
|
8016
8233
|
},
|
|
8234
|
+
{
|
|
8235
|
+
description: 'The native token of kopi',
|
|
8236
|
+
denom_units: [{
|
|
8237
|
+
denom: 'ibc/A267F19DBAF8E30A173A92DA1336069C7DF2CBF31AD58339DB426C4B023B10F3',
|
|
8238
|
+
exponent: 0,
|
|
8239
|
+
aliases: ['ukopi']
|
|
8240
|
+
}, {
|
|
8241
|
+
denom: 'XKP',
|
|
8242
|
+
exponent: 6
|
|
8243
|
+
}],
|
|
8244
|
+
base: 'ibc/A267F19DBAF8E30A173A92DA1336069C7DF2CBF31AD58339DB426C4B023B10F3',
|
|
8245
|
+
name: 'XKP',
|
|
8246
|
+
display: 'XKP',
|
|
8247
|
+
symbol: 'XKP',
|
|
8248
|
+
logo_URIs: {
|
|
8249
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
8250
|
+
},
|
|
8251
|
+
images: [{
|
|
8252
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
8253
|
+
}],
|
|
8254
|
+
keywords: [
|
|
8255
|
+
'dex',
|
|
8256
|
+
'mm',
|
|
8257
|
+
'staking',
|
|
8258
|
+
'automations'
|
|
8259
|
+
],
|
|
8260
|
+
socials: {
|
|
8261
|
+
twitter: 'https://x.com/kopi_money',
|
|
8262
|
+
discord: 'https://discord.gg/kopi-money'
|
|
8263
|
+
},
|
|
8264
|
+
type_asset: 'sdk.coin',
|
|
8265
|
+
traces: [{
|
|
8266
|
+
type: 'ibc',
|
|
8267
|
+
counterparty: {
|
|
8268
|
+
channel_id: 'channel-5',
|
|
8269
|
+
base_denom: 'ukopi',
|
|
8270
|
+
chain_name: 'kopi'
|
|
8271
|
+
},
|
|
8272
|
+
chain: {
|
|
8273
|
+
channel_id: 'channel-586'
|
|
8274
|
+
}
|
|
8275
|
+
}]
|
|
8276
|
+
},
|
|
8277
|
+
{
|
|
8278
|
+
description: 'A MM deposit receipt of the Stablecoin native to the Kopi blockchain',
|
|
8279
|
+
denom_units: [{
|
|
8280
|
+
denom: 'ibc/D33F16562488380D165525160EC4712DB2C131C7164D2EF53FBA0F7D99138E23',
|
|
8281
|
+
exponent: 0,
|
|
8282
|
+
aliases: ['uckusd']
|
|
8283
|
+
}, {
|
|
8284
|
+
denom: 'ckUSD',
|
|
8285
|
+
exponent: 6
|
|
8286
|
+
}],
|
|
8287
|
+
base: 'ibc/D33F16562488380D165525160EC4712DB2C131C7164D2EF53FBA0F7D99138E23',
|
|
8288
|
+
name: 'ckUSD',
|
|
8289
|
+
display: 'ckUSD',
|
|
8290
|
+
symbol: 'CKUSD',
|
|
8291
|
+
logo_URIs: {
|
|
8292
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
8293
|
+
},
|
|
8294
|
+
images: [{
|
|
8295
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
8296
|
+
}],
|
|
8297
|
+
keywords: ['dex', 'mm'],
|
|
8298
|
+
socials: {
|
|
8299
|
+
twitter: 'https://x.com/kopi_money',
|
|
8300
|
+
discord: 'https://discord.gg/kopi-money'
|
|
8301
|
+
},
|
|
8302
|
+
type_asset: 'sdk.coin',
|
|
8303
|
+
traces: [{
|
|
8304
|
+
type: 'ibc',
|
|
8305
|
+
counterparty: {
|
|
8306
|
+
channel_id: 'channel-5',
|
|
8307
|
+
base_denom: 'uckusd',
|
|
8308
|
+
chain_name: 'kopi'
|
|
8309
|
+
},
|
|
8310
|
+
chain: {
|
|
8311
|
+
channel_id: 'channel-586'
|
|
8312
|
+
}
|
|
8313
|
+
}]
|
|
8314
|
+
},
|
|
8315
|
+
{
|
|
8316
|
+
description: 'A MM deposit receipt of the Stablecoin USDC from noble Chain',
|
|
8317
|
+
denom_units: [{
|
|
8318
|
+
denom: 'ibc/BA0E61175BC592AB3702545C45FE9409590CF5BEAAF611C42F8BBF0BE4AA2800',
|
|
8319
|
+
exponent: 0,
|
|
8320
|
+
aliases: ['ucusdc']
|
|
8321
|
+
}, {
|
|
8322
|
+
denom: 'cUSDC',
|
|
8323
|
+
exponent: 6
|
|
8324
|
+
}],
|
|
8325
|
+
base: 'ibc/BA0E61175BC592AB3702545C45FE9409590CF5BEAAF611C42F8BBF0BE4AA2800',
|
|
8326
|
+
name: 'cUSDC',
|
|
8327
|
+
display: 'cUSDC',
|
|
8328
|
+
symbol: 'CUSDC',
|
|
8329
|
+
logo_URIs: {
|
|
8330
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
8331
|
+
},
|
|
8332
|
+
images: [{
|
|
8333
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
8334
|
+
}],
|
|
8335
|
+
keywords: ['dex', 'mm'],
|
|
8336
|
+
type_asset: 'sdk.coin',
|
|
8337
|
+
traces: [{
|
|
8338
|
+
type: 'ibc',
|
|
8339
|
+
counterparty: {
|
|
8340
|
+
channel_id: 'channel-5',
|
|
8341
|
+
base_denom: 'ucusdc',
|
|
8342
|
+
chain_name: 'kopi'
|
|
8343
|
+
},
|
|
8344
|
+
chain: {
|
|
8345
|
+
channel_id: 'channel-586'
|
|
8346
|
+
}
|
|
8347
|
+
}]
|
|
8348
|
+
},
|
|
8349
|
+
{
|
|
8350
|
+
description: 'A MM deposit receipt of the Stablecoin USDT from Injective Chain',
|
|
8351
|
+
denom_units: [{
|
|
8352
|
+
denom: 'ibc/675C3E4A7276F31FC9320771CD149CAC94E2386301B777A752288E38C8D7D1FB',
|
|
8353
|
+
exponent: 0,
|
|
8354
|
+
aliases: ['ucusdtinj']
|
|
8355
|
+
}, {
|
|
8356
|
+
denom: 'cUSDT.inj',
|
|
8357
|
+
exponent: 6
|
|
8358
|
+
}],
|
|
8359
|
+
base: 'ibc/675C3E4A7276F31FC9320771CD149CAC94E2386301B777A752288E38C8D7D1FB',
|
|
8360
|
+
name: 'cUSDT.inj',
|
|
8361
|
+
display: 'cUSDT.inj',
|
|
8362
|
+
symbol: 'CUSDT.inj',
|
|
8363
|
+
logo_URIs: {
|
|
8364
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
8365
|
+
},
|
|
8366
|
+
images: [{
|
|
8367
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
8368
|
+
}],
|
|
8369
|
+
keywords: ['dex', 'mm'],
|
|
8370
|
+
type_asset: 'sdk.coin',
|
|
8371
|
+
traces: [{
|
|
8372
|
+
type: 'ibc',
|
|
8373
|
+
counterparty: {
|
|
8374
|
+
channel_id: 'channel-5',
|
|
8375
|
+
base_denom: 'ucusdtinj',
|
|
8376
|
+
chain_name: 'kopi'
|
|
8377
|
+
},
|
|
8378
|
+
chain: {
|
|
8379
|
+
channel_id: 'channel-586'
|
|
8380
|
+
}
|
|
8381
|
+
}]
|
|
8382
|
+
},
|
|
8383
|
+
{
|
|
8384
|
+
description: 'arbitrage receipt token of cUSDT',
|
|
8385
|
+
denom_units: [{
|
|
8386
|
+
denom: 'ibc/BB17B55B0328833553676F826BA5C4E8D7A7F9EF8958B72C09383846AF42228A',
|
|
8387
|
+
exponent: 0,
|
|
8388
|
+
aliases: ['uasusdtinj']
|
|
8389
|
+
}, {
|
|
8390
|
+
denom: 'asusdtinj',
|
|
8391
|
+
exponent: 6
|
|
8392
|
+
}],
|
|
8393
|
+
base: 'ibc/BB17B55B0328833553676F826BA5C4E8D7A7F9EF8958B72C09383846AF42228A',
|
|
8394
|
+
name: 'asUSDT.inj',
|
|
8395
|
+
display: 'asusdtinj',
|
|
8396
|
+
symbol: 'ASUSDT.inj',
|
|
8397
|
+
logo_URIs: {
|
|
8398
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
8399
|
+
},
|
|
8400
|
+
images: [{
|
|
8401
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
8402
|
+
}],
|
|
8403
|
+
keywords: ['dex', 'mm'],
|
|
8404
|
+
type_asset: 'sdk.coin',
|
|
8405
|
+
traces: [{
|
|
8406
|
+
type: 'ibc',
|
|
8407
|
+
counterparty: {
|
|
8408
|
+
channel_id: 'channel-5',
|
|
8409
|
+
base_denom: 'uasusdtinj',
|
|
8410
|
+
chain_name: 'kopi'
|
|
8411
|
+
},
|
|
8412
|
+
chain: {
|
|
8413
|
+
channel_id: 'channel-586'
|
|
8414
|
+
}
|
|
8415
|
+
}]
|
|
8416
|
+
},
|
|
8417
|
+
{
|
|
8418
|
+
description: 'arbitrage receipt token of cUSDC',
|
|
8419
|
+
denom_units: [{
|
|
8420
|
+
denom: 'ibc/E1D5D5A6BD2DDA283BBE33A02EA21F04B24CFED43BD5BE31E77E7F246E14E366',
|
|
8421
|
+
exponent: 0,
|
|
8422
|
+
aliases: ['uasusdc']
|
|
8423
|
+
}, {
|
|
8424
|
+
denom: 'asUSDC',
|
|
8425
|
+
exponent: 6
|
|
8426
|
+
}],
|
|
8427
|
+
base: 'ibc/E1D5D5A6BD2DDA283BBE33A02EA21F04B24CFED43BD5BE31E77E7F246E14E366',
|
|
8428
|
+
name: 'asUSDC',
|
|
8429
|
+
display: 'asUSDC',
|
|
8430
|
+
symbol: 'ASUSDC',
|
|
8431
|
+
logo_URIs: {
|
|
8432
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
8433
|
+
},
|
|
8434
|
+
images: [{
|
|
8435
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
8436
|
+
}],
|
|
8437
|
+
keywords: ['dex', 'mm'],
|
|
8438
|
+
type_asset: 'sdk.coin',
|
|
8439
|
+
traces: [{
|
|
8440
|
+
type: 'ibc',
|
|
8441
|
+
counterparty: {
|
|
8442
|
+
channel_id: 'channel-5',
|
|
8443
|
+
base_denom: 'uasusdc',
|
|
8444
|
+
chain_name: 'kopi'
|
|
8445
|
+
},
|
|
8446
|
+
chain: {
|
|
8447
|
+
channel_id: 'channel-586'
|
|
8448
|
+
}
|
|
8449
|
+
}]
|
|
8450
|
+
},
|
|
8017
8451
|
{
|
|
8018
8452
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
8019
8453
|
denom_units: [{
|