@chain-registry/assets 1.70.53 → 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 +2 -1
- package/esm/mainnet/cosmoshub.js +434 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +434 -0
- package/esm/mainnet/kopi.js +1152 -0
- package/esm/mainnet/migaloo.js +168 -0
- package/esm/mainnet/noble.js +434 -0
- package/esm/mainnet/osmosis.js +434 -0
- package/esm/mainnet/terra2.js +434 -0
- package/mainnet/archway.js +78 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/cosmoshub.js +434 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/injective.js +434 -0
- package/mainnet/kopi.d.ts +3 -0
- package/mainnet/kopi.js +1154 -0
- package/mainnet/migaloo.js +168 -0
- package/mainnet/noble.js +434 -0
- package/mainnet/osmosis.js +434 -0
- package/mainnet/terra2.js +434 -0
- package/package.json +5 -5
package/esm/mainnet/migaloo.js
CHANGED
|
@@ -1,6 +1,90 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'migaloo',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
6
|
+
denom_units: [
|
|
7
|
+
{
|
|
8
|
+
denom: 'ibc/2F4D0837598746647A8A6D28A4610273E383C75056C74164828012E2945E6E7E',
|
|
9
|
+
exponent: 0,
|
|
10
|
+
aliases: ['aarch']
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
denom: 'uarch',
|
|
14
|
+
exponent: 12
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
denom: 'arch',
|
|
18
|
+
exponent: 18
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
base: 'ibc/2F4D0837598746647A8A6D28A4610273E383C75056C74164828012E2945E6E7E',
|
|
22
|
+
name: 'Archway',
|
|
23
|
+
display: 'arch',
|
|
24
|
+
symbol: 'ARCH',
|
|
25
|
+
logo_URIs: {
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg'
|
|
28
|
+
},
|
|
29
|
+
coingecko_id: 'archway',
|
|
30
|
+
images: [{
|
|
31
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
32
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg',
|
|
33
|
+
theme: {
|
|
34
|
+
primary_color_hex: '#fc4c04'
|
|
35
|
+
}
|
|
36
|
+
}],
|
|
37
|
+
socials: {
|
|
38
|
+
website: 'https://archway.io/',
|
|
39
|
+
twitter: 'https://twitter.com/archwayHQ'
|
|
40
|
+
},
|
|
41
|
+
type_asset: 'sdk.coin',
|
|
42
|
+
traces: [{
|
|
43
|
+
type: 'ibc',
|
|
44
|
+
counterparty: {
|
|
45
|
+
channel_id: 'channel-184',
|
|
46
|
+
base_denom: 'aarch',
|
|
47
|
+
chain_name: 'archway'
|
|
48
|
+
},
|
|
49
|
+
chain: {
|
|
50
|
+
channel_id: 'channel-141'
|
|
51
|
+
}
|
|
52
|
+
}]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
description: 'Architects Token',
|
|
56
|
+
type_asset: 'cw20',
|
|
57
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
58
|
+
denom_units: [{
|
|
59
|
+
denom: 'ibc/9CAB3D5C89A74411B288C4EB07E5D8737D5615EABC071AA38032DD8FB82D7462',
|
|
60
|
+
exponent: 0,
|
|
61
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
62
|
+
}, {
|
|
63
|
+
denom: 'TOKN',
|
|
64
|
+
exponent: 18
|
|
65
|
+
}],
|
|
66
|
+
base: 'ibc/9CAB3D5C89A74411B288C4EB07E5D8737D5615EABC071AA38032DD8FB82D7462',
|
|
67
|
+
name: 'Architects Token',
|
|
68
|
+
display: 'TOKN',
|
|
69
|
+
symbol: 'TOKN',
|
|
70
|
+
logo_URIs: {
|
|
71
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
72
|
+
},
|
|
73
|
+
images: [{
|
|
74
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
75
|
+
}],
|
|
76
|
+
traces: [{
|
|
77
|
+
type: 'ibc',
|
|
78
|
+
counterparty: {
|
|
79
|
+
channel_id: 'channel-184',
|
|
80
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
81
|
+
chain_name: 'archway'
|
|
82
|
+
},
|
|
83
|
+
chain: {
|
|
84
|
+
channel_id: 'channel-141'
|
|
85
|
+
}
|
|
86
|
+
}]
|
|
87
|
+
},
|
|
4
88
|
{
|
|
5
89
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
6
90
|
denom_units: [{
|
|
@@ -810,6 +894,90 @@ const assets = {
|
|
|
810
894
|
}
|
|
811
895
|
}]
|
|
812
896
|
},
|
|
897
|
+
{
|
|
898
|
+
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
899
|
+
denom_units: [
|
|
900
|
+
{
|
|
901
|
+
denom: 'ibc/2F4D0837598746647A8A6D28A4610273E383C75056C74164828012E2945E6E7E',
|
|
902
|
+
exponent: 0,
|
|
903
|
+
aliases: ['aarch']
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
denom: 'uarch',
|
|
907
|
+
exponent: 12
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
denom: 'arch',
|
|
911
|
+
exponent: 18
|
|
912
|
+
}
|
|
913
|
+
],
|
|
914
|
+
base: 'ibc/2F4D0837598746647A8A6D28A4610273E383C75056C74164828012E2945E6E7E',
|
|
915
|
+
name: 'Archway',
|
|
916
|
+
display: 'arch',
|
|
917
|
+
symbol: 'ARCH',
|
|
918
|
+
logo_URIs: {
|
|
919
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
920
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg'
|
|
921
|
+
},
|
|
922
|
+
coingecko_id: 'archway',
|
|
923
|
+
images: [{
|
|
924
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
925
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg',
|
|
926
|
+
theme: {
|
|
927
|
+
primary_color_hex: '#fc4c04'
|
|
928
|
+
}
|
|
929
|
+
}],
|
|
930
|
+
socials: {
|
|
931
|
+
website: 'https://archway.io/',
|
|
932
|
+
twitter: 'https://twitter.com/archwayHQ'
|
|
933
|
+
},
|
|
934
|
+
type_asset: 'sdk.coin',
|
|
935
|
+
traces: [{
|
|
936
|
+
type: 'ibc',
|
|
937
|
+
counterparty: {
|
|
938
|
+
channel_id: 'channel-184',
|
|
939
|
+
base_denom: 'aarch',
|
|
940
|
+
chain_name: 'archway'
|
|
941
|
+
},
|
|
942
|
+
chain: {
|
|
943
|
+
channel_id: 'channel-141'
|
|
944
|
+
}
|
|
945
|
+
}]
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
description: 'Architects Token',
|
|
949
|
+
type_asset: 'cw20',
|
|
950
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
951
|
+
denom_units: [{
|
|
952
|
+
denom: 'ibc/9CAB3D5C89A74411B288C4EB07E5D8737D5615EABC071AA38032DD8FB82D7462',
|
|
953
|
+
exponent: 0,
|
|
954
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
955
|
+
}, {
|
|
956
|
+
denom: 'TOKN',
|
|
957
|
+
exponent: 18
|
|
958
|
+
}],
|
|
959
|
+
base: 'ibc/9CAB3D5C89A74411B288C4EB07E5D8737D5615EABC071AA38032DD8FB82D7462',
|
|
960
|
+
name: 'Architects Token',
|
|
961
|
+
display: 'TOKN',
|
|
962
|
+
symbol: 'TOKN',
|
|
963
|
+
logo_URIs: {
|
|
964
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
965
|
+
},
|
|
966
|
+
images: [{
|
|
967
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
968
|
+
}],
|
|
969
|
+
traces: [{
|
|
970
|
+
type: 'ibc',
|
|
971
|
+
counterparty: {
|
|
972
|
+
channel_id: 'channel-184',
|
|
973
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
974
|
+
chain_name: 'archway'
|
|
975
|
+
},
|
|
976
|
+
chain: {
|
|
977
|
+
channel_id: 'channel-141'
|
|
978
|
+
}
|
|
979
|
+
}]
|
|
980
|
+
},
|
|
813
981
|
{
|
|
814
982
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
815
983
|
denom_units: [{
|
package/esm/mainnet/noble.js
CHANGED
|
@@ -1449,6 +1449,223 @@ const assets = {
|
|
|
1449
1449
|
},
|
|
1450
1450
|
type_asset: 'sdk.coin'
|
|
1451
1451
|
},
|
|
1452
|
+
{
|
|
1453
|
+
description: 'The native token of kopi',
|
|
1454
|
+
denom_units: [{
|
|
1455
|
+
denom: 'ibc/A95DF27CB6E4A94DC74F7232B4CAB9248337D327F93CC3832D2A22D3346254AF',
|
|
1456
|
+
exponent: 0,
|
|
1457
|
+
aliases: ['ukopi']
|
|
1458
|
+
}, {
|
|
1459
|
+
denom: 'XKP',
|
|
1460
|
+
exponent: 6
|
|
1461
|
+
}],
|
|
1462
|
+
base: 'ibc/A95DF27CB6E4A94DC74F7232B4CAB9248337D327F93CC3832D2A22D3346254AF',
|
|
1463
|
+
name: 'XKP',
|
|
1464
|
+
display: 'XKP',
|
|
1465
|
+
symbol: 'XKP',
|
|
1466
|
+
logo_URIs: {
|
|
1467
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
1468
|
+
},
|
|
1469
|
+
images: [{
|
|
1470
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
1471
|
+
}],
|
|
1472
|
+
keywords: [
|
|
1473
|
+
'dex',
|
|
1474
|
+
'mm',
|
|
1475
|
+
'staking',
|
|
1476
|
+
'automations'
|
|
1477
|
+
],
|
|
1478
|
+
socials: {
|
|
1479
|
+
twitter: 'https://x.com/kopi_money',
|
|
1480
|
+
discord: 'https://discord.gg/kopi-money'
|
|
1481
|
+
},
|
|
1482
|
+
type_asset: 'sdk.coin',
|
|
1483
|
+
traces: [{
|
|
1484
|
+
type: 'ibc',
|
|
1485
|
+
counterparty: {
|
|
1486
|
+
channel_id: 'channel-0',
|
|
1487
|
+
base_denom: 'ukopi',
|
|
1488
|
+
chain_name: 'kopi'
|
|
1489
|
+
},
|
|
1490
|
+
chain: {
|
|
1491
|
+
channel_id: 'channel-109'
|
|
1492
|
+
}
|
|
1493
|
+
}]
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
description: 'A MM deposit receipt of the Stablecoin native to the Kopi blockchain',
|
|
1497
|
+
denom_units: [{
|
|
1498
|
+
denom: 'ibc/2CF38AB85F49B80FAD172727FBFAECCD4B47009E311203FF7F0CB6613C9ADF87',
|
|
1499
|
+
exponent: 0,
|
|
1500
|
+
aliases: ['uckusd']
|
|
1501
|
+
}, {
|
|
1502
|
+
denom: 'ckUSD',
|
|
1503
|
+
exponent: 6
|
|
1504
|
+
}],
|
|
1505
|
+
base: 'ibc/2CF38AB85F49B80FAD172727FBFAECCD4B47009E311203FF7F0CB6613C9ADF87',
|
|
1506
|
+
name: 'ckUSD',
|
|
1507
|
+
display: 'ckUSD',
|
|
1508
|
+
symbol: 'CKUSD',
|
|
1509
|
+
logo_URIs: {
|
|
1510
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
1511
|
+
},
|
|
1512
|
+
images: [{
|
|
1513
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
1514
|
+
}],
|
|
1515
|
+
keywords: ['dex', 'mm'],
|
|
1516
|
+
socials: {
|
|
1517
|
+
twitter: 'https://x.com/kopi_money',
|
|
1518
|
+
discord: 'https://discord.gg/kopi-money'
|
|
1519
|
+
},
|
|
1520
|
+
type_asset: 'sdk.coin',
|
|
1521
|
+
traces: [{
|
|
1522
|
+
type: 'ibc',
|
|
1523
|
+
counterparty: {
|
|
1524
|
+
channel_id: 'channel-0',
|
|
1525
|
+
base_denom: 'uckusd',
|
|
1526
|
+
chain_name: 'kopi'
|
|
1527
|
+
},
|
|
1528
|
+
chain: {
|
|
1529
|
+
channel_id: 'channel-109'
|
|
1530
|
+
}
|
|
1531
|
+
}]
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
description: 'A MM deposit receipt of the Stablecoin USDC from noble Chain',
|
|
1535
|
+
denom_units: [{
|
|
1536
|
+
denom: 'ibc/B8A647D77EF8400D08AFED99F9544F7E24972BF996BC6E5C2B205CED6D7CD316',
|
|
1537
|
+
exponent: 0,
|
|
1538
|
+
aliases: ['ucusdc']
|
|
1539
|
+
}, {
|
|
1540
|
+
denom: 'cUSDC',
|
|
1541
|
+
exponent: 6
|
|
1542
|
+
}],
|
|
1543
|
+
base: 'ibc/B8A647D77EF8400D08AFED99F9544F7E24972BF996BC6E5C2B205CED6D7CD316',
|
|
1544
|
+
name: 'cUSDC',
|
|
1545
|
+
display: 'cUSDC',
|
|
1546
|
+
symbol: 'CUSDC',
|
|
1547
|
+
logo_URIs: {
|
|
1548
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
1549
|
+
},
|
|
1550
|
+
images: [{
|
|
1551
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
1552
|
+
}],
|
|
1553
|
+
keywords: ['dex', 'mm'],
|
|
1554
|
+
type_asset: 'sdk.coin',
|
|
1555
|
+
traces: [{
|
|
1556
|
+
type: 'ibc',
|
|
1557
|
+
counterparty: {
|
|
1558
|
+
channel_id: 'channel-0',
|
|
1559
|
+
base_denom: 'ucusdc',
|
|
1560
|
+
chain_name: 'kopi'
|
|
1561
|
+
},
|
|
1562
|
+
chain: {
|
|
1563
|
+
channel_id: 'channel-109'
|
|
1564
|
+
}
|
|
1565
|
+
}]
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
description: 'A MM deposit receipt of the Stablecoin USDT from Injective Chain',
|
|
1569
|
+
denom_units: [{
|
|
1570
|
+
denom: 'ibc/D8B919D6DD94BD908E45A4129C2727B9AF39BBFDA5832BA40D0BE28419A7D5B5',
|
|
1571
|
+
exponent: 0,
|
|
1572
|
+
aliases: ['ucusdtinj']
|
|
1573
|
+
}, {
|
|
1574
|
+
denom: 'cUSDT.inj',
|
|
1575
|
+
exponent: 6
|
|
1576
|
+
}],
|
|
1577
|
+
base: 'ibc/D8B919D6DD94BD908E45A4129C2727B9AF39BBFDA5832BA40D0BE28419A7D5B5',
|
|
1578
|
+
name: 'cUSDT.inj',
|
|
1579
|
+
display: 'cUSDT.inj',
|
|
1580
|
+
symbol: 'CUSDT.inj',
|
|
1581
|
+
logo_URIs: {
|
|
1582
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1583
|
+
},
|
|
1584
|
+
images: [{
|
|
1585
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1586
|
+
}],
|
|
1587
|
+
keywords: ['dex', 'mm'],
|
|
1588
|
+
type_asset: 'sdk.coin',
|
|
1589
|
+
traces: [{
|
|
1590
|
+
type: 'ibc',
|
|
1591
|
+
counterparty: {
|
|
1592
|
+
channel_id: 'channel-0',
|
|
1593
|
+
base_denom: 'ucusdtinj',
|
|
1594
|
+
chain_name: 'kopi'
|
|
1595
|
+
},
|
|
1596
|
+
chain: {
|
|
1597
|
+
channel_id: 'channel-109'
|
|
1598
|
+
}
|
|
1599
|
+
}]
|
|
1600
|
+
},
|
|
1601
|
+
{
|
|
1602
|
+
description: 'arbitrage receipt token of cUSDT',
|
|
1603
|
+
denom_units: [{
|
|
1604
|
+
denom: 'ibc/3C615BC4572D2F06BE3672347004F065BB241388AA4F18A72950B164958B33DE',
|
|
1605
|
+
exponent: 0,
|
|
1606
|
+
aliases: ['uasusdtinj']
|
|
1607
|
+
}, {
|
|
1608
|
+
denom: 'asusdtinj',
|
|
1609
|
+
exponent: 6
|
|
1610
|
+
}],
|
|
1611
|
+
base: 'ibc/3C615BC4572D2F06BE3672347004F065BB241388AA4F18A72950B164958B33DE',
|
|
1612
|
+
name: 'asUSDT.inj',
|
|
1613
|
+
display: 'asusdtinj',
|
|
1614
|
+
symbol: 'ASUSDT.inj',
|
|
1615
|
+
logo_URIs: {
|
|
1616
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1617
|
+
},
|
|
1618
|
+
images: [{
|
|
1619
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1620
|
+
}],
|
|
1621
|
+
keywords: ['dex', 'mm'],
|
|
1622
|
+
type_asset: 'sdk.coin',
|
|
1623
|
+
traces: [{
|
|
1624
|
+
type: 'ibc',
|
|
1625
|
+
counterparty: {
|
|
1626
|
+
channel_id: 'channel-0',
|
|
1627
|
+
base_denom: 'uasusdtinj',
|
|
1628
|
+
chain_name: 'kopi'
|
|
1629
|
+
},
|
|
1630
|
+
chain: {
|
|
1631
|
+
channel_id: 'channel-109'
|
|
1632
|
+
}
|
|
1633
|
+
}]
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
description: 'arbitrage receipt token of cUSDC',
|
|
1637
|
+
denom_units: [{
|
|
1638
|
+
denom: 'ibc/D5EE3658004EB25BDB7494346556B71354BC42C45DE08246EB151CB1637ABD27',
|
|
1639
|
+
exponent: 0,
|
|
1640
|
+
aliases: ['uasusdc']
|
|
1641
|
+
}, {
|
|
1642
|
+
denom: 'asUSDC',
|
|
1643
|
+
exponent: 6
|
|
1644
|
+
}],
|
|
1645
|
+
base: 'ibc/D5EE3658004EB25BDB7494346556B71354BC42C45DE08246EB151CB1637ABD27',
|
|
1646
|
+
name: 'asUSDC',
|
|
1647
|
+
display: 'asUSDC',
|
|
1648
|
+
symbol: 'ASUSDC',
|
|
1649
|
+
logo_URIs: {
|
|
1650
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
1651
|
+
},
|
|
1652
|
+
images: [{
|
|
1653
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
1654
|
+
}],
|
|
1655
|
+
keywords: ['dex', 'mm'],
|
|
1656
|
+
type_asset: 'sdk.coin',
|
|
1657
|
+
traces: [{
|
|
1658
|
+
type: 'ibc',
|
|
1659
|
+
counterparty: {
|
|
1660
|
+
channel_id: 'channel-0',
|
|
1661
|
+
base_denom: 'uasusdc',
|
|
1662
|
+
chain_name: 'kopi'
|
|
1663
|
+
},
|
|
1664
|
+
chain: {
|
|
1665
|
+
channel_id: 'channel-109'
|
|
1666
|
+
}
|
|
1667
|
+
}]
|
|
1668
|
+
},
|
|
1452
1669
|
{
|
|
1453
1670
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
1454
1671
|
denom_units: [{
|
|
@@ -3370,6 +3587,223 @@ const assets = {
|
|
|
3370
3587
|
},
|
|
3371
3588
|
type_asset: 'sdk.coin'
|
|
3372
3589
|
},
|
|
3590
|
+
{
|
|
3591
|
+
description: 'The native token of kopi',
|
|
3592
|
+
denom_units: [{
|
|
3593
|
+
denom: 'ibc/A95DF27CB6E4A94DC74F7232B4CAB9248337D327F93CC3832D2A22D3346254AF',
|
|
3594
|
+
exponent: 0,
|
|
3595
|
+
aliases: ['ukopi']
|
|
3596
|
+
}, {
|
|
3597
|
+
denom: 'XKP',
|
|
3598
|
+
exponent: 6
|
|
3599
|
+
}],
|
|
3600
|
+
base: 'ibc/A95DF27CB6E4A94DC74F7232B4CAB9248337D327F93CC3832D2A22D3346254AF',
|
|
3601
|
+
name: 'XKP',
|
|
3602
|
+
display: 'XKP',
|
|
3603
|
+
symbol: 'XKP',
|
|
3604
|
+
logo_URIs: {
|
|
3605
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
3606
|
+
},
|
|
3607
|
+
images: [{
|
|
3608
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kopi.svg'
|
|
3609
|
+
}],
|
|
3610
|
+
keywords: [
|
|
3611
|
+
'dex',
|
|
3612
|
+
'mm',
|
|
3613
|
+
'staking',
|
|
3614
|
+
'automations'
|
|
3615
|
+
],
|
|
3616
|
+
socials: {
|
|
3617
|
+
twitter: 'https://x.com/kopi_money',
|
|
3618
|
+
discord: 'https://discord.gg/kopi-money'
|
|
3619
|
+
},
|
|
3620
|
+
type_asset: 'sdk.coin',
|
|
3621
|
+
traces: [{
|
|
3622
|
+
type: 'ibc',
|
|
3623
|
+
counterparty: {
|
|
3624
|
+
channel_id: 'channel-0',
|
|
3625
|
+
base_denom: 'ukopi',
|
|
3626
|
+
chain_name: 'kopi'
|
|
3627
|
+
},
|
|
3628
|
+
chain: {
|
|
3629
|
+
channel_id: 'channel-109'
|
|
3630
|
+
}
|
|
3631
|
+
}]
|
|
3632
|
+
},
|
|
3633
|
+
{
|
|
3634
|
+
description: 'A MM deposit receipt of the Stablecoin native to the Kopi blockchain',
|
|
3635
|
+
denom_units: [{
|
|
3636
|
+
denom: 'ibc/2CF38AB85F49B80FAD172727FBFAECCD4B47009E311203FF7F0CB6613C9ADF87',
|
|
3637
|
+
exponent: 0,
|
|
3638
|
+
aliases: ['uckusd']
|
|
3639
|
+
}, {
|
|
3640
|
+
denom: 'ckUSD',
|
|
3641
|
+
exponent: 6
|
|
3642
|
+
}],
|
|
3643
|
+
base: 'ibc/2CF38AB85F49B80FAD172727FBFAECCD4B47009E311203FF7F0CB6613C9ADF87',
|
|
3644
|
+
name: 'ckUSD',
|
|
3645
|
+
display: 'ckUSD',
|
|
3646
|
+
symbol: 'CKUSD',
|
|
3647
|
+
logo_URIs: {
|
|
3648
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
3649
|
+
},
|
|
3650
|
+
images: [{
|
|
3651
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
|
|
3652
|
+
}],
|
|
3653
|
+
keywords: ['dex', 'mm'],
|
|
3654
|
+
socials: {
|
|
3655
|
+
twitter: 'https://x.com/kopi_money',
|
|
3656
|
+
discord: 'https://discord.gg/kopi-money'
|
|
3657
|
+
},
|
|
3658
|
+
type_asset: 'sdk.coin',
|
|
3659
|
+
traces: [{
|
|
3660
|
+
type: 'ibc',
|
|
3661
|
+
counterparty: {
|
|
3662
|
+
channel_id: 'channel-0',
|
|
3663
|
+
base_denom: 'uckusd',
|
|
3664
|
+
chain_name: 'kopi'
|
|
3665
|
+
},
|
|
3666
|
+
chain: {
|
|
3667
|
+
channel_id: 'channel-109'
|
|
3668
|
+
}
|
|
3669
|
+
}]
|
|
3670
|
+
},
|
|
3671
|
+
{
|
|
3672
|
+
description: 'A MM deposit receipt of the Stablecoin USDC from noble Chain',
|
|
3673
|
+
denom_units: [{
|
|
3674
|
+
denom: 'ibc/B8A647D77EF8400D08AFED99F9544F7E24972BF996BC6E5C2B205CED6D7CD316',
|
|
3675
|
+
exponent: 0,
|
|
3676
|
+
aliases: ['ucusdc']
|
|
3677
|
+
}, {
|
|
3678
|
+
denom: 'cUSDC',
|
|
3679
|
+
exponent: 6
|
|
3680
|
+
}],
|
|
3681
|
+
base: 'ibc/B8A647D77EF8400D08AFED99F9544F7E24972BF996BC6E5C2B205CED6D7CD316',
|
|
3682
|
+
name: 'cUSDC',
|
|
3683
|
+
display: 'cUSDC',
|
|
3684
|
+
symbol: 'CUSDC',
|
|
3685
|
+
logo_URIs: {
|
|
3686
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
3687
|
+
},
|
|
3688
|
+
images: [{
|
|
3689
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
3690
|
+
}],
|
|
3691
|
+
keywords: ['dex', 'mm'],
|
|
3692
|
+
type_asset: 'sdk.coin',
|
|
3693
|
+
traces: [{
|
|
3694
|
+
type: 'ibc',
|
|
3695
|
+
counterparty: {
|
|
3696
|
+
channel_id: 'channel-0',
|
|
3697
|
+
base_denom: 'ucusdc',
|
|
3698
|
+
chain_name: 'kopi'
|
|
3699
|
+
},
|
|
3700
|
+
chain: {
|
|
3701
|
+
channel_id: 'channel-109'
|
|
3702
|
+
}
|
|
3703
|
+
}]
|
|
3704
|
+
},
|
|
3705
|
+
{
|
|
3706
|
+
description: 'A MM deposit receipt of the Stablecoin USDT from Injective Chain',
|
|
3707
|
+
denom_units: [{
|
|
3708
|
+
denom: 'ibc/D8B919D6DD94BD908E45A4129C2727B9AF39BBFDA5832BA40D0BE28419A7D5B5',
|
|
3709
|
+
exponent: 0,
|
|
3710
|
+
aliases: ['ucusdtinj']
|
|
3711
|
+
}, {
|
|
3712
|
+
denom: 'cUSDT.inj',
|
|
3713
|
+
exponent: 6
|
|
3714
|
+
}],
|
|
3715
|
+
base: 'ibc/D8B919D6DD94BD908E45A4129C2727B9AF39BBFDA5832BA40D0BE28419A7D5B5',
|
|
3716
|
+
name: 'cUSDT.inj',
|
|
3717
|
+
display: 'cUSDT.inj',
|
|
3718
|
+
symbol: 'CUSDT.inj',
|
|
3719
|
+
logo_URIs: {
|
|
3720
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
3721
|
+
},
|
|
3722
|
+
images: [{
|
|
3723
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
3724
|
+
}],
|
|
3725
|
+
keywords: ['dex', 'mm'],
|
|
3726
|
+
type_asset: 'sdk.coin',
|
|
3727
|
+
traces: [{
|
|
3728
|
+
type: 'ibc',
|
|
3729
|
+
counterparty: {
|
|
3730
|
+
channel_id: 'channel-0',
|
|
3731
|
+
base_denom: 'ucusdtinj',
|
|
3732
|
+
chain_name: 'kopi'
|
|
3733
|
+
},
|
|
3734
|
+
chain: {
|
|
3735
|
+
channel_id: 'channel-109'
|
|
3736
|
+
}
|
|
3737
|
+
}]
|
|
3738
|
+
},
|
|
3739
|
+
{
|
|
3740
|
+
description: 'arbitrage receipt token of cUSDT',
|
|
3741
|
+
denom_units: [{
|
|
3742
|
+
denom: 'ibc/3C615BC4572D2F06BE3672347004F065BB241388AA4F18A72950B164958B33DE',
|
|
3743
|
+
exponent: 0,
|
|
3744
|
+
aliases: ['uasusdtinj']
|
|
3745
|
+
}, {
|
|
3746
|
+
denom: 'asusdtinj',
|
|
3747
|
+
exponent: 6
|
|
3748
|
+
}],
|
|
3749
|
+
base: 'ibc/3C615BC4572D2F06BE3672347004F065BB241388AA4F18A72950B164958B33DE',
|
|
3750
|
+
name: 'asUSDT.inj',
|
|
3751
|
+
display: 'asusdtinj',
|
|
3752
|
+
symbol: 'ASUSDT.inj',
|
|
3753
|
+
logo_URIs: {
|
|
3754
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
3755
|
+
},
|
|
3756
|
+
images: [{
|
|
3757
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
3758
|
+
}],
|
|
3759
|
+
keywords: ['dex', 'mm'],
|
|
3760
|
+
type_asset: 'sdk.coin',
|
|
3761
|
+
traces: [{
|
|
3762
|
+
type: 'ibc',
|
|
3763
|
+
counterparty: {
|
|
3764
|
+
channel_id: 'channel-0',
|
|
3765
|
+
base_denom: 'uasusdtinj',
|
|
3766
|
+
chain_name: 'kopi'
|
|
3767
|
+
},
|
|
3768
|
+
chain: {
|
|
3769
|
+
channel_id: 'channel-109'
|
|
3770
|
+
}
|
|
3771
|
+
}]
|
|
3772
|
+
},
|
|
3773
|
+
{
|
|
3774
|
+
description: 'arbitrage receipt token of cUSDC',
|
|
3775
|
+
denom_units: [{
|
|
3776
|
+
denom: 'ibc/D5EE3658004EB25BDB7494346556B71354BC42C45DE08246EB151CB1637ABD27',
|
|
3777
|
+
exponent: 0,
|
|
3778
|
+
aliases: ['uasusdc']
|
|
3779
|
+
}, {
|
|
3780
|
+
denom: 'asUSDC',
|
|
3781
|
+
exponent: 6
|
|
3782
|
+
}],
|
|
3783
|
+
base: 'ibc/D5EE3658004EB25BDB7494346556B71354BC42C45DE08246EB151CB1637ABD27',
|
|
3784
|
+
name: 'asUSDC',
|
|
3785
|
+
display: 'asUSDC',
|
|
3786
|
+
symbol: 'ASUSDC',
|
|
3787
|
+
logo_URIs: {
|
|
3788
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
3789
|
+
},
|
|
3790
|
+
images: [{
|
|
3791
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
3792
|
+
}],
|
|
3793
|
+
keywords: ['dex', 'mm'],
|
|
3794
|
+
type_asset: 'sdk.coin',
|
|
3795
|
+
traces: [{
|
|
3796
|
+
type: 'ibc',
|
|
3797
|
+
counterparty: {
|
|
3798
|
+
channel_id: 'channel-0',
|
|
3799
|
+
base_denom: 'uasusdc',
|
|
3800
|
+
chain_name: 'kopi'
|
|
3801
|
+
},
|
|
3802
|
+
chain: {
|
|
3803
|
+
channel_id: 'channel-109'
|
|
3804
|
+
}
|
|
3805
|
+
}]
|
|
3806
|
+
},
|
|
3373
3807
|
{
|
|
3374
3808
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
3375
3809
|
denom_units: [{
|