@chain-registry/assets 1.70.218 → 1.70.219
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/arkeo.js +182 -0
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/cosmoshub.js +752 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/kopi.js +620 -0
- package/esm/mainnet/noble.js +4694 -2528
- package/esm/mainnet/osmosis.js +280 -8
- package/esm/mainnet/planq.js +434 -0
- package/esm/mainnet/stride.js +434 -0
- package/esm/mainnet/terra.js +314 -0
- package/esm/testnet/neutrontestnet.js +178 -0
- package/esm/testnet/nobletestnet.js +70 -0
- package/index.d.ts +1 -1
- package/mainnet/arkeo.d.ts +3 -0
- package/mainnet/arkeo.js +184 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/cosmoshub.js +752 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +5 -4
- package/mainnet/kopi.js +620 -0
- package/mainnet/noble.js +4694 -2528
- package/mainnet/osmosis.js +280 -8
- package/mainnet/planq.js +434 -0
- package/mainnet/stride.js +434 -0
- package/mainnet/terra.js +314 -0
- package/package.json +5 -5
- package/testnet/neutrontestnet.js +178 -0
- package/testnet/nobletestnet.js +70 -0
package/mainnet/stride.js
CHANGED
|
@@ -1353,6 +1353,223 @@ const assets = {
|
|
|
1353
1353
|
}
|
|
1354
1354
|
}]
|
|
1355
1355
|
},
|
|
1356
|
+
{
|
|
1357
|
+
description: 'The native token of kopi',
|
|
1358
|
+
denom_units: [{
|
|
1359
|
+
denom: 'ibc/5813FA53CD99E89E2339252C34E5093C9D1D118EA4DFA04C269C1D0E516D3A86',
|
|
1360
|
+
exponent: 0,
|
|
1361
|
+
aliases: ['ukopi']
|
|
1362
|
+
}, {
|
|
1363
|
+
denom: 'XKP',
|
|
1364
|
+
exponent: 6
|
|
1365
|
+
}],
|
|
1366
|
+
base: 'ibc/5813FA53CD99E89E2339252C34E5093C9D1D118EA4DFA04C269C1D0E516D3A86',
|
|
1367
|
+
name: 'XKP',
|
|
1368
|
+
display: 'XKP',
|
|
1369
|
+
symbol: 'XKP',
|
|
1370
|
+
logo_URIs: {
|
|
1371
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
1372
|
+
},
|
|
1373
|
+
images: [{
|
|
1374
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
1375
|
+
}],
|
|
1376
|
+
keywords: [
|
|
1377
|
+
'dex',
|
|
1378
|
+
'mm',
|
|
1379
|
+
'staking',
|
|
1380
|
+
'automations'
|
|
1381
|
+
],
|
|
1382
|
+
socials: {
|
|
1383
|
+
twitter: 'https://x.com/kopi_money',
|
|
1384
|
+
discord: 'https://discord.gg/kopi-money'
|
|
1385
|
+
},
|
|
1386
|
+
type_asset: 'sdk.coin',
|
|
1387
|
+
traces: [{
|
|
1388
|
+
type: 'ibc',
|
|
1389
|
+
counterparty: {
|
|
1390
|
+
channel_id: 'channel-18',
|
|
1391
|
+
base_denom: 'ukopi',
|
|
1392
|
+
chain_name: 'kopi'
|
|
1393
|
+
},
|
|
1394
|
+
chain: {
|
|
1395
|
+
channel_id: 'channel-322'
|
|
1396
|
+
}
|
|
1397
|
+
}]
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
description: 'A MM deposit receipt of the Stablecoin native to the Kopi blockchain',
|
|
1401
|
+
denom_units: [{
|
|
1402
|
+
denom: 'ibc/3DAC6AAC5A8477737601C7213982253EDB15DBD2D9CCA7D53A5065174584F61A',
|
|
1403
|
+
exponent: 0,
|
|
1404
|
+
aliases: ['uckusd']
|
|
1405
|
+
}, {
|
|
1406
|
+
denom: 'ckUSD',
|
|
1407
|
+
exponent: 6
|
|
1408
|
+
}],
|
|
1409
|
+
base: 'ibc/3DAC6AAC5A8477737601C7213982253EDB15DBD2D9CCA7D53A5065174584F61A',
|
|
1410
|
+
name: 'ckUSD',
|
|
1411
|
+
display: 'ckUSD',
|
|
1412
|
+
symbol: 'CKUSD',
|
|
1413
|
+
logo_URIs: {
|
|
1414
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
|
|
1415
|
+
},
|
|
1416
|
+
images: [{
|
|
1417
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
|
|
1418
|
+
}],
|
|
1419
|
+
keywords: ['dex', 'mm'],
|
|
1420
|
+
socials: {
|
|
1421
|
+
twitter: 'https://x.com/kopi_money',
|
|
1422
|
+
discord: 'https://discord.gg/kopi-money'
|
|
1423
|
+
},
|
|
1424
|
+
type_asset: 'sdk.coin',
|
|
1425
|
+
traces: [{
|
|
1426
|
+
type: 'ibc',
|
|
1427
|
+
counterparty: {
|
|
1428
|
+
channel_id: 'channel-18',
|
|
1429
|
+
base_denom: 'uckusd',
|
|
1430
|
+
chain_name: 'kopi'
|
|
1431
|
+
},
|
|
1432
|
+
chain: {
|
|
1433
|
+
channel_id: 'channel-322'
|
|
1434
|
+
}
|
|
1435
|
+
}]
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
description: 'A MM deposit receipt of the Stablecoin USDC from noble Chain',
|
|
1439
|
+
denom_units: [{
|
|
1440
|
+
denom: 'ibc/9C42368562ECFA257088167E5F573485E6B17846082FE35B5DF315CD5DD9A76B',
|
|
1441
|
+
exponent: 0,
|
|
1442
|
+
aliases: ['ucusdc']
|
|
1443
|
+
}, {
|
|
1444
|
+
denom: 'cUSDC',
|
|
1445
|
+
exponent: 6
|
|
1446
|
+
}],
|
|
1447
|
+
base: 'ibc/9C42368562ECFA257088167E5F573485E6B17846082FE35B5DF315CD5DD9A76B',
|
|
1448
|
+
name: 'cUSDC',
|
|
1449
|
+
display: 'cUSDC',
|
|
1450
|
+
symbol: 'CUSDC',
|
|
1451
|
+
logo_URIs: {
|
|
1452
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
|
|
1453
|
+
},
|
|
1454
|
+
images: [{
|
|
1455
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
|
|
1456
|
+
}],
|
|
1457
|
+
keywords: ['dex', 'mm'],
|
|
1458
|
+
type_asset: 'sdk.coin',
|
|
1459
|
+
traces: [{
|
|
1460
|
+
type: 'ibc',
|
|
1461
|
+
counterparty: {
|
|
1462
|
+
channel_id: 'channel-18',
|
|
1463
|
+
base_denom: 'ucusdc',
|
|
1464
|
+
chain_name: 'kopi'
|
|
1465
|
+
},
|
|
1466
|
+
chain: {
|
|
1467
|
+
channel_id: 'channel-322'
|
|
1468
|
+
}
|
|
1469
|
+
}]
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
description: 'A MM deposit receipt of the Stablecoin USDT from Injective Chain',
|
|
1473
|
+
denom_units: [{
|
|
1474
|
+
denom: 'ibc/FBC94481F3D00C623E84991F953E73BB96BC6908A4B652F39E8B4C6B5052031C',
|
|
1475
|
+
exponent: 0,
|
|
1476
|
+
aliases: ['ucusdtinj']
|
|
1477
|
+
}, {
|
|
1478
|
+
denom: 'cUSDT.inj',
|
|
1479
|
+
exponent: 6
|
|
1480
|
+
}],
|
|
1481
|
+
base: 'ibc/FBC94481F3D00C623E84991F953E73BB96BC6908A4B652F39E8B4C6B5052031C',
|
|
1482
|
+
name: 'cUSDT.inj',
|
|
1483
|
+
display: 'cUSDT.inj',
|
|
1484
|
+
symbol: 'cUSDT.inj',
|
|
1485
|
+
logo_URIs: {
|
|
1486
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
|
|
1487
|
+
},
|
|
1488
|
+
images: [{
|
|
1489
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
|
|
1490
|
+
}],
|
|
1491
|
+
keywords: ['dex', 'mm'],
|
|
1492
|
+
type_asset: 'sdk.coin',
|
|
1493
|
+
traces: [{
|
|
1494
|
+
type: 'ibc',
|
|
1495
|
+
counterparty: {
|
|
1496
|
+
channel_id: 'channel-18',
|
|
1497
|
+
base_denom: 'ucusdtinj',
|
|
1498
|
+
chain_name: 'kopi'
|
|
1499
|
+
},
|
|
1500
|
+
chain: {
|
|
1501
|
+
channel_id: 'channel-322'
|
|
1502
|
+
}
|
|
1503
|
+
}]
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
description: 'arbitrage receipt token of cUSDT',
|
|
1507
|
+
denom_units: [{
|
|
1508
|
+
denom: 'ibc/0BD1E07BA990DF055A21516F45F75EFCB382A41CAADFC108245382F1DF4EA6C0',
|
|
1509
|
+
exponent: 0,
|
|
1510
|
+
aliases: ['uasusdtinj']
|
|
1511
|
+
}, {
|
|
1512
|
+
denom: 'asusdtinj',
|
|
1513
|
+
exponent: 6
|
|
1514
|
+
}],
|
|
1515
|
+
base: 'ibc/0BD1E07BA990DF055A21516F45F75EFCB382A41CAADFC108245382F1DF4EA6C0',
|
|
1516
|
+
name: 'asUSDT.inj',
|
|
1517
|
+
display: 'asusdtinj',
|
|
1518
|
+
symbol: 'asUSDT.inj',
|
|
1519
|
+
logo_URIs: {
|
|
1520
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
|
|
1521
|
+
},
|
|
1522
|
+
images: [{
|
|
1523
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
|
|
1524
|
+
}],
|
|
1525
|
+
keywords: ['dex', 'mm'],
|
|
1526
|
+
type_asset: 'sdk.coin',
|
|
1527
|
+
traces: [{
|
|
1528
|
+
type: 'ibc',
|
|
1529
|
+
counterparty: {
|
|
1530
|
+
channel_id: 'channel-18',
|
|
1531
|
+
base_denom: 'uasusdtinj',
|
|
1532
|
+
chain_name: 'kopi'
|
|
1533
|
+
},
|
|
1534
|
+
chain: {
|
|
1535
|
+
channel_id: 'channel-322'
|
|
1536
|
+
}
|
|
1537
|
+
}]
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
description: 'arbitrage receipt token of cUSDC',
|
|
1541
|
+
denom_units: [{
|
|
1542
|
+
denom: 'ibc/81DC330BC51858FC9851CC157439F5136092F80FDEAA39AAA1AB1014C37C298F',
|
|
1543
|
+
exponent: 0,
|
|
1544
|
+
aliases: ['uasusdc']
|
|
1545
|
+
}, {
|
|
1546
|
+
denom: 'asUSDC',
|
|
1547
|
+
exponent: 6
|
|
1548
|
+
}],
|
|
1549
|
+
base: 'ibc/81DC330BC51858FC9851CC157439F5136092F80FDEAA39AAA1AB1014C37C298F',
|
|
1550
|
+
name: 'asUSDC',
|
|
1551
|
+
display: 'asUSDC',
|
|
1552
|
+
symbol: 'ASUSDC',
|
|
1553
|
+
logo_URIs: {
|
|
1554
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
|
|
1555
|
+
},
|
|
1556
|
+
images: [{
|
|
1557
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
|
|
1558
|
+
}],
|
|
1559
|
+
keywords: ['dex', 'mm'],
|
|
1560
|
+
type_asset: 'sdk.coin',
|
|
1561
|
+
traces: [{
|
|
1562
|
+
type: 'ibc',
|
|
1563
|
+
counterparty: {
|
|
1564
|
+
channel_id: 'channel-18',
|
|
1565
|
+
base_denom: 'uasusdc',
|
|
1566
|
+
chain_name: 'kopi'
|
|
1567
|
+
},
|
|
1568
|
+
chain: {
|
|
1569
|
+
channel_id: 'channel-322'
|
|
1570
|
+
}
|
|
1571
|
+
}]
|
|
1572
|
+
},
|
|
1356
1573
|
{
|
|
1357
1574
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
1358
1575
|
denom_units: [{
|
|
@@ -7920,6 +8137,223 @@ const assets = {
|
|
|
7920
8137
|
}
|
|
7921
8138
|
}]
|
|
7922
8139
|
},
|
|
8140
|
+
{
|
|
8141
|
+
description: 'The native token of kopi',
|
|
8142
|
+
denom_units: [{
|
|
8143
|
+
denom: 'ibc/5813FA53CD99E89E2339252C34E5093C9D1D118EA4DFA04C269C1D0E516D3A86',
|
|
8144
|
+
exponent: 0,
|
|
8145
|
+
aliases: ['ukopi']
|
|
8146
|
+
}, {
|
|
8147
|
+
denom: 'XKP',
|
|
8148
|
+
exponent: 6
|
|
8149
|
+
}],
|
|
8150
|
+
base: 'ibc/5813FA53CD99E89E2339252C34E5093C9D1D118EA4DFA04C269C1D0E516D3A86',
|
|
8151
|
+
name: 'XKP',
|
|
8152
|
+
display: 'XKP',
|
|
8153
|
+
symbol: 'XKP',
|
|
8154
|
+
logo_URIs: {
|
|
8155
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
8156
|
+
},
|
|
8157
|
+
images: [{
|
|
8158
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
8159
|
+
}],
|
|
8160
|
+
keywords: [
|
|
8161
|
+
'dex',
|
|
8162
|
+
'mm',
|
|
8163
|
+
'staking',
|
|
8164
|
+
'automations'
|
|
8165
|
+
],
|
|
8166
|
+
socials: {
|
|
8167
|
+
twitter: 'https://x.com/kopi_money',
|
|
8168
|
+
discord: 'https://discord.gg/kopi-money'
|
|
8169
|
+
},
|
|
8170
|
+
type_asset: 'sdk.coin',
|
|
8171
|
+
traces: [{
|
|
8172
|
+
type: 'ibc',
|
|
8173
|
+
counterparty: {
|
|
8174
|
+
channel_id: 'channel-18',
|
|
8175
|
+
base_denom: 'ukopi',
|
|
8176
|
+
chain_name: 'kopi'
|
|
8177
|
+
},
|
|
8178
|
+
chain: {
|
|
8179
|
+
channel_id: 'channel-322'
|
|
8180
|
+
}
|
|
8181
|
+
}]
|
|
8182
|
+
},
|
|
8183
|
+
{
|
|
8184
|
+
description: 'A MM deposit receipt of the Stablecoin native to the Kopi blockchain',
|
|
8185
|
+
denom_units: [{
|
|
8186
|
+
denom: 'ibc/3DAC6AAC5A8477737601C7213982253EDB15DBD2D9CCA7D53A5065174584F61A',
|
|
8187
|
+
exponent: 0,
|
|
8188
|
+
aliases: ['uckusd']
|
|
8189
|
+
}, {
|
|
8190
|
+
denom: 'ckUSD',
|
|
8191
|
+
exponent: 6
|
|
8192
|
+
}],
|
|
8193
|
+
base: 'ibc/3DAC6AAC5A8477737601C7213982253EDB15DBD2D9CCA7D53A5065174584F61A',
|
|
8194
|
+
name: 'ckUSD',
|
|
8195
|
+
display: 'ckUSD',
|
|
8196
|
+
symbol: 'CKUSD',
|
|
8197
|
+
logo_URIs: {
|
|
8198
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
|
|
8199
|
+
},
|
|
8200
|
+
images: [{
|
|
8201
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
|
|
8202
|
+
}],
|
|
8203
|
+
keywords: ['dex', 'mm'],
|
|
8204
|
+
socials: {
|
|
8205
|
+
twitter: 'https://x.com/kopi_money',
|
|
8206
|
+
discord: 'https://discord.gg/kopi-money'
|
|
8207
|
+
},
|
|
8208
|
+
type_asset: 'sdk.coin',
|
|
8209
|
+
traces: [{
|
|
8210
|
+
type: 'ibc',
|
|
8211
|
+
counterparty: {
|
|
8212
|
+
channel_id: 'channel-18',
|
|
8213
|
+
base_denom: 'uckusd',
|
|
8214
|
+
chain_name: 'kopi'
|
|
8215
|
+
},
|
|
8216
|
+
chain: {
|
|
8217
|
+
channel_id: 'channel-322'
|
|
8218
|
+
}
|
|
8219
|
+
}]
|
|
8220
|
+
},
|
|
8221
|
+
{
|
|
8222
|
+
description: 'A MM deposit receipt of the Stablecoin USDC from noble Chain',
|
|
8223
|
+
denom_units: [{
|
|
8224
|
+
denom: 'ibc/9C42368562ECFA257088167E5F573485E6B17846082FE35B5DF315CD5DD9A76B',
|
|
8225
|
+
exponent: 0,
|
|
8226
|
+
aliases: ['ucusdc']
|
|
8227
|
+
}, {
|
|
8228
|
+
denom: 'cUSDC',
|
|
8229
|
+
exponent: 6
|
|
8230
|
+
}],
|
|
8231
|
+
base: 'ibc/9C42368562ECFA257088167E5F573485E6B17846082FE35B5DF315CD5DD9A76B',
|
|
8232
|
+
name: 'cUSDC',
|
|
8233
|
+
display: 'cUSDC',
|
|
8234
|
+
symbol: 'CUSDC',
|
|
8235
|
+
logo_URIs: {
|
|
8236
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
|
|
8237
|
+
},
|
|
8238
|
+
images: [{
|
|
8239
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
|
|
8240
|
+
}],
|
|
8241
|
+
keywords: ['dex', 'mm'],
|
|
8242
|
+
type_asset: 'sdk.coin',
|
|
8243
|
+
traces: [{
|
|
8244
|
+
type: 'ibc',
|
|
8245
|
+
counterparty: {
|
|
8246
|
+
channel_id: 'channel-18',
|
|
8247
|
+
base_denom: 'ucusdc',
|
|
8248
|
+
chain_name: 'kopi'
|
|
8249
|
+
},
|
|
8250
|
+
chain: {
|
|
8251
|
+
channel_id: 'channel-322'
|
|
8252
|
+
}
|
|
8253
|
+
}]
|
|
8254
|
+
},
|
|
8255
|
+
{
|
|
8256
|
+
description: 'A MM deposit receipt of the Stablecoin USDT from Injective Chain',
|
|
8257
|
+
denom_units: [{
|
|
8258
|
+
denom: 'ibc/FBC94481F3D00C623E84991F953E73BB96BC6908A4B652F39E8B4C6B5052031C',
|
|
8259
|
+
exponent: 0,
|
|
8260
|
+
aliases: ['ucusdtinj']
|
|
8261
|
+
}, {
|
|
8262
|
+
denom: 'cUSDT.inj',
|
|
8263
|
+
exponent: 6
|
|
8264
|
+
}],
|
|
8265
|
+
base: 'ibc/FBC94481F3D00C623E84991F953E73BB96BC6908A4B652F39E8B4C6B5052031C',
|
|
8266
|
+
name: 'cUSDT.inj',
|
|
8267
|
+
display: 'cUSDT.inj',
|
|
8268
|
+
symbol: 'cUSDT.inj',
|
|
8269
|
+
logo_URIs: {
|
|
8270
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
|
|
8271
|
+
},
|
|
8272
|
+
images: [{
|
|
8273
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
|
|
8274
|
+
}],
|
|
8275
|
+
keywords: ['dex', 'mm'],
|
|
8276
|
+
type_asset: 'sdk.coin',
|
|
8277
|
+
traces: [{
|
|
8278
|
+
type: 'ibc',
|
|
8279
|
+
counterparty: {
|
|
8280
|
+
channel_id: 'channel-18',
|
|
8281
|
+
base_denom: 'ucusdtinj',
|
|
8282
|
+
chain_name: 'kopi'
|
|
8283
|
+
},
|
|
8284
|
+
chain: {
|
|
8285
|
+
channel_id: 'channel-322'
|
|
8286
|
+
}
|
|
8287
|
+
}]
|
|
8288
|
+
},
|
|
8289
|
+
{
|
|
8290
|
+
description: 'arbitrage receipt token of cUSDT',
|
|
8291
|
+
denom_units: [{
|
|
8292
|
+
denom: 'ibc/0BD1E07BA990DF055A21516F45F75EFCB382A41CAADFC108245382F1DF4EA6C0',
|
|
8293
|
+
exponent: 0,
|
|
8294
|
+
aliases: ['uasusdtinj']
|
|
8295
|
+
}, {
|
|
8296
|
+
denom: 'asusdtinj',
|
|
8297
|
+
exponent: 6
|
|
8298
|
+
}],
|
|
8299
|
+
base: 'ibc/0BD1E07BA990DF055A21516F45F75EFCB382A41CAADFC108245382F1DF4EA6C0',
|
|
8300
|
+
name: 'asUSDT.inj',
|
|
8301
|
+
display: 'asusdtinj',
|
|
8302
|
+
symbol: 'asUSDT.inj',
|
|
8303
|
+
logo_URIs: {
|
|
8304
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
|
|
8305
|
+
},
|
|
8306
|
+
images: [{
|
|
8307
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
|
|
8308
|
+
}],
|
|
8309
|
+
keywords: ['dex', 'mm'],
|
|
8310
|
+
type_asset: 'sdk.coin',
|
|
8311
|
+
traces: [{
|
|
8312
|
+
type: 'ibc',
|
|
8313
|
+
counterparty: {
|
|
8314
|
+
channel_id: 'channel-18',
|
|
8315
|
+
base_denom: 'uasusdtinj',
|
|
8316
|
+
chain_name: 'kopi'
|
|
8317
|
+
},
|
|
8318
|
+
chain: {
|
|
8319
|
+
channel_id: 'channel-322'
|
|
8320
|
+
}
|
|
8321
|
+
}]
|
|
8322
|
+
},
|
|
8323
|
+
{
|
|
8324
|
+
description: 'arbitrage receipt token of cUSDC',
|
|
8325
|
+
denom_units: [{
|
|
8326
|
+
denom: 'ibc/81DC330BC51858FC9851CC157439F5136092F80FDEAA39AAA1AB1014C37C298F',
|
|
8327
|
+
exponent: 0,
|
|
8328
|
+
aliases: ['uasusdc']
|
|
8329
|
+
}, {
|
|
8330
|
+
denom: 'asUSDC',
|
|
8331
|
+
exponent: 6
|
|
8332
|
+
}],
|
|
8333
|
+
base: 'ibc/81DC330BC51858FC9851CC157439F5136092F80FDEAA39AAA1AB1014C37C298F',
|
|
8334
|
+
name: 'asUSDC',
|
|
8335
|
+
display: 'asUSDC',
|
|
8336
|
+
symbol: 'ASUSDC',
|
|
8337
|
+
logo_URIs: {
|
|
8338
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
|
|
8339
|
+
},
|
|
8340
|
+
images: [{
|
|
8341
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
|
|
8342
|
+
}],
|
|
8343
|
+
keywords: ['dex', 'mm'],
|
|
8344
|
+
type_asset: 'sdk.coin',
|
|
8345
|
+
traces: [{
|
|
8346
|
+
type: 'ibc',
|
|
8347
|
+
counterparty: {
|
|
8348
|
+
channel_id: 'channel-18',
|
|
8349
|
+
base_denom: 'uasusdc',
|
|
8350
|
+
chain_name: 'kopi'
|
|
8351
|
+
},
|
|
8352
|
+
chain: {
|
|
8353
|
+
channel_id: 'channel-322'
|
|
8354
|
+
}
|
|
8355
|
+
}]
|
|
8356
|
+
},
|
|
7923
8357
|
{
|
|
7924
8358
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
7925
8359
|
denom_units: [{
|