@subwallet/chain-list 0.2.6-beta.0 → 0.2.6
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/bundle-subwallet-chain-list.js +232 -46
- package/cjs/data/AssetLogoMap.json +10 -1
- package/cjs/data/AssetRef.json +0 -29
- package/cjs/data/ChainAsset.json +197 -14
- package/cjs/data/MultiChainAsset.json +18 -2
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +10 -1
- package/data/AssetRef.json +0 -29
- package/data/ChainAsset.json +197 -14
- package/data/MultiChainAsset.json +18 -2
- package/logo/aseed.png +0 -0
- package/logo/lp-dot-ibtc.png +0 -0
- package/logo/lp-ibtc-usdt.png +0 -0
- package/logo/lp-intr-usdt.png +0 -0
- package/logo/qdot.png +0 -0
- package/logo/qibtc.png +0 -0
- package/logo/qintr.png +0 -0
- package/logo/qkbtc.png +0 -0
- package/logo/qkint.png +0 -0
- package/logo/qksm.png +0 -0
- package/logo/qusdt.png +0 -0
- package/package.json +12 -1
- package/packageInfo.js +1 -1
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
var op = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/optimism.png";
|
|
21
21
|
var tomo = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/tomochain.png";
|
|
22
22
|
var usdt = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/usdt.png";
|
|
23
|
-
var
|
|
23
|
+
var aseed = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/aseed.png";
|
|
24
24
|
var ldot = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot.png";
|
|
25
25
|
var lcdot = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot.png";
|
|
26
26
|
var tdot = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/tdot.png";
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
var zkkma = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/calamarinetwork.png";
|
|
50
50
|
var wbtc = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/btc.png";
|
|
51
51
|
var busd = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/busd.png";
|
|
52
|
+
var ausd = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ausd.png";
|
|
52
53
|
var zkusdt = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/usdt.png";
|
|
53
54
|
var dai = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/dai.png";
|
|
54
55
|
var zkdai = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/dai.png";
|
|
@@ -274,6 +275,11 @@
|
|
|
274
275
|
var vfil = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/vfil.png";
|
|
275
276
|
var veth = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/veth.png";
|
|
276
277
|
var ftm = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png";
|
|
278
|
+
var qibtc = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qibtc.png";
|
|
279
|
+
var qdot = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qdot.png";
|
|
280
|
+
var qusdt = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qusdt.png";
|
|
281
|
+
var qkbtc = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qkbtc.png";
|
|
282
|
+
var qksm = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qksm.png";
|
|
277
283
|
var cp = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png";
|
|
278
284
|
const _AssetLogoMap = {
|
|
279
285
|
"default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
@@ -291,7 +297,7 @@
|
|
|
291
297
|
op: op,
|
|
292
298
|
tomo: tomo,
|
|
293
299
|
usdt: usdt,
|
|
294
|
-
|
|
300
|
+
aseed: aseed,
|
|
295
301
|
ldot: ldot,
|
|
296
302
|
lcdot: lcdot,
|
|
297
303
|
tdot: tdot,
|
|
@@ -320,6 +326,7 @@
|
|
|
320
326
|
zkkma: zkkma,
|
|
321
327
|
wbtc: wbtc,
|
|
322
328
|
busd: busd,
|
|
329
|
+
ausd: ausd,
|
|
323
330
|
zkusdt: zkusdt,
|
|
324
331
|
dai: dai,
|
|
325
332
|
zkdai: zkdai,
|
|
@@ -549,6 +556,14 @@
|
|
|
549
556
|
"lp ksm-kbtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/lp-ksm-kbtc.png",
|
|
550
557
|
"lp kbtc-usdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/lp-kbtc-usdt.png",
|
|
551
558
|
ftm: ftm,
|
|
559
|
+
"lp dot-ibtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/lp-dot-ibtc.png",
|
|
560
|
+
"lp ibtc-usdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/lp-ibtc-usdt.png",
|
|
561
|
+
"lp intr-usdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/lp-intr-usdt.png",
|
|
562
|
+
qibtc: qibtc,
|
|
563
|
+
qdot: qdot,
|
|
564
|
+
qusdt: qusdt,
|
|
565
|
+
qkbtc: qkbtc,
|
|
566
|
+
qksm: qksm,
|
|
552
567
|
cp: cp
|
|
553
568
|
};
|
|
554
569
|
|
|
@@ -811,34 +826,6 @@
|
|
|
811
826
|
srcChain: "interlay",
|
|
812
827
|
destChain: "statemint",
|
|
813
828
|
path: "XCM"
|
|
814
|
-
},
|
|
815
|
-
"calamari-NATIVE-KMA___calamari-LOCAL-zkKMA": {
|
|
816
|
-
srcAsset: "calamari-NATIVE-KMA",
|
|
817
|
-
destAsset: "calamari-LOCAL-zkKMA",
|
|
818
|
-
srcChain: "calamari",
|
|
819
|
-
destChain: "calamari",
|
|
820
|
-
path: "MANTA_ZK"
|
|
821
|
-
},
|
|
822
|
-
"calamari-LOCAL-zkKMA___calamari-NATIVE-KMA": {
|
|
823
|
-
srcAsset: "calamari-LOCAL-zkKMA",
|
|
824
|
-
destAsset: "calamari-NATIVE-KMA",
|
|
825
|
-
srcChain: "calamari",
|
|
826
|
-
destChain: "calamari",
|
|
827
|
-
path: "MANTA_ZK"
|
|
828
|
-
},
|
|
829
|
-
"calamari-LOCAL-USDT___calamari-LOCAL-zkUSDT": {
|
|
830
|
-
srcAsset: "calamari-LOCAL-USDT",
|
|
831
|
-
destAsset: "calamari-LOCAL-zkUSDT",
|
|
832
|
-
srcChain: "calamari",
|
|
833
|
-
destChain: "calamari",
|
|
834
|
-
path: "MANTA_ZK"
|
|
835
|
-
},
|
|
836
|
-
"calamari-LOCAL-KSM___calamari-LOCAL-zkKSM": {
|
|
837
|
-
srcAsset: "calamari-LOCAL-KSM",
|
|
838
|
-
destAsset: "calamari-LOCAL-zkKSM",
|
|
839
|
-
srcChain: "calamari",
|
|
840
|
-
destChain: "calamari",
|
|
841
|
-
path: "MANTA_ZK"
|
|
842
829
|
}
|
|
843
830
|
};
|
|
844
831
|
|
|
@@ -1152,13 +1139,13 @@
|
|
|
1152
1139
|
hasValue: true,
|
|
1153
1140
|
icon: "usdt.png"
|
|
1154
1141
|
},
|
|
1155
|
-
"acala-LOCAL-
|
|
1142
|
+
"acala-LOCAL-aSEED": {
|
|
1156
1143
|
originChain: "acala",
|
|
1157
|
-
slug: "acala-LOCAL-
|
|
1158
|
-
name: "
|
|
1159
|
-
symbol: "
|
|
1144
|
+
slug: "acala-LOCAL-aSEED",
|
|
1145
|
+
name: "aUSD SEED",
|
|
1146
|
+
symbol: "aSEED",
|
|
1160
1147
|
decimals: 12,
|
|
1161
|
-
priceId: "
|
|
1148
|
+
priceId: "ausd-seed-acala",
|
|
1162
1149
|
minAmount: "100000000000",
|
|
1163
1150
|
assetType: "LOCAL",
|
|
1164
1151
|
metadata: {
|
|
@@ -1166,9 +1153,9 @@
|
|
|
1166
1153
|
Token: "AUSD"
|
|
1167
1154
|
}
|
|
1168
1155
|
},
|
|
1169
|
-
multiChainAsset: "
|
|
1156
|
+
multiChainAsset: "aSEED-aSEEDAcala",
|
|
1170
1157
|
hasValue: true,
|
|
1171
|
-
icon: "
|
|
1158
|
+
icon: "aseed.png"
|
|
1172
1159
|
},
|
|
1173
1160
|
"acala-LOCAL-ASTR": {
|
|
1174
1161
|
originChain: "acala",
|
|
@@ -4519,13 +4506,13 @@
|
|
|
4519
4506
|
hasValue: true,
|
|
4520
4507
|
icon: "karura.png"
|
|
4521
4508
|
},
|
|
4522
|
-
"karura-LOCAL-
|
|
4509
|
+
"karura-LOCAL-aSEED": {
|
|
4523
4510
|
originChain: "karura",
|
|
4524
|
-
slug: "karura-LOCAL-
|
|
4525
|
-
name: "
|
|
4526
|
-
symbol: "
|
|
4511
|
+
slug: "karura-LOCAL-aSEED",
|
|
4512
|
+
name: "aUSD SEED",
|
|
4513
|
+
symbol: "aSEED",
|
|
4527
4514
|
decimals: 12,
|
|
4528
|
-
priceId: "
|
|
4515
|
+
priceId: "ausd-seed-karura",
|
|
4529
4516
|
minAmount: "10000000000",
|
|
4530
4517
|
assetType: "LOCAL",
|
|
4531
4518
|
metadata: {
|
|
@@ -4533,9 +4520,9 @@
|
|
|
4533
4520
|
Token: "KUSD"
|
|
4534
4521
|
}
|
|
4535
4522
|
},
|
|
4536
|
-
multiChainAsset: "
|
|
4523
|
+
multiChainAsset: "aSEED-aSEEDKarura",
|
|
4537
4524
|
hasValue: true,
|
|
4538
|
-
icon: "
|
|
4525
|
+
icon: "aseed.png"
|
|
4539
4526
|
},
|
|
4540
4527
|
"shiden-LOCAL-aUSD": {
|
|
4541
4528
|
originChain: "shiden",
|
|
@@ -7411,6 +7398,189 @@
|
|
|
7411
7398
|
multiChainAsset: "FTM-Fantom",
|
|
7412
7399
|
hasValue: true,
|
|
7413
7400
|
icon: "ftm.png"
|
|
7401
|
+
},
|
|
7402
|
+
"interlay-LOCAL-LP_DOT_iBTC": {
|
|
7403
|
+
originChain: "interlay",
|
|
7404
|
+
slug: "interlay-LOCAL-LP_DOT_iBTC",
|
|
7405
|
+
name: "LP DOT-iBTC",
|
|
7406
|
+
symbol: "LP DOT-iBTC",
|
|
7407
|
+
decimals: 18,
|
|
7408
|
+
priceId: null,
|
|
7409
|
+
minAmount: null,
|
|
7410
|
+
assetType: "LOCAL",
|
|
7411
|
+
metadata: {
|
|
7412
|
+
onChainInfo: {
|
|
7413
|
+
LpToken: [
|
|
7414
|
+
{
|
|
7415
|
+
Token: "DOT"
|
|
7416
|
+
},
|
|
7417
|
+
{
|
|
7418
|
+
Token: "iBTC"
|
|
7419
|
+
}
|
|
7420
|
+
]
|
|
7421
|
+
}
|
|
7422
|
+
},
|
|
7423
|
+
multiChainAsset: null,
|
|
7424
|
+
hasValue: true,
|
|
7425
|
+
icon: "lp-dot-ibtc.png"
|
|
7426
|
+
},
|
|
7427
|
+
"interlay-LOCAL-LP_iBTC_USDT": {
|
|
7428
|
+
originChain: "interlay",
|
|
7429
|
+
slug: "interlay-LOCAL-LP_iBTC_USDT",
|
|
7430
|
+
name: "LP iBTC-USDT",
|
|
7431
|
+
symbol: "LP iBTC-USDT",
|
|
7432
|
+
decimals: 18,
|
|
7433
|
+
priceId: null,
|
|
7434
|
+
minAmount: null,
|
|
7435
|
+
assetType: "LOCAL",
|
|
7436
|
+
metadata: {
|
|
7437
|
+
onChainInfo: {
|
|
7438
|
+
LpToken: [
|
|
7439
|
+
{
|
|
7440
|
+
Token: "iBTC"
|
|
7441
|
+
},
|
|
7442
|
+
{
|
|
7443
|
+
ForeignAsset: 2
|
|
7444
|
+
}
|
|
7445
|
+
]
|
|
7446
|
+
}
|
|
7447
|
+
},
|
|
7448
|
+
multiChainAsset: null,
|
|
7449
|
+
hasValue: true,
|
|
7450
|
+
icon: "lp-ibtc-usdt.png"
|
|
7451
|
+
},
|
|
7452
|
+
"interlay-LOCAL-LP_INTR_USDT": {
|
|
7453
|
+
originChain: "interlay",
|
|
7454
|
+
slug: "interlay-LOCAL-LP_INTR_USDT",
|
|
7455
|
+
name: "LP INTR-USDT",
|
|
7456
|
+
symbol: "LP INTR-USDT",
|
|
7457
|
+
decimals: 18,
|
|
7458
|
+
priceId: null,
|
|
7459
|
+
minAmount: null,
|
|
7460
|
+
assetType: "LOCAL",
|
|
7461
|
+
metadata: {
|
|
7462
|
+
onChainInfo: {
|
|
7463
|
+
LpToken: [
|
|
7464
|
+
{
|
|
7465
|
+
Token: "INTR"
|
|
7466
|
+
},
|
|
7467
|
+
{
|
|
7468
|
+
ForeignAsset: 2
|
|
7469
|
+
}
|
|
7470
|
+
]
|
|
7471
|
+
}
|
|
7472
|
+
},
|
|
7473
|
+
multiChainAsset: null,
|
|
7474
|
+
hasValue: true,
|
|
7475
|
+
icon: "lp-intr-usdt.png"
|
|
7476
|
+
},
|
|
7477
|
+
"interlay-LOCAL-qIBTC": {
|
|
7478
|
+
originChain: "interlay",
|
|
7479
|
+
slug: "interlay-LOCAL-qIBTC",
|
|
7480
|
+
name: "qIBTC",
|
|
7481
|
+
symbol: "qIBTC",
|
|
7482
|
+
decimals: 8,
|
|
7483
|
+
priceId: null,
|
|
7484
|
+
minAmount: null,
|
|
7485
|
+
assetType: "LOCAL",
|
|
7486
|
+
metadata: {
|
|
7487
|
+
onChainInfo: {
|
|
7488
|
+
LendToken: 1
|
|
7489
|
+
}
|
|
7490
|
+
},
|
|
7491
|
+
multiChainAsset: null,
|
|
7492
|
+
hasValue: true,
|
|
7493
|
+
icon: "qibtc.png"
|
|
7494
|
+
},
|
|
7495
|
+
"interlay-LOCAL-qDOT": {
|
|
7496
|
+
originChain: "interlay",
|
|
7497
|
+
slug: "interlay-LOCAL-qDOT",
|
|
7498
|
+
name: "qDOT",
|
|
7499
|
+
symbol: "qDOT",
|
|
7500
|
+
decimals: 10,
|
|
7501
|
+
priceId: null,
|
|
7502
|
+
minAmount: null,
|
|
7503
|
+
assetType: "LOCAL",
|
|
7504
|
+
metadata: {
|
|
7505
|
+
onChainInfo: {
|
|
7506
|
+
LendToken: 2
|
|
7507
|
+
}
|
|
7508
|
+
},
|
|
7509
|
+
multiChainAsset: null,
|
|
7510
|
+
hasValue: true,
|
|
7511
|
+
icon: "qdot.png"
|
|
7512
|
+
},
|
|
7513
|
+
"interlay-LOCAL-qUSDT": {
|
|
7514
|
+
originChain: "interlay",
|
|
7515
|
+
slug: "interlay-LOCAL-qUSDT",
|
|
7516
|
+
name: "qUSDT",
|
|
7517
|
+
symbol: "qUSDT",
|
|
7518
|
+
decimals: 6,
|
|
7519
|
+
priceId: null,
|
|
7520
|
+
minAmount: null,
|
|
7521
|
+
assetType: "LOCAL",
|
|
7522
|
+
metadata: {
|
|
7523
|
+
onChainInfo: {
|
|
7524
|
+
LendToken: 3
|
|
7525
|
+
}
|
|
7526
|
+
},
|
|
7527
|
+
multiChainAsset: null,
|
|
7528
|
+
hasValue: true,
|
|
7529
|
+
icon: "qusdt.png"
|
|
7530
|
+
},
|
|
7531
|
+
"kintsugi-LOCAL-qKBTC": {
|
|
7532
|
+
originChain: "kintsugi",
|
|
7533
|
+
slug: "kintsugi-LOCAL-qKBTC",
|
|
7534
|
+
name: "qKBTC",
|
|
7535
|
+
symbol: "qKBTC",
|
|
7536
|
+
decimals: 8,
|
|
7537
|
+
priceId: null,
|
|
7538
|
+
minAmount: null,
|
|
7539
|
+
assetType: "LOCAL",
|
|
7540
|
+
metadata: {
|
|
7541
|
+
onChainInfo: {
|
|
7542
|
+
LendToken: 1
|
|
7543
|
+
}
|
|
7544
|
+
},
|
|
7545
|
+
multiChainAsset: null,
|
|
7546
|
+
hasValue: true,
|
|
7547
|
+
icon: "qkbtc.png"
|
|
7548
|
+
},
|
|
7549
|
+
"kintsugi-LOCAL-qKSM": {
|
|
7550
|
+
originChain: "kintsugi",
|
|
7551
|
+
slug: "kintsugi-LOCAL-qKSM",
|
|
7552
|
+
name: "qKSM",
|
|
7553
|
+
symbol: "qKSM",
|
|
7554
|
+
decimals: 12,
|
|
7555
|
+
priceId: null,
|
|
7556
|
+
minAmount: null,
|
|
7557
|
+
assetType: "LOCAL",
|
|
7558
|
+
metadata: {
|
|
7559
|
+
onChainInfo: {
|
|
7560
|
+
LendToken: 2
|
|
7561
|
+
}
|
|
7562
|
+
},
|
|
7563
|
+
multiChainAsset: null,
|
|
7564
|
+
hasValue: true,
|
|
7565
|
+
icon: "qksm.png"
|
|
7566
|
+
},
|
|
7567
|
+
"kintsugi-LOCAL-qUSDT": {
|
|
7568
|
+
originChain: "kintsugi",
|
|
7569
|
+
slug: "kintsugi-LOCAL-qUSDT",
|
|
7570
|
+
name: "qUSDT",
|
|
7571
|
+
symbol: "qUSDT",
|
|
7572
|
+
decimals: 6,
|
|
7573
|
+
priceId: null,
|
|
7574
|
+
minAmount: null,
|
|
7575
|
+
assetType: "LOCAL",
|
|
7576
|
+
metadata: {
|
|
7577
|
+
onChainInfo: {
|
|
7578
|
+
LendToken: 3
|
|
7579
|
+
}
|
|
7580
|
+
},
|
|
7581
|
+
multiChainAsset: null,
|
|
7582
|
+
hasValue: true,
|
|
7583
|
+
icon: "qusdt.png"
|
|
7414
7584
|
}
|
|
7415
7585
|
};
|
|
7416
7586
|
|
|
@@ -12234,7 +12404,7 @@
|
|
|
12234
12404
|
},
|
|
12235
12405
|
"aUSD-AcalaDollar": {
|
|
12236
12406
|
slug: "aUSD-AcalaDollar",
|
|
12237
|
-
originChainAsset:
|
|
12407
|
+
originChainAsset: null,
|
|
12238
12408
|
name: "Acala Dollar",
|
|
12239
12409
|
symbol: "aUSD",
|
|
12240
12410
|
priceId: "acala-dollar-acala",
|
|
@@ -12242,7 +12412,7 @@
|
|
|
12242
12412
|
},
|
|
12243
12413
|
"aUSD-KaruraDollar": {
|
|
12244
12414
|
slug: "aUSD-KaruraDollar",
|
|
12245
|
-
originChainAsset:
|
|
12415
|
+
originChainAsset: null,
|
|
12246
12416
|
name: "Karura Dollar",
|
|
12247
12417
|
symbol: "aUSD",
|
|
12248
12418
|
priceId: "acala-dollar",
|
|
@@ -12471,6 +12641,22 @@
|
|
|
12471
12641
|
symbol: "FTM",
|
|
12472
12642
|
priceId: "fantom",
|
|
12473
12643
|
hasValue: true
|
|
12644
|
+
},
|
|
12645
|
+
"aSEED-aSEEDAcala": {
|
|
12646
|
+
slug: "aSEED-aSEEDAcala",
|
|
12647
|
+
originChainAsset: "acala-LOCAL-aSEED",
|
|
12648
|
+
name: "aUSD SEED (Acala)",
|
|
12649
|
+
symbol: "aSEED",
|
|
12650
|
+
priceId: "ausd-seed-acala",
|
|
12651
|
+
hasValue: true
|
|
12652
|
+
},
|
|
12653
|
+
"aSEED-aSEEDKarura": {
|
|
12654
|
+
slug: "aSEED-aSEEDKarura",
|
|
12655
|
+
originChainAsset: "karura-LOCAL-aSEED",
|
|
12656
|
+
name: "aUSD SEED (Karura)",
|
|
12657
|
+
symbol: "aSEED",
|
|
12658
|
+
priceId: "ausd-seed-karura",
|
|
12659
|
+
hasValue: true
|
|
12474
12660
|
}
|
|
12475
12661
|
};
|
|
12476
12662
|
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"op": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/optimism.png",
|
|
15
15
|
"tomo": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/tomochain.png",
|
|
16
16
|
"usdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/usdt.png",
|
|
17
|
-
"
|
|
17
|
+
"aseed": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/aseed.png",
|
|
18
18
|
"ldot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot.png",
|
|
19
19
|
"lcdot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot.png",
|
|
20
20
|
"tdot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/tdot.png",
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"zkkma": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/calamarinetwork.png",
|
|
44
44
|
"wbtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/btc.png",
|
|
45
45
|
"busd": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/busd.png",
|
|
46
|
+
"ausd": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ausd.png",
|
|
46
47
|
"zkusdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/usdt.png",
|
|
47
48
|
"dai": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/dai.png",
|
|
48
49
|
"zkdai": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/dai.png",
|
|
@@ -272,5 +273,13 @@
|
|
|
272
273
|
"lp ksm-kbtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/lp-ksm-kbtc.png",
|
|
273
274
|
"lp kbtc-usdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/lp-kbtc-usdt.png",
|
|
274
275
|
"ftm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png",
|
|
276
|
+
"lp dot-ibtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/lp-dot-ibtc.png",
|
|
277
|
+
"lp ibtc-usdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/lp-ibtc-usdt.png",
|
|
278
|
+
"lp intr-usdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/lp-intr-usdt.png",
|
|
279
|
+
"qibtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qibtc.png",
|
|
280
|
+
"qdot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qdot.png",
|
|
281
|
+
"qusdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qusdt.png",
|
|
282
|
+
"qkbtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qkbtc.png",
|
|
283
|
+
"qksm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qksm.png",
|
|
275
284
|
"cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png"
|
|
276
285
|
}
|
package/cjs/data/AssetRef.json
CHANGED
|
@@ -269,34 +269,5 @@
|
|
|
269
269
|
"srcChain": "interlay",
|
|
270
270
|
"destChain": "statemint",
|
|
271
271
|
"path": "XCM"
|
|
272
|
-
},
|
|
273
|
-
|
|
274
|
-
"calamari-NATIVE-KMA___calamari-LOCAL-zkKMA": {
|
|
275
|
-
"srcAsset": "calamari-NATIVE-KMA",
|
|
276
|
-
"destAsset": "calamari-LOCAL-zkKMA",
|
|
277
|
-
"srcChain": "calamari",
|
|
278
|
-
"destChain": "calamari",
|
|
279
|
-
"path": "MANTA_ZK"
|
|
280
|
-
},
|
|
281
|
-
"calamari-LOCAL-zkKMA___calamari-NATIVE-KMA": {
|
|
282
|
-
"srcAsset": "calamari-LOCAL-zkKMA",
|
|
283
|
-
"destAsset": "calamari-NATIVE-KMA",
|
|
284
|
-
"srcChain": "calamari",
|
|
285
|
-
"destChain": "calamari",
|
|
286
|
-
"path": "MANTA_ZK"
|
|
287
|
-
},
|
|
288
|
-
"calamari-LOCAL-USDT___calamari-LOCAL-zkUSDT": {
|
|
289
|
-
"srcAsset": "calamari-LOCAL-USDT",
|
|
290
|
-
"destAsset": "calamari-LOCAL-zkUSDT",
|
|
291
|
-
"srcChain": "calamari",
|
|
292
|
-
"destChain": "calamari",
|
|
293
|
-
"path": "MANTA_ZK"
|
|
294
|
-
},
|
|
295
|
-
"calamari-LOCAL-KSM___calamari-LOCAL-zkKSM": {
|
|
296
|
-
"srcAsset": "calamari-LOCAL-KSM",
|
|
297
|
-
"destAsset": "calamari-LOCAL-zkKSM",
|
|
298
|
-
"srcChain": "calamari",
|
|
299
|
-
"destChain": "calamari",
|
|
300
|
-
"path": "MANTA_ZK"
|
|
301
272
|
}
|
|
302
273
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -308,13 +308,13 @@
|
|
|
308
308
|
"hasValue": true,
|
|
309
309
|
"icon": "usdt.png"
|
|
310
310
|
},
|
|
311
|
-
"acala-LOCAL-
|
|
311
|
+
"acala-LOCAL-aSEED": {
|
|
312
312
|
"originChain": "acala",
|
|
313
|
-
"slug": "acala-LOCAL-
|
|
314
|
-
"name": "
|
|
315
|
-
"symbol": "
|
|
313
|
+
"slug": "acala-LOCAL-aSEED",
|
|
314
|
+
"name": "aUSD SEED",
|
|
315
|
+
"symbol": "aSEED",
|
|
316
316
|
"decimals": 12,
|
|
317
|
-
"priceId": "
|
|
317
|
+
"priceId": "ausd-seed-acala",
|
|
318
318
|
"minAmount": "100000000000",
|
|
319
319
|
"assetType": "LOCAL",
|
|
320
320
|
"metadata": {
|
|
@@ -322,9 +322,9 @@
|
|
|
322
322
|
"Token": "AUSD"
|
|
323
323
|
}
|
|
324
324
|
},
|
|
325
|
-
"multiChainAsset": "
|
|
325
|
+
"multiChainAsset": "aSEED-aSEEDAcala",
|
|
326
326
|
"hasValue": true,
|
|
327
|
-
"icon": "
|
|
327
|
+
"icon": "aseed.png"
|
|
328
328
|
},
|
|
329
329
|
"acala-LOCAL-ASTR": {
|
|
330
330
|
"originChain": "acala",
|
|
@@ -3677,13 +3677,13 @@
|
|
|
3677
3677
|
"hasValue": true,
|
|
3678
3678
|
"icon": "karura.png"
|
|
3679
3679
|
},
|
|
3680
|
-
"karura-LOCAL-
|
|
3680
|
+
"karura-LOCAL-aSEED": {
|
|
3681
3681
|
"originChain": "karura",
|
|
3682
|
-
"slug": "karura-LOCAL-
|
|
3683
|
-
"name": "
|
|
3684
|
-
"symbol": "
|
|
3682
|
+
"slug": "karura-LOCAL-aSEED",
|
|
3683
|
+
"name": "aUSD SEED",
|
|
3684
|
+
"symbol": "aSEED",
|
|
3685
3685
|
"decimals": 12,
|
|
3686
|
-
"priceId": "
|
|
3686
|
+
"priceId": "ausd-seed-karura",
|
|
3687
3687
|
"minAmount": "10000000000",
|
|
3688
3688
|
"assetType": "LOCAL",
|
|
3689
3689
|
"metadata": {
|
|
@@ -3691,9 +3691,9 @@
|
|
|
3691
3691
|
"Token": "KUSD"
|
|
3692
3692
|
}
|
|
3693
3693
|
},
|
|
3694
|
-
"multiChainAsset": "
|
|
3694
|
+
"multiChainAsset": "aSEED-aSEEDKarura",
|
|
3695
3695
|
"hasValue": true,
|
|
3696
|
-
"icon": "
|
|
3696
|
+
"icon": "aseed.png"
|
|
3697
3697
|
},
|
|
3698
3698
|
"shiden-LOCAL-aUSD": {
|
|
3699
3699
|
"originChain": "shiden",
|
|
@@ -6569,5 +6569,188 @@
|
|
|
6569
6569
|
"multiChainAsset": "FTM-Fantom",
|
|
6570
6570
|
"hasValue": true,
|
|
6571
6571
|
"icon": "ftm.png"
|
|
6572
|
+
},
|
|
6573
|
+
"interlay-LOCAL-LP_DOT_iBTC": {
|
|
6574
|
+
"originChain": "interlay",
|
|
6575
|
+
"slug": "interlay-LOCAL-LP_DOT_iBTC",
|
|
6576
|
+
"name": "LP DOT-iBTC",
|
|
6577
|
+
"symbol": "LP DOT-iBTC",
|
|
6578
|
+
"decimals": 18,
|
|
6579
|
+
"priceId": null,
|
|
6580
|
+
"minAmount": null,
|
|
6581
|
+
"assetType": "LOCAL",
|
|
6582
|
+
"metadata": {
|
|
6583
|
+
"onChainInfo": {
|
|
6584
|
+
"LpToken": [
|
|
6585
|
+
{
|
|
6586
|
+
"Token": "DOT"
|
|
6587
|
+
},
|
|
6588
|
+
{
|
|
6589
|
+
"Token": "iBTC"
|
|
6590
|
+
}
|
|
6591
|
+
]
|
|
6592
|
+
}
|
|
6593
|
+
},
|
|
6594
|
+
"multiChainAsset": null,
|
|
6595
|
+
"hasValue": true,
|
|
6596
|
+
"icon": "lp-dot-ibtc.png"
|
|
6597
|
+
},
|
|
6598
|
+
"interlay-LOCAL-LP_iBTC_USDT": {
|
|
6599
|
+
"originChain": "interlay",
|
|
6600
|
+
"slug": "interlay-LOCAL-LP_iBTC_USDT",
|
|
6601
|
+
"name": "LP iBTC-USDT",
|
|
6602
|
+
"symbol": "LP iBTC-USDT",
|
|
6603
|
+
"decimals": 18,
|
|
6604
|
+
"priceId": null,
|
|
6605
|
+
"minAmount": null,
|
|
6606
|
+
"assetType": "LOCAL",
|
|
6607
|
+
"metadata": {
|
|
6608
|
+
"onChainInfo": {
|
|
6609
|
+
"LpToken": [
|
|
6610
|
+
{
|
|
6611
|
+
"Token": "iBTC"
|
|
6612
|
+
},
|
|
6613
|
+
{
|
|
6614
|
+
"ForeignAsset": 2
|
|
6615
|
+
}
|
|
6616
|
+
]
|
|
6617
|
+
}
|
|
6618
|
+
},
|
|
6619
|
+
"multiChainAsset": null,
|
|
6620
|
+
"hasValue": true,
|
|
6621
|
+
"icon": "lp-ibtc-usdt.png"
|
|
6622
|
+
},
|
|
6623
|
+
"interlay-LOCAL-LP_INTR_USDT": {
|
|
6624
|
+
"originChain": "interlay",
|
|
6625
|
+
"slug": "interlay-LOCAL-LP_INTR_USDT",
|
|
6626
|
+
"name": "LP INTR-USDT",
|
|
6627
|
+
"symbol": "LP INTR-USDT",
|
|
6628
|
+
"decimals": 18,
|
|
6629
|
+
"priceId": null,
|
|
6630
|
+
"minAmount": null,
|
|
6631
|
+
"assetType": "LOCAL",
|
|
6632
|
+
"metadata": {
|
|
6633
|
+
"onChainInfo": {
|
|
6634
|
+
"LpToken": [
|
|
6635
|
+
{
|
|
6636
|
+
"Token": "INTR"
|
|
6637
|
+
},
|
|
6638
|
+
{
|
|
6639
|
+
"ForeignAsset": 2
|
|
6640
|
+
}
|
|
6641
|
+
]
|
|
6642
|
+
}
|
|
6643
|
+
},
|
|
6644
|
+
"multiChainAsset": null,
|
|
6645
|
+
"hasValue": true,
|
|
6646
|
+
"icon": "lp-intr-usdt.png"
|
|
6647
|
+
},
|
|
6648
|
+
"interlay-LOCAL-qIBTC": {
|
|
6649
|
+
"originChain": "interlay",
|
|
6650
|
+
"slug": "interlay-LOCAL-qIBTC",
|
|
6651
|
+
"name": "qIBTC",
|
|
6652
|
+
"symbol": "qIBTC",
|
|
6653
|
+
"decimals": 8,
|
|
6654
|
+
"priceId": null,
|
|
6655
|
+
"minAmount": null,
|
|
6656
|
+
"assetType": "LOCAL",
|
|
6657
|
+
"metadata": {
|
|
6658
|
+
"onChainInfo": {
|
|
6659
|
+
"LendToken": 1
|
|
6660
|
+
}
|
|
6661
|
+
},
|
|
6662
|
+
"multiChainAsset": null,
|
|
6663
|
+
"hasValue": true,
|
|
6664
|
+
"icon": "qibtc.png"
|
|
6665
|
+
},
|
|
6666
|
+
"interlay-LOCAL-qDOT": {
|
|
6667
|
+
"originChain": "interlay",
|
|
6668
|
+
"slug": "interlay-LOCAL-qDOT",
|
|
6669
|
+
"name": "qDOT",
|
|
6670
|
+
"symbol": "qDOT",
|
|
6671
|
+
"decimals": 10,
|
|
6672
|
+
"priceId": null,
|
|
6673
|
+
"minAmount": null,
|
|
6674
|
+
"assetType": "LOCAL",
|
|
6675
|
+
"metadata": {
|
|
6676
|
+
"onChainInfo": {
|
|
6677
|
+
"LendToken": 2
|
|
6678
|
+
}
|
|
6679
|
+
},
|
|
6680
|
+
"multiChainAsset": null,
|
|
6681
|
+
"hasValue": true,
|
|
6682
|
+
"icon": "qdot.png"
|
|
6683
|
+
},
|
|
6684
|
+
"interlay-LOCAL-qUSDT": {
|
|
6685
|
+
"originChain": "interlay",
|
|
6686
|
+
"slug": "interlay-LOCAL-qUSDT",
|
|
6687
|
+
"name": "qUSDT",
|
|
6688
|
+
"symbol": "qUSDT",
|
|
6689
|
+
"decimals": 6,
|
|
6690
|
+
"priceId": null,
|
|
6691
|
+
"minAmount": null,
|
|
6692
|
+
"assetType": "LOCAL",
|
|
6693
|
+
"metadata": {
|
|
6694
|
+
"onChainInfo": {
|
|
6695
|
+
"LendToken": 3
|
|
6696
|
+
}
|
|
6697
|
+
},
|
|
6698
|
+
"multiChainAsset": null,
|
|
6699
|
+
"hasValue": true,
|
|
6700
|
+
"icon": "qusdt.png"
|
|
6701
|
+
},
|
|
6702
|
+
"kintsugi-LOCAL-qKBTC": {
|
|
6703
|
+
"originChain": "kintsugi",
|
|
6704
|
+
"slug": "kintsugi-LOCAL-qKBTC",
|
|
6705
|
+
"name": "qKBTC",
|
|
6706
|
+
"symbol": "qKBTC",
|
|
6707
|
+
"decimals": 8,
|
|
6708
|
+
"priceId": null,
|
|
6709
|
+
"minAmount": null,
|
|
6710
|
+
"assetType": "LOCAL",
|
|
6711
|
+
"metadata": {
|
|
6712
|
+
"onChainInfo": {
|
|
6713
|
+
"LendToken": 1
|
|
6714
|
+
}
|
|
6715
|
+
},
|
|
6716
|
+
"multiChainAsset": null,
|
|
6717
|
+
"hasValue": true,
|
|
6718
|
+
"icon": "qkbtc.png"
|
|
6719
|
+
},
|
|
6720
|
+
"kintsugi-LOCAL-qKSM": {
|
|
6721
|
+
"originChain": "kintsugi",
|
|
6722
|
+
"slug": "kintsugi-LOCAL-qKSM",
|
|
6723
|
+
"name": "qKSM",
|
|
6724
|
+
"symbol": "qKSM",
|
|
6725
|
+
"decimals": 12,
|
|
6726
|
+
"priceId": null,
|
|
6727
|
+
"minAmount": null,
|
|
6728
|
+
"assetType": "LOCAL",
|
|
6729
|
+
"metadata": {
|
|
6730
|
+
"onChainInfo": {
|
|
6731
|
+
"LendToken": 2
|
|
6732
|
+
}
|
|
6733
|
+
},
|
|
6734
|
+
"multiChainAsset": null,
|
|
6735
|
+
"hasValue": true,
|
|
6736
|
+
"icon": "qksm.png"
|
|
6737
|
+
},
|
|
6738
|
+
"kintsugi-LOCAL-qUSDT": {
|
|
6739
|
+
"originChain": "kintsugi",
|
|
6740
|
+
"slug": "kintsugi-LOCAL-qUSDT",
|
|
6741
|
+
"name": "qUSDT",
|
|
6742
|
+
"symbol": "qUSDT",
|
|
6743
|
+
"decimals": 6,
|
|
6744
|
+
"priceId": null,
|
|
6745
|
+
"minAmount": null,
|
|
6746
|
+
"assetType": "LOCAL",
|
|
6747
|
+
"metadata": {
|
|
6748
|
+
"onChainInfo": {
|
|
6749
|
+
"LendToken": 3
|
|
6750
|
+
}
|
|
6751
|
+
},
|
|
6752
|
+
"multiChainAsset": null,
|
|
6753
|
+
"hasValue": true,
|
|
6754
|
+
"icon": "qusdt.png"
|
|
6572
6755
|
}
|
|
6573
6756
|
}
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
},
|
|
66
66
|
"aUSD-AcalaDollar": {
|
|
67
67
|
"slug": "aUSD-AcalaDollar",
|
|
68
|
-
"originChainAsset":
|
|
68
|
+
"originChainAsset": null,
|
|
69
69
|
"name": "Acala Dollar",
|
|
70
70
|
"symbol": "aUSD",
|
|
71
71
|
"priceId": "acala-dollar-acala",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
},
|
|
74
74
|
"aUSD-KaruraDollar": {
|
|
75
75
|
"slug": "aUSD-KaruraDollar",
|
|
76
|
-
"originChainAsset":
|
|
76
|
+
"originChainAsset": null,
|
|
77
77
|
"name": "Karura Dollar",
|
|
78
78
|
"symbol": "aUSD",
|
|
79
79
|
"priceId": "acala-dollar",
|
|
@@ -303,5 +303,21 @@
|
|
|
303
303
|
"symbol": "FTM",
|
|
304
304
|
"priceId": "fantom",
|
|
305
305
|
"hasValue": true
|
|
306
|
+
},
|
|
307
|
+
"aSEED-aSEEDAcala": {
|
|
308
|
+
"slug": "aSEED-aSEEDAcala",
|
|
309
|
+
"originChainAsset": "acala-LOCAL-aSEED",
|
|
310
|
+
"name": "aUSD SEED (Acala)",
|
|
311
|
+
"symbol": "aSEED",
|
|
312
|
+
"priceId": "ausd-seed-acala",
|
|
313
|
+
"hasValue": true
|
|
314
|
+
},
|
|
315
|
+
"aSEED-aSEEDKarura": {
|
|
316
|
+
"slug": "aSEED-aSEEDKarura",
|
|
317
|
+
"originChainAsset": "karura-LOCAL-aSEED",
|
|
318
|
+
"name": "aUSD SEED (Karura)",
|
|
319
|
+
"symbol": "aSEED",
|
|
320
|
+
"priceId": "ausd-seed-karura",
|
|
321
|
+
"hasValue": true
|
|
306
322
|
}
|
|
307
323
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"op": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/optimism.png",
|
|
15
15
|
"tomo": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/tomochain.png",
|
|
16
16
|
"usdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/usdt.png",
|
|
17
|
-
"
|
|
17
|
+
"aseed": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/aseed.png",
|
|
18
18
|
"ldot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot.png",
|
|
19
19
|
"lcdot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot.png",
|
|
20
20
|
"tdot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/tdot.png",
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"zkkma": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/calamarinetwork.png",
|
|
44
44
|
"wbtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/btc.png",
|
|
45
45
|
"busd": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/busd.png",
|
|
46
|
+
"ausd": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ausd.png",
|
|
46
47
|
"zkusdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/usdt.png",
|
|
47
48
|
"dai": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/dai.png",
|
|
48
49
|
"zkdai": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/dai.png",
|
|
@@ -272,5 +273,13 @@
|
|
|
272
273
|
"lp ksm-kbtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/lp-ksm-kbtc.png",
|
|
273
274
|
"lp kbtc-usdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/lp-kbtc-usdt.png",
|
|
274
275
|
"ftm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png",
|
|
276
|
+
"lp dot-ibtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/lp-dot-ibtc.png",
|
|
277
|
+
"lp ibtc-usdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/lp-ibtc-usdt.png",
|
|
278
|
+
"lp intr-usdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/lp-intr-usdt.png",
|
|
279
|
+
"qibtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qibtc.png",
|
|
280
|
+
"qdot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qdot.png",
|
|
281
|
+
"qusdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qusdt.png",
|
|
282
|
+
"qkbtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qkbtc.png",
|
|
283
|
+
"qksm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qksm.png",
|
|
275
284
|
"cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png"
|
|
276
285
|
}
|
package/data/AssetRef.json
CHANGED
|
@@ -269,34 +269,5 @@
|
|
|
269
269
|
"srcChain": "interlay",
|
|
270
270
|
"destChain": "statemint",
|
|
271
271
|
"path": "XCM"
|
|
272
|
-
},
|
|
273
|
-
|
|
274
|
-
"calamari-NATIVE-KMA___calamari-LOCAL-zkKMA": {
|
|
275
|
-
"srcAsset": "calamari-NATIVE-KMA",
|
|
276
|
-
"destAsset": "calamari-LOCAL-zkKMA",
|
|
277
|
-
"srcChain": "calamari",
|
|
278
|
-
"destChain": "calamari",
|
|
279
|
-
"path": "MANTA_ZK"
|
|
280
|
-
},
|
|
281
|
-
"calamari-LOCAL-zkKMA___calamari-NATIVE-KMA": {
|
|
282
|
-
"srcAsset": "calamari-LOCAL-zkKMA",
|
|
283
|
-
"destAsset": "calamari-NATIVE-KMA",
|
|
284
|
-
"srcChain": "calamari",
|
|
285
|
-
"destChain": "calamari",
|
|
286
|
-
"path": "MANTA_ZK"
|
|
287
|
-
},
|
|
288
|
-
"calamari-LOCAL-USDT___calamari-LOCAL-zkUSDT": {
|
|
289
|
-
"srcAsset": "calamari-LOCAL-USDT",
|
|
290
|
-
"destAsset": "calamari-LOCAL-zkUSDT",
|
|
291
|
-
"srcChain": "calamari",
|
|
292
|
-
"destChain": "calamari",
|
|
293
|
-
"path": "MANTA_ZK"
|
|
294
|
-
},
|
|
295
|
-
"calamari-LOCAL-KSM___calamari-LOCAL-zkKSM": {
|
|
296
|
-
"srcAsset": "calamari-LOCAL-KSM",
|
|
297
|
-
"destAsset": "calamari-LOCAL-zkKSM",
|
|
298
|
-
"srcChain": "calamari",
|
|
299
|
-
"destChain": "calamari",
|
|
300
|
-
"path": "MANTA_ZK"
|
|
301
272
|
}
|
|
302
273
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -308,13 +308,13 @@
|
|
|
308
308
|
"hasValue": true,
|
|
309
309
|
"icon": "usdt.png"
|
|
310
310
|
},
|
|
311
|
-
"acala-LOCAL-
|
|
311
|
+
"acala-LOCAL-aSEED": {
|
|
312
312
|
"originChain": "acala",
|
|
313
|
-
"slug": "acala-LOCAL-
|
|
314
|
-
"name": "
|
|
315
|
-
"symbol": "
|
|
313
|
+
"slug": "acala-LOCAL-aSEED",
|
|
314
|
+
"name": "aUSD SEED",
|
|
315
|
+
"symbol": "aSEED",
|
|
316
316
|
"decimals": 12,
|
|
317
|
-
"priceId": "
|
|
317
|
+
"priceId": "ausd-seed-acala",
|
|
318
318
|
"minAmount": "100000000000",
|
|
319
319
|
"assetType": "LOCAL",
|
|
320
320
|
"metadata": {
|
|
@@ -322,9 +322,9 @@
|
|
|
322
322
|
"Token": "AUSD"
|
|
323
323
|
}
|
|
324
324
|
},
|
|
325
|
-
"multiChainAsset": "
|
|
325
|
+
"multiChainAsset": "aSEED-aSEEDAcala",
|
|
326
326
|
"hasValue": true,
|
|
327
|
-
"icon": "
|
|
327
|
+
"icon": "aseed.png"
|
|
328
328
|
},
|
|
329
329
|
"acala-LOCAL-ASTR": {
|
|
330
330
|
"originChain": "acala",
|
|
@@ -3677,13 +3677,13 @@
|
|
|
3677
3677
|
"hasValue": true,
|
|
3678
3678
|
"icon": "karura.png"
|
|
3679
3679
|
},
|
|
3680
|
-
"karura-LOCAL-
|
|
3680
|
+
"karura-LOCAL-aSEED": {
|
|
3681
3681
|
"originChain": "karura",
|
|
3682
|
-
"slug": "karura-LOCAL-
|
|
3683
|
-
"name": "
|
|
3684
|
-
"symbol": "
|
|
3682
|
+
"slug": "karura-LOCAL-aSEED",
|
|
3683
|
+
"name": "aUSD SEED",
|
|
3684
|
+
"symbol": "aSEED",
|
|
3685
3685
|
"decimals": 12,
|
|
3686
|
-
"priceId": "
|
|
3686
|
+
"priceId": "ausd-seed-karura",
|
|
3687
3687
|
"minAmount": "10000000000",
|
|
3688
3688
|
"assetType": "LOCAL",
|
|
3689
3689
|
"metadata": {
|
|
@@ -3691,9 +3691,9 @@
|
|
|
3691
3691
|
"Token": "KUSD"
|
|
3692
3692
|
}
|
|
3693
3693
|
},
|
|
3694
|
-
"multiChainAsset": "
|
|
3694
|
+
"multiChainAsset": "aSEED-aSEEDKarura",
|
|
3695
3695
|
"hasValue": true,
|
|
3696
|
-
"icon": "
|
|
3696
|
+
"icon": "aseed.png"
|
|
3697
3697
|
},
|
|
3698
3698
|
"shiden-LOCAL-aUSD": {
|
|
3699
3699
|
"originChain": "shiden",
|
|
@@ -6569,5 +6569,188 @@
|
|
|
6569
6569
|
"multiChainAsset": "FTM-Fantom",
|
|
6570
6570
|
"hasValue": true,
|
|
6571
6571
|
"icon": "ftm.png"
|
|
6572
|
+
},
|
|
6573
|
+
"interlay-LOCAL-LP_DOT_iBTC": {
|
|
6574
|
+
"originChain": "interlay",
|
|
6575
|
+
"slug": "interlay-LOCAL-LP_DOT_iBTC",
|
|
6576
|
+
"name": "LP DOT-iBTC",
|
|
6577
|
+
"symbol": "LP DOT-iBTC",
|
|
6578
|
+
"decimals": 18,
|
|
6579
|
+
"priceId": null,
|
|
6580
|
+
"minAmount": null,
|
|
6581
|
+
"assetType": "LOCAL",
|
|
6582
|
+
"metadata": {
|
|
6583
|
+
"onChainInfo": {
|
|
6584
|
+
"LpToken": [
|
|
6585
|
+
{
|
|
6586
|
+
"Token": "DOT"
|
|
6587
|
+
},
|
|
6588
|
+
{
|
|
6589
|
+
"Token": "iBTC"
|
|
6590
|
+
}
|
|
6591
|
+
]
|
|
6592
|
+
}
|
|
6593
|
+
},
|
|
6594
|
+
"multiChainAsset": null,
|
|
6595
|
+
"hasValue": true,
|
|
6596
|
+
"icon": "lp-dot-ibtc.png"
|
|
6597
|
+
},
|
|
6598
|
+
"interlay-LOCAL-LP_iBTC_USDT": {
|
|
6599
|
+
"originChain": "interlay",
|
|
6600
|
+
"slug": "interlay-LOCAL-LP_iBTC_USDT",
|
|
6601
|
+
"name": "LP iBTC-USDT",
|
|
6602
|
+
"symbol": "LP iBTC-USDT",
|
|
6603
|
+
"decimals": 18,
|
|
6604
|
+
"priceId": null,
|
|
6605
|
+
"minAmount": null,
|
|
6606
|
+
"assetType": "LOCAL",
|
|
6607
|
+
"metadata": {
|
|
6608
|
+
"onChainInfo": {
|
|
6609
|
+
"LpToken": [
|
|
6610
|
+
{
|
|
6611
|
+
"Token": "iBTC"
|
|
6612
|
+
},
|
|
6613
|
+
{
|
|
6614
|
+
"ForeignAsset": 2
|
|
6615
|
+
}
|
|
6616
|
+
]
|
|
6617
|
+
}
|
|
6618
|
+
},
|
|
6619
|
+
"multiChainAsset": null,
|
|
6620
|
+
"hasValue": true,
|
|
6621
|
+
"icon": "lp-ibtc-usdt.png"
|
|
6622
|
+
},
|
|
6623
|
+
"interlay-LOCAL-LP_INTR_USDT": {
|
|
6624
|
+
"originChain": "interlay",
|
|
6625
|
+
"slug": "interlay-LOCAL-LP_INTR_USDT",
|
|
6626
|
+
"name": "LP INTR-USDT",
|
|
6627
|
+
"symbol": "LP INTR-USDT",
|
|
6628
|
+
"decimals": 18,
|
|
6629
|
+
"priceId": null,
|
|
6630
|
+
"minAmount": null,
|
|
6631
|
+
"assetType": "LOCAL",
|
|
6632
|
+
"metadata": {
|
|
6633
|
+
"onChainInfo": {
|
|
6634
|
+
"LpToken": [
|
|
6635
|
+
{
|
|
6636
|
+
"Token": "INTR"
|
|
6637
|
+
},
|
|
6638
|
+
{
|
|
6639
|
+
"ForeignAsset": 2
|
|
6640
|
+
}
|
|
6641
|
+
]
|
|
6642
|
+
}
|
|
6643
|
+
},
|
|
6644
|
+
"multiChainAsset": null,
|
|
6645
|
+
"hasValue": true,
|
|
6646
|
+
"icon": "lp-intr-usdt.png"
|
|
6647
|
+
},
|
|
6648
|
+
"interlay-LOCAL-qIBTC": {
|
|
6649
|
+
"originChain": "interlay",
|
|
6650
|
+
"slug": "interlay-LOCAL-qIBTC",
|
|
6651
|
+
"name": "qIBTC",
|
|
6652
|
+
"symbol": "qIBTC",
|
|
6653
|
+
"decimals": 8,
|
|
6654
|
+
"priceId": null,
|
|
6655
|
+
"minAmount": null,
|
|
6656
|
+
"assetType": "LOCAL",
|
|
6657
|
+
"metadata": {
|
|
6658
|
+
"onChainInfo": {
|
|
6659
|
+
"LendToken": 1
|
|
6660
|
+
}
|
|
6661
|
+
},
|
|
6662
|
+
"multiChainAsset": null,
|
|
6663
|
+
"hasValue": true,
|
|
6664
|
+
"icon": "qibtc.png"
|
|
6665
|
+
},
|
|
6666
|
+
"interlay-LOCAL-qDOT": {
|
|
6667
|
+
"originChain": "interlay",
|
|
6668
|
+
"slug": "interlay-LOCAL-qDOT",
|
|
6669
|
+
"name": "qDOT",
|
|
6670
|
+
"symbol": "qDOT",
|
|
6671
|
+
"decimals": 10,
|
|
6672
|
+
"priceId": null,
|
|
6673
|
+
"minAmount": null,
|
|
6674
|
+
"assetType": "LOCAL",
|
|
6675
|
+
"metadata": {
|
|
6676
|
+
"onChainInfo": {
|
|
6677
|
+
"LendToken": 2
|
|
6678
|
+
}
|
|
6679
|
+
},
|
|
6680
|
+
"multiChainAsset": null,
|
|
6681
|
+
"hasValue": true,
|
|
6682
|
+
"icon": "qdot.png"
|
|
6683
|
+
},
|
|
6684
|
+
"interlay-LOCAL-qUSDT": {
|
|
6685
|
+
"originChain": "interlay",
|
|
6686
|
+
"slug": "interlay-LOCAL-qUSDT",
|
|
6687
|
+
"name": "qUSDT",
|
|
6688
|
+
"symbol": "qUSDT",
|
|
6689
|
+
"decimals": 6,
|
|
6690
|
+
"priceId": null,
|
|
6691
|
+
"minAmount": null,
|
|
6692
|
+
"assetType": "LOCAL",
|
|
6693
|
+
"metadata": {
|
|
6694
|
+
"onChainInfo": {
|
|
6695
|
+
"LendToken": 3
|
|
6696
|
+
}
|
|
6697
|
+
},
|
|
6698
|
+
"multiChainAsset": null,
|
|
6699
|
+
"hasValue": true,
|
|
6700
|
+
"icon": "qusdt.png"
|
|
6701
|
+
},
|
|
6702
|
+
"kintsugi-LOCAL-qKBTC": {
|
|
6703
|
+
"originChain": "kintsugi",
|
|
6704
|
+
"slug": "kintsugi-LOCAL-qKBTC",
|
|
6705
|
+
"name": "qKBTC",
|
|
6706
|
+
"symbol": "qKBTC",
|
|
6707
|
+
"decimals": 8,
|
|
6708
|
+
"priceId": null,
|
|
6709
|
+
"minAmount": null,
|
|
6710
|
+
"assetType": "LOCAL",
|
|
6711
|
+
"metadata": {
|
|
6712
|
+
"onChainInfo": {
|
|
6713
|
+
"LendToken": 1
|
|
6714
|
+
}
|
|
6715
|
+
},
|
|
6716
|
+
"multiChainAsset": null,
|
|
6717
|
+
"hasValue": true,
|
|
6718
|
+
"icon": "qkbtc.png"
|
|
6719
|
+
},
|
|
6720
|
+
"kintsugi-LOCAL-qKSM": {
|
|
6721
|
+
"originChain": "kintsugi",
|
|
6722
|
+
"slug": "kintsugi-LOCAL-qKSM",
|
|
6723
|
+
"name": "qKSM",
|
|
6724
|
+
"symbol": "qKSM",
|
|
6725
|
+
"decimals": 12,
|
|
6726
|
+
"priceId": null,
|
|
6727
|
+
"minAmount": null,
|
|
6728
|
+
"assetType": "LOCAL",
|
|
6729
|
+
"metadata": {
|
|
6730
|
+
"onChainInfo": {
|
|
6731
|
+
"LendToken": 2
|
|
6732
|
+
}
|
|
6733
|
+
},
|
|
6734
|
+
"multiChainAsset": null,
|
|
6735
|
+
"hasValue": true,
|
|
6736
|
+
"icon": "qksm.png"
|
|
6737
|
+
},
|
|
6738
|
+
"kintsugi-LOCAL-qUSDT": {
|
|
6739
|
+
"originChain": "kintsugi",
|
|
6740
|
+
"slug": "kintsugi-LOCAL-qUSDT",
|
|
6741
|
+
"name": "qUSDT",
|
|
6742
|
+
"symbol": "qUSDT",
|
|
6743
|
+
"decimals": 6,
|
|
6744
|
+
"priceId": null,
|
|
6745
|
+
"minAmount": null,
|
|
6746
|
+
"assetType": "LOCAL",
|
|
6747
|
+
"metadata": {
|
|
6748
|
+
"onChainInfo": {
|
|
6749
|
+
"LendToken": 3
|
|
6750
|
+
}
|
|
6751
|
+
},
|
|
6752
|
+
"multiChainAsset": null,
|
|
6753
|
+
"hasValue": true,
|
|
6754
|
+
"icon": "qusdt.png"
|
|
6572
6755
|
}
|
|
6573
6756
|
}
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
},
|
|
66
66
|
"aUSD-AcalaDollar": {
|
|
67
67
|
"slug": "aUSD-AcalaDollar",
|
|
68
|
-
"originChainAsset":
|
|
68
|
+
"originChainAsset": null,
|
|
69
69
|
"name": "Acala Dollar",
|
|
70
70
|
"symbol": "aUSD",
|
|
71
71
|
"priceId": "acala-dollar-acala",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
},
|
|
74
74
|
"aUSD-KaruraDollar": {
|
|
75
75
|
"slug": "aUSD-KaruraDollar",
|
|
76
|
-
"originChainAsset":
|
|
76
|
+
"originChainAsset": null,
|
|
77
77
|
"name": "Karura Dollar",
|
|
78
78
|
"symbol": "aUSD",
|
|
79
79
|
"priceId": "acala-dollar",
|
|
@@ -303,5 +303,21 @@
|
|
|
303
303
|
"symbol": "FTM",
|
|
304
304
|
"priceId": "fantom",
|
|
305
305
|
"hasValue": true
|
|
306
|
+
},
|
|
307
|
+
"aSEED-aSEEDAcala": {
|
|
308
|
+
"slug": "aSEED-aSEEDAcala",
|
|
309
|
+
"originChainAsset": "acala-LOCAL-aSEED",
|
|
310
|
+
"name": "aUSD SEED (Acala)",
|
|
311
|
+
"symbol": "aSEED",
|
|
312
|
+
"priceId": "ausd-seed-acala",
|
|
313
|
+
"hasValue": true
|
|
314
|
+
},
|
|
315
|
+
"aSEED-aSEEDKarura": {
|
|
316
|
+
"slug": "aSEED-aSEEDKarura",
|
|
317
|
+
"originChainAsset": "karura-LOCAL-aSEED",
|
|
318
|
+
"name": "aUSD SEED (Karura)",
|
|
319
|
+
"symbol": "aSEED",
|
|
320
|
+
"priceId": "ausd-seed-karura",
|
|
321
|
+
"hasValue": true
|
|
306
322
|
}
|
|
307
323
|
}
|
package/logo/aseed.png
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/logo/qdot.png
ADDED
|
Binary file
|
package/logo/qibtc.png
ADDED
|
Binary file
|
package/logo/qintr.png
ADDED
|
Binary file
|
package/logo/qkbtc.png
ADDED
|
Binary file
|
package/logo/qkint.png
ADDED
|
Binary file
|
package/logo/qksm.png
ADDED
|
Binary file
|
package/logo/qusdt.png
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"./cjs/detectPackage.js"
|
|
21
21
|
],
|
|
22
22
|
"type": "module",
|
|
23
|
-
"version": "0.2.6
|
|
23
|
+
"version": "0.2.6",
|
|
24
24
|
"main": "./cjs/index.js",
|
|
25
25
|
"module": "./index.js",
|
|
26
26
|
"types": "./index.d.ts",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"./logo/ares-protocol.png": "./logo/ares-protocol.png",
|
|
90
90
|
"./logo/aris.png": "./logo/aris.png",
|
|
91
91
|
"./logo/arthswap.png": "./logo/arthswap.png",
|
|
92
|
+
"./logo/aseed.png": "./logo/aseed.png",
|
|
92
93
|
"./logo/astar-cats.png": "./logo/astar-cats.png",
|
|
93
94
|
"./logo/astar-degens.png": "./logo/astar-degens.png",
|
|
94
95
|
"./logo/astar-exchange.png": "./logo/astar-exchange.png",
|
|
@@ -372,6 +373,9 @@
|
|
|
372
373
|
"./logo/litentry.png": "./logo/litentry.png",
|
|
373
374
|
"./logo/litmus.png": "./logo/litmus.png",
|
|
374
375
|
"./logo/logion.png": "./logo/logion.png",
|
|
376
|
+
"./logo/lp-dot-ibtc.png": "./logo/lp-dot-ibtc.png",
|
|
377
|
+
"./logo/lp-ibtc-usdt.png": "./logo/lp-ibtc-usdt.png",
|
|
378
|
+
"./logo/lp-intr-usdt.png": "./logo/lp-intr-usdt.png",
|
|
375
379
|
"./logo/lp-kbtc-usdt.png": "./logo/lp-kbtc-usdt.png",
|
|
376
380
|
"./logo/lp-ksm-kbtc.png": "./logo/lp-ksm-kbtc.png",
|
|
377
381
|
"./logo/lp-ksm-kint.png": "./logo/lp-ksm-kint.png",
|
|
@@ -535,11 +539,18 @@
|
|
|
535
539
|
"./logo/protofire.png": "./logo/protofire.png",
|
|
536
540
|
"./logo/public-pressure.png": "./logo/public-pressure.png",
|
|
537
541
|
"./logo/pulse-network.png": "./logo/pulse-network.png",
|
|
542
|
+
"./logo/qdot.png": "./logo/qdot.png",
|
|
538
543
|
"./logo/qi-dao.png": "./logo/qi-dao.png",
|
|
544
|
+
"./logo/qibtc.png": "./logo/qibtc.png",
|
|
545
|
+
"./logo/qintr.png": "./logo/qintr.png",
|
|
546
|
+
"./logo/qkbtc.png": "./logo/qkbtc.png",
|
|
547
|
+
"./logo/qkint.png": "./logo/qkint.png",
|
|
548
|
+
"./logo/qksm.png": "./logo/qksm.png",
|
|
539
549
|
"./logo/qoda.png": "./logo/qoda.png",
|
|
540
550
|
"./logo/qredo.png": "./logo/qredo.png",
|
|
541
551
|
"./logo/qrucial-dao.png": "./logo/qrucial-dao.png",
|
|
542
552
|
"./logo/quartz.png": "./logo/quartz.png",
|
|
553
|
+
"./logo/qusdt.png": "./logo/qusdt.png",
|
|
543
554
|
"./logo/rabby.png": "./logo/rabby.png",
|
|
544
555
|
"./logo/rai-finance.png": "./logo/rai-finance.png",
|
|
545
556
|
"./logo/rand.png": "./logo/rand.png",
|
package/packageInfo.js
CHANGED
|
@@ -7,5 +7,5 @@ export const packageInfo = {
|
|
|
7
7
|
name: '@subwallet/chain-list',
|
|
8
8
|
path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
|
|
9
9
|
type: 'esm',
|
|
10
|
-
version: '0.2.6
|
|
10
|
+
version: '0.2.6'
|
|
11
11
|
};
|