@subwallet/chain-list 0.2.13-beta.0 → 0.2.13-beta.1
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 +87 -1
- package/cjs/data/AssetLogoMap.json +1 -0
- package/cjs/data/ChainAsset.json +84 -0
- package/cjs/data/ChainInfo.json +1 -1
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1 -0
- package/data/ChainAsset.json +84 -0
- package/data/ChainInfo.json +1 -1
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -287,6 +287,7 @@
|
|
|
287
287
|
var usdd = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/usdd.png";
|
|
288
288
|
var avax = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/avalanche.png";
|
|
289
289
|
var xcastr = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/astar-network.png";
|
|
290
|
+
var sdot = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot.png";
|
|
290
291
|
var cp = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png";
|
|
291
292
|
var zpf = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png";
|
|
292
293
|
const _AssetLogoMap = {
|
|
@@ -579,6 +580,7 @@
|
|
|
579
580
|
usdd: usdd,
|
|
580
581
|
avax: avax,
|
|
581
582
|
xcastr: xcastr,
|
|
583
|
+
sdot: sdot,
|
|
582
584
|
cp: cp,
|
|
583
585
|
zpf: zpf
|
|
584
586
|
};
|
|
@@ -7751,6 +7753,90 @@
|
|
|
7751
7753
|
multiChainAsset: "ASTR-Astar",
|
|
7752
7754
|
hasValue: true,
|
|
7753
7755
|
icon: "astar-network.png"
|
|
7756
|
+
},
|
|
7757
|
+
"bifrost_dot-LOCAL-DOT": {
|
|
7758
|
+
originChain: "bifrost_dot",
|
|
7759
|
+
slug: "bifrost_dot-LOCAL-DOT",
|
|
7760
|
+
name: "Polkadot DOT",
|
|
7761
|
+
symbol: "DOT",
|
|
7762
|
+
decimals: 10,
|
|
7763
|
+
priceId: "polkadot",
|
|
7764
|
+
minAmount: "1000000",
|
|
7765
|
+
assetType: "LOCAL",
|
|
7766
|
+
metadata: {
|
|
7767
|
+
onChainInfo: {
|
|
7768
|
+
Token2: "0"
|
|
7769
|
+
}
|
|
7770
|
+
},
|
|
7771
|
+
multiChainAsset: "DOT-Polkadot",
|
|
7772
|
+
hasValue: true,
|
|
7773
|
+
icon: "polkadot.png"
|
|
7774
|
+
},
|
|
7775
|
+
"parallel-LOCAL-sDOT": {
|
|
7776
|
+
originChain: "parallel",
|
|
7777
|
+
slug: "parallel-LOCAL-sDOT",
|
|
7778
|
+
name: "sDOT",
|
|
7779
|
+
symbol: "sDOT",
|
|
7780
|
+
decimals: 10,
|
|
7781
|
+
priceId: null,
|
|
7782
|
+
minAmount: "0",
|
|
7783
|
+
assetType: "LOCAL",
|
|
7784
|
+
metadata: {
|
|
7785
|
+
assetId: "1001"
|
|
7786
|
+
},
|
|
7787
|
+
multiChainAsset: null,
|
|
7788
|
+
hasValue: true,
|
|
7789
|
+
icon: "polkadot.png"
|
|
7790
|
+
},
|
|
7791
|
+
"parallel-LOCAL-DOT": {
|
|
7792
|
+
originChain: "parallel",
|
|
7793
|
+
slug: "parallel-LOCAL-DOT",
|
|
7794
|
+
name: "DOT",
|
|
7795
|
+
symbol: "DOT",
|
|
7796
|
+
decimals: 10,
|
|
7797
|
+
priceId: "polkadot",
|
|
7798
|
+
minAmount: "0",
|
|
7799
|
+
assetType: "LOCAL",
|
|
7800
|
+
metadata: {
|
|
7801
|
+
assetId: "101"
|
|
7802
|
+
},
|
|
7803
|
+
multiChainAsset: "DOT-Polkadot",
|
|
7804
|
+
hasValue: true,
|
|
7805
|
+
icon: "polkadot.png"
|
|
7806
|
+
},
|
|
7807
|
+
"interlay-LOCAL-DOT": {
|
|
7808
|
+
originChain: "interlay",
|
|
7809
|
+
slug: "interlay-LOCAL-DOT",
|
|
7810
|
+
name: "DOT",
|
|
7811
|
+
symbol: "DOT",
|
|
7812
|
+
decimals: 10,
|
|
7813
|
+
priceId: "polkadot",
|
|
7814
|
+
minAmount: "0",
|
|
7815
|
+
assetType: "LOCAL",
|
|
7816
|
+
metadata: {
|
|
7817
|
+
onChainInfo: {
|
|
7818
|
+
Token: "DOT"
|
|
7819
|
+
}
|
|
7820
|
+
},
|
|
7821
|
+
multiChainAsset: "DOT-Polkadot",
|
|
7822
|
+
hasValue: true,
|
|
7823
|
+
icon: "polkadot.png"
|
|
7824
|
+
},
|
|
7825
|
+
"hydradx_main-LOCAL-DOT": {
|
|
7826
|
+
originChain: "hydradx_main",
|
|
7827
|
+
slug: "hydradx_main-LOCAL-DOT",
|
|
7828
|
+
name: "DOT",
|
|
7829
|
+
symbol: "DOT",
|
|
7830
|
+
decimals: 10,
|
|
7831
|
+
priceId: "polkadot",
|
|
7832
|
+
minAmount: "0",
|
|
7833
|
+
assetType: "LOCAL",
|
|
7834
|
+
metadata: {
|
|
7835
|
+
assetId: "5"
|
|
7836
|
+
},
|
|
7837
|
+
multiChainAsset: "DOT-Polkadot",
|
|
7838
|
+
hasValue: true,
|
|
7839
|
+
icon: "polkadot.png"
|
|
7754
7840
|
}
|
|
7755
7841
|
};
|
|
7756
7842
|
|
|
@@ -11404,7 +11490,7 @@
|
|
|
11404
11490
|
decimals: 18,
|
|
11405
11491
|
hasNativeNft: false,
|
|
11406
11492
|
supportSmartContract: null,
|
|
11407
|
-
supportStaking:
|
|
11493
|
+
supportStaking: true,
|
|
11408
11494
|
blockExplorer: null
|
|
11409
11495
|
},
|
|
11410
11496
|
evmInfo: null,
|
|
@@ -288,6 +288,7 @@
|
|
|
288
288
|
"usdd": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/usdd.png",
|
|
289
289
|
"avax": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/avalanche.png",
|
|
290
290
|
"xcastr": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/astar-network.png",
|
|
291
|
+
"sdot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot.png",
|
|
291
292
|
"cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png",
|
|
292
293
|
"zpf": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png"
|
|
293
294
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -6906,5 +6906,89 @@
|
|
|
6906
6906
|
"multiChainAsset": "ASTR-Astar",
|
|
6907
6907
|
"hasValue": true,
|
|
6908
6908
|
"icon": "astar-network.png"
|
|
6909
|
+
},
|
|
6910
|
+
"bifrost_dot-LOCAL-DOT": {
|
|
6911
|
+
"originChain": "bifrost_dot",
|
|
6912
|
+
"slug": "bifrost_dot-LOCAL-DOT",
|
|
6913
|
+
"name": "Polkadot DOT",
|
|
6914
|
+
"symbol": "DOT",
|
|
6915
|
+
"decimals": 10,
|
|
6916
|
+
"priceId": "polkadot",
|
|
6917
|
+
"minAmount": "1000000",
|
|
6918
|
+
"assetType": "LOCAL",
|
|
6919
|
+
"metadata": {
|
|
6920
|
+
"onChainInfo": {
|
|
6921
|
+
"Token2": "0"
|
|
6922
|
+
}
|
|
6923
|
+
},
|
|
6924
|
+
"multiChainAsset": "DOT-Polkadot",
|
|
6925
|
+
"hasValue": true,
|
|
6926
|
+
"icon": "polkadot.png"
|
|
6927
|
+
},
|
|
6928
|
+
"parallel-LOCAL-sDOT": {
|
|
6929
|
+
"originChain": "parallel",
|
|
6930
|
+
"slug": "parallel-LOCAL-sDOT",
|
|
6931
|
+
"name": "sDOT",
|
|
6932
|
+
"symbol": "sDOT",
|
|
6933
|
+
"decimals": 10,
|
|
6934
|
+
"priceId": null,
|
|
6935
|
+
"minAmount": "0",
|
|
6936
|
+
"assetType": "LOCAL",
|
|
6937
|
+
"metadata": {
|
|
6938
|
+
"assetId": "1001"
|
|
6939
|
+
},
|
|
6940
|
+
"multiChainAsset": null,
|
|
6941
|
+
"hasValue": true,
|
|
6942
|
+
"icon": "polkadot.png"
|
|
6943
|
+
},
|
|
6944
|
+
"parallel-LOCAL-DOT": {
|
|
6945
|
+
"originChain": "parallel",
|
|
6946
|
+
"slug": "parallel-LOCAL-DOT",
|
|
6947
|
+
"name": "DOT",
|
|
6948
|
+
"symbol": "DOT",
|
|
6949
|
+
"decimals": 10,
|
|
6950
|
+
"priceId": "polkadot",
|
|
6951
|
+
"minAmount": "0",
|
|
6952
|
+
"assetType": "LOCAL",
|
|
6953
|
+
"metadata": {
|
|
6954
|
+
"assetId": "101"
|
|
6955
|
+
},
|
|
6956
|
+
"multiChainAsset": "DOT-Polkadot",
|
|
6957
|
+
"hasValue": true,
|
|
6958
|
+
"icon": "polkadot.png"
|
|
6959
|
+
},
|
|
6960
|
+
"interlay-LOCAL-DOT": {
|
|
6961
|
+
"originChain": "interlay",
|
|
6962
|
+
"slug": "interlay-LOCAL-DOT",
|
|
6963
|
+
"name": "DOT",
|
|
6964
|
+
"symbol": "DOT",
|
|
6965
|
+
"decimals": 10,
|
|
6966
|
+
"priceId": "polkadot",
|
|
6967
|
+
"minAmount": "0",
|
|
6968
|
+
"assetType": "LOCAL",
|
|
6969
|
+
"metadata": {
|
|
6970
|
+
"onChainInfo": {
|
|
6971
|
+
"Token": "DOT"
|
|
6972
|
+
}
|
|
6973
|
+
},
|
|
6974
|
+
"multiChainAsset": "DOT-Polkadot",
|
|
6975
|
+
"hasValue": true,
|
|
6976
|
+
"icon": "polkadot.png"
|
|
6977
|
+
},
|
|
6978
|
+
"hydradx_main-LOCAL-DOT": {
|
|
6979
|
+
"originChain": "hydradx_main",
|
|
6980
|
+
"slug": "hydradx_main-LOCAL-DOT",
|
|
6981
|
+
"name": "DOT",
|
|
6982
|
+
"symbol": "DOT",
|
|
6983
|
+
"decimals": 10,
|
|
6984
|
+
"priceId": "polkadot",
|
|
6985
|
+
"minAmount": "0",
|
|
6986
|
+
"assetType": "LOCAL",
|
|
6987
|
+
"metadata": {
|
|
6988
|
+
"assetId": "5"
|
|
6989
|
+
},
|
|
6990
|
+
"multiChainAsset": "DOT-Polkadot",
|
|
6991
|
+
"hasValue": true,
|
|
6992
|
+
"icon": "polkadot.png"
|
|
6909
6993
|
}
|
|
6910
6994
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -288,6 +288,7 @@
|
|
|
288
288
|
"usdd": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/usdd.png",
|
|
289
289
|
"avax": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/avalanche.png",
|
|
290
290
|
"xcastr": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/astar-network.png",
|
|
291
|
+
"sdot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot.png",
|
|
291
292
|
"cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png",
|
|
292
293
|
"zpf": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png"
|
|
293
294
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -6906,5 +6906,89 @@
|
|
|
6906
6906
|
"multiChainAsset": "ASTR-Astar",
|
|
6907
6907
|
"hasValue": true,
|
|
6908
6908
|
"icon": "astar-network.png"
|
|
6909
|
+
},
|
|
6910
|
+
"bifrost_dot-LOCAL-DOT": {
|
|
6911
|
+
"originChain": "bifrost_dot",
|
|
6912
|
+
"slug": "bifrost_dot-LOCAL-DOT",
|
|
6913
|
+
"name": "Polkadot DOT",
|
|
6914
|
+
"symbol": "DOT",
|
|
6915
|
+
"decimals": 10,
|
|
6916
|
+
"priceId": "polkadot",
|
|
6917
|
+
"minAmount": "1000000",
|
|
6918
|
+
"assetType": "LOCAL",
|
|
6919
|
+
"metadata": {
|
|
6920
|
+
"onChainInfo": {
|
|
6921
|
+
"Token2": "0"
|
|
6922
|
+
}
|
|
6923
|
+
},
|
|
6924
|
+
"multiChainAsset": "DOT-Polkadot",
|
|
6925
|
+
"hasValue": true,
|
|
6926
|
+
"icon": "polkadot.png"
|
|
6927
|
+
},
|
|
6928
|
+
"parallel-LOCAL-sDOT": {
|
|
6929
|
+
"originChain": "parallel",
|
|
6930
|
+
"slug": "parallel-LOCAL-sDOT",
|
|
6931
|
+
"name": "sDOT",
|
|
6932
|
+
"symbol": "sDOT",
|
|
6933
|
+
"decimals": 10,
|
|
6934
|
+
"priceId": null,
|
|
6935
|
+
"minAmount": "0",
|
|
6936
|
+
"assetType": "LOCAL",
|
|
6937
|
+
"metadata": {
|
|
6938
|
+
"assetId": "1001"
|
|
6939
|
+
},
|
|
6940
|
+
"multiChainAsset": null,
|
|
6941
|
+
"hasValue": true,
|
|
6942
|
+
"icon": "polkadot.png"
|
|
6943
|
+
},
|
|
6944
|
+
"parallel-LOCAL-DOT": {
|
|
6945
|
+
"originChain": "parallel",
|
|
6946
|
+
"slug": "parallel-LOCAL-DOT",
|
|
6947
|
+
"name": "DOT",
|
|
6948
|
+
"symbol": "DOT",
|
|
6949
|
+
"decimals": 10,
|
|
6950
|
+
"priceId": "polkadot",
|
|
6951
|
+
"minAmount": "0",
|
|
6952
|
+
"assetType": "LOCAL",
|
|
6953
|
+
"metadata": {
|
|
6954
|
+
"assetId": "101"
|
|
6955
|
+
},
|
|
6956
|
+
"multiChainAsset": "DOT-Polkadot",
|
|
6957
|
+
"hasValue": true,
|
|
6958
|
+
"icon": "polkadot.png"
|
|
6959
|
+
},
|
|
6960
|
+
"interlay-LOCAL-DOT": {
|
|
6961
|
+
"originChain": "interlay",
|
|
6962
|
+
"slug": "interlay-LOCAL-DOT",
|
|
6963
|
+
"name": "DOT",
|
|
6964
|
+
"symbol": "DOT",
|
|
6965
|
+
"decimals": 10,
|
|
6966
|
+
"priceId": "polkadot",
|
|
6967
|
+
"minAmount": "0",
|
|
6968
|
+
"assetType": "LOCAL",
|
|
6969
|
+
"metadata": {
|
|
6970
|
+
"onChainInfo": {
|
|
6971
|
+
"Token": "DOT"
|
|
6972
|
+
}
|
|
6973
|
+
},
|
|
6974
|
+
"multiChainAsset": "DOT-Polkadot",
|
|
6975
|
+
"hasValue": true,
|
|
6976
|
+
"icon": "polkadot.png"
|
|
6977
|
+
},
|
|
6978
|
+
"hydradx_main-LOCAL-DOT": {
|
|
6979
|
+
"originChain": "hydradx_main",
|
|
6980
|
+
"slug": "hydradx_main-LOCAL-DOT",
|
|
6981
|
+
"name": "DOT",
|
|
6982
|
+
"symbol": "DOT",
|
|
6983
|
+
"decimals": 10,
|
|
6984
|
+
"priceId": "polkadot",
|
|
6985
|
+
"minAmount": "0",
|
|
6986
|
+
"assetType": "LOCAL",
|
|
6987
|
+
"metadata": {
|
|
6988
|
+
"assetId": "5"
|
|
6989
|
+
},
|
|
6990
|
+
"multiChainAsset": "DOT-Polkadot",
|
|
6991
|
+
"hasValue": true,
|
|
6992
|
+
"icon": "polkadot.png"
|
|
6909
6993
|
}
|
|
6910
6994
|
}
|
package/data/ChainInfo.json
CHANGED
package/package.json
CHANGED
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.13-beta.
|
|
10
|
+
version: '0.2.13-beta.1'
|
|
11
11
|
};
|