@subwallet/chain-list 0.0.14 → 0.0.16
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 +10 -10
- package/cjs/index.js +5 -5
- package/cjs/packageInfo.js +1 -1
- package/data/ChainInfo.json +10 -10
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -3132,7 +3132,7 @@
|
|
|
3132
3132
|
decimals: 12,
|
|
3133
3133
|
hasNativeNft: false,
|
|
3134
3134
|
supportSmartContract: null,
|
|
3135
|
-
blockExplorer:
|
|
3135
|
+
blockExplorer: "https://hydradx.subscan.io/",
|
|
3136
3136
|
supportStaking: false
|
|
3137
3137
|
},
|
|
3138
3138
|
evmInfo: null
|
|
@@ -3389,7 +3389,7 @@
|
|
|
3389
3389
|
supportStaking: true,
|
|
3390
3390
|
hasNativeNft: false,
|
|
3391
3391
|
supportSmartContract: null,
|
|
3392
|
-
blockExplorer:
|
|
3392
|
+
blockExplorer: "https://alephzero.subscan.io/"
|
|
3393
3393
|
},
|
|
3394
3394
|
evmInfo: null
|
|
3395
3395
|
};
|
|
@@ -3513,7 +3513,7 @@
|
|
|
3513
3513
|
decimals: 12,
|
|
3514
3514
|
hasNativeNft: false,
|
|
3515
3515
|
supportSmartContract: null,
|
|
3516
|
-
blockExplorer:
|
|
3516
|
+
blockExplorer: "https://composable.subscan.io/",
|
|
3517
3517
|
supportStaking: false
|
|
3518
3518
|
},
|
|
3519
3519
|
evmInfo: null
|
|
@@ -3681,7 +3681,7 @@
|
|
|
3681
3681
|
supportStaking: true,
|
|
3682
3682
|
hasNativeNft: false,
|
|
3683
3683
|
supportSmartContract: null,
|
|
3684
|
-
blockExplorer:
|
|
3684
|
+
blockExplorer: "https://spiritnet.subscan.io/"
|
|
3685
3685
|
},
|
|
3686
3686
|
evmInfo: null
|
|
3687
3687
|
};
|
|
@@ -3758,7 +3758,7 @@
|
|
|
3758
3758
|
decimals: 12,
|
|
3759
3759
|
hasNativeNft: false,
|
|
3760
3760
|
supportSmartContract: null,
|
|
3761
|
-
blockExplorer:
|
|
3761
|
+
blockExplorer: "https://parallel-heiko.subscan.io/",
|
|
3762
3762
|
supportStaking: false
|
|
3763
3763
|
},
|
|
3764
3764
|
evmInfo: null
|
|
@@ -3883,7 +3883,7 @@
|
|
|
3883
3883
|
existentialDeposit: "0",
|
|
3884
3884
|
hasNativeNft: true,
|
|
3885
3885
|
supportSmartContract: null,
|
|
3886
|
-
blockExplorer:
|
|
3886
|
+
blockExplorer: "https://unique.subscan.io/",
|
|
3887
3887
|
supportStaking: false
|
|
3888
3888
|
},
|
|
3889
3889
|
evmInfo: null
|
|
@@ -4299,7 +4299,7 @@
|
|
|
4299
4299
|
decimals: 12,
|
|
4300
4300
|
hasNativeNft: false,
|
|
4301
4301
|
supportSmartContract: null,
|
|
4302
|
-
blockExplorer:
|
|
4302
|
+
blockExplorer: "https://acala-testnet.subscan.io/",
|
|
4303
4303
|
supportStaking: false
|
|
4304
4304
|
},
|
|
4305
4305
|
evmInfo: null
|
|
@@ -4514,7 +4514,7 @@
|
|
|
4514
4514
|
genesisHash: "0x43d10ffd50990380ffe6c9392145431d630ae67e89dbc9c014cac2a417759101",
|
|
4515
4515
|
addressPrefix: 2254,
|
|
4516
4516
|
chainType: "RELAYCHAIN",
|
|
4517
|
-
blockExplorer: "https://subspace.subscan.io",
|
|
4517
|
+
blockExplorer: "https://subspace.subscan.io/",
|
|
4518
4518
|
symbol: "tSSC",
|
|
4519
4519
|
existentialDeposit: "500",
|
|
4520
4520
|
decimals: 18,
|
|
@@ -4740,7 +4740,7 @@
|
|
|
4740
4740
|
decimals: 18,
|
|
4741
4741
|
hasNativeNft: false,
|
|
4742
4742
|
supportSmartContract: null,
|
|
4743
|
-
blockExplorer:
|
|
4743
|
+
blockExplorer: "https://datahighway.subscan.io",
|
|
4744
4744
|
supportStaking: false
|
|
4745
4745
|
},
|
|
4746
4746
|
evmInfo: null
|
|
@@ -4973,7 +4973,7 @@
|
|
|
4973
4973
|
supportStaking: true,
|
|
4974
4974
|
hasNativeNft: false,
|
|
4975
4975
|
supportSmartContract: null,
|
|
4976
|
-
blockExplorer:
|
|
4976
|
+
blockExplorer: "https://kilt-testnet.subscan.io/"
|
|
4977
4977
|
},
|
|
4978
4978
|
evmInfo: null
|
|
4979
4979
|
};
|
package/cjs/index.js
CHANGED
|
@@ -5,10 +5,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports._DEFAULT_CHAINS = exports.MultiChainAssetMap = exports.ChainInfoMap = exports.ChainAssetMap = exports.COMMON_CHAIN_SLUGS = exports.AssetRefMap = void 0;
|
|
8
|
-
var _AssetRef2 = _interopRequireDefault(require("@subwallet/chain-list/
|
|
9
|
-
var _ChainAsset2 = _interopRequireDefault(require("@subwallet/chain-list/
|
|
10
|
-
var _ChainInfo2 = _interopRequireDefault(require("@subwallet/chain-list/
|
|
11
|
-
var _MultiChainAsset2 = _interopRequireDefault(require("@subwallet/chain-list/
|
|
8
|
+
var _AssetRef2 = _interopRequireDefault(require("@subwallet/chain-list/data/AssetRef.json"));
|
|
9
|
+
var _ChainAsset2 = _interopRequireDefault(require("@subwallet/chain-list/data/ChainAsset.json"));
|
|
10
|
+
var _ChainInfo2 = _interopRequireDefault(require("@subwallet/chain-list/data/ChainInfo.json"));
|
|
11
|
+
var _MultiChainAsset2 = _interopRequireDefault(require("@subwallet/chain-list/data/MultiChainAsset.json"));
|
|
12
12
|
// Copyright 2019-2022 @subwallet/chain-list authors & contributors
|
|
13
13
|
// SPDX-License-Identifier: Apache-2.0
|
|
14
14
|
|
|
@@ -36,4 +36,4 @@ exports.COMMON_CHAIN_SLUGS = COMMON_CHAIN_SLUGS;
|
|
|
36
36
|
COMMON_CHAIN_SLUGS["BINANCE"] = "binance";
|
|
37
37
|
})(COMMON_CHAIN_SLUGS || (exports.COMMON_CHAIN_SLUGS = COMMON_CHAIN_SLUGS = {}));
|
|
38
38
|
const _DEFAULT_CHAINS = [COMMON_CHAIN_SLUGS.POLKADOT, COMMON_CHAIN_SLUGS.KUSAMA];
|
|
39
|
-
exports._DEFAULT_CHAINS = _DEFAULT_CHAINS;
|
|
39
|
+
exports._DEFAULT_CHAINS = _DEFAULT_CHAINS;
|
package/cjs/packageInfo.js
CHANGED
package/data/ChainInfo.json
CHANGED
|
@@ -988,7 +988,7 @@
|
|
|
988
988
|
"decimals": 12,
|
|
989
989
|
"hasNativeNft": false,
|
|
990
990
|
"supportSmartContract": null,
|
|
991
|
-
"blockExplorer":
|
|
991
|
+
"blockExplorer": "https://hydradx.subscan.io/",
|
|
992
992
|
"supportStaking": false
|
|
993
993
|
},
|
|
994
994
|
"evmInfo": null
|
|
@@ -1245,7 +1245,7 @@
|
|
|
1245
1245
|
"supportStaking": true,
|
|
1246
1246
|
"hasNativeNft": false,
|
|
1247
1247
|
"supportSmartContract": null,
|
|
1248
|
-
"blockExplorer":
|
|
1248
|
+
"blockExplorer": "https://alephzero.subscan.io/"
|
|
1249
1249
|
},
|
|
1250
1250
|
"evmInfo": null
|
|
1251
1251
|
},
|
|
@@ -1369,7 +1369,7 @@
|
|
|
1369
1369
|
"decimals": 12,
|
|
1370
1370
|
"hasNativeNft": false,
|
|
1371
1371
|
"supportSmartContract": null,
|
|
1372
|
-
"blockExplorer":
|
|
1372
|
+
"blockExplorer": "https://composable.subscan.io/",
|
|
1373
1373
|
"supportStaking": false
|
|
1374
1374
|
},
|
|
1375
1375
|
"evmInfo": null
|
|
@@ -1537,7 +1537,7 @@
|
|
|
1537
1537
|
"supportStaking": true,
|
|
1538
1538
|
"hasNativeNft": false,
|
|
1539
1539
|
"supportSmartContract": null,
|
|
1540
|
-
"blockExplorer":
|
|
1540
|
+
"blockExplorer": "https://spiritnet.subscan.io/"
|
|
1541
1541
|
},
|
|
1542
1542
|
"evmInfo": null
|
|
1543
1543
|
},
|
|
@@ -1614,7 +1614,7 @@
|
|
|
1614
1614
|
"decimals": 12,
|
|
1615
1615
|
"hasNativeNft": false,
|
|
1616
1616
|
"supportSmartContract": null,
|
|
1617
|
-
"blockExplorer":
|
|
1617
|
+
"blockExplorer": "https://parallel-heiko.subscan.io/",
|
|
1618
1618
|
"supportStaking": false
|
|
1619
1619
|
},
|
|
1620
1620
|
"evmInfo": null
|
|
@@ -1739,7 +1739,7 @@
|
|
|
1739
1739
|
"existentialDeposit": "0",
|
|
1740
1740
|
"hasNativeNft": true,
|
|
1741
1741
|
"supportSmartContract": null,
|
|
1742
|
-
"blockExplorer":
|
|
1742
|
+
"blockExplorer": "https://unique.subscan.io/",
|
|
1743
1743
|
"supportStaking": false
|
|
1744
1744
|
},
|
|
1745
1745
|
"evmInfo": null
|
|
@@ -2156,7 +2156,7 @@
|
|
|
2156
2156
|
"decimals": 12,
|
|
2157
2157
|
"hasNativeNft": false,
|
|
2158
2158
|
"supportSmartContract": null,
|
|
2159
|
-
"blockExplorer":
|
|
2159
|
+
"blockExplorer": "https://acala-testnet.subscan.io/",
|
|
2160
2160
|
"supportStaking": false
|
|
2161
2161
|
},
|
|
2162
2162
|
"evmInfo": null
|
|
@@ -2371,7 +2371,7 @@
|
|
|
2371
2371
|
"genesisHash": "0x43d10ffd50990380ffe6c9392145431d630ae67e89dbc9c014cac2a417759101",
|
|
2372
2372
|
"addressPrefix": 2254,
|
|
2373
2373
|
"chainType": "RELAYCHAIN",
|
|
2374
|
-
"blockExplorer": "https://subspace.subscan.io",
|
|
2374
|
+
"blockExplorer": "https://subspace.subscan.io/",
|
|
2375
2375
|
"symbol": "tSSC",
|
|
2376
2376
|
"existentialDeposit": "500",
|
|
2377
2377
|
"decimals": 18,
|
|
@@ -2597,7 +2597,7 @@
|
|
|
2597
2597
|
"decimals": 18,
|
|
2598
2598
|
"hasNativeNft": false,
|
|
2599
2599
|
"supportSmartContract": null,
|
|
2600
|
-
"blockExplorer":
|
|
2600
|
+
"blockExplorer": "https://datahighway.subscan.io",
|
|
2601
2601
|
"supportStaking": false
|
|
2602
2602
|
},
|
|
2603
2603
|
"evmInfo": null
|
|
@@ -2830,7 +2830,7 @@
|
|
|
2830
2830
|
"supportStaking": true,
|
|
2831
2831
|
"hasNativeNft": false,
|
|
2832
2832
|
"supportSmartContract": null,
|
|
2833
|
-
"blockExplorer":
|
|
2833
|
+
"blockExplorer": "https://kilt-testnet.subscan.io/"
|
|
2834
2834
|
},
|
|
2835
2835
|
"evmInfo": null
|
|
2836
2836
|
},
|
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.0.
|
|
10
|
+
version: '0.0.16'
|
|
11
11
|
};
|