@subwallet/chain-list 0.0.22 → 0.0.23
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 +4 -26
- package/cjs/packageInfo.js +1 -1
- package/data/ChainInfo.json +4 -25
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -5140,7 +5140,7 @@
|
|
|
5140
5140
|
genesisHash: "0xb067215e6232ffeed7cede2f92ac6b65f2121523fa221fc76f2e4430086c6b70",
|
|
5141
5141
|
addressPrefix: 42,
|
|
5142
5142
|
chainType: "PARACHAIN",
|
|
5143
|
-
blockExplorer:
|
|
5143
|
+
blockExplorer: null,
|
|
5144
5144
|
symbol: "PRING",
|
|
5145
5145
|
existentialDeposit: "0",
|
|
5146
5146
|
decimals: 18,
|
|
@@ -5150,7 +5150,7 @@
|
|
|
5150
5150
|
},
|
|
5151
5151
|
evmInfo: {
|
|
5152
5152
|
evmChainId: 43,
|
|
5153
|
-
blockExplorer:
|
|
5153
|
+
blockExplorer: null,
|
|
5154
5154
|
symbol: "PRING",
|
|
5155
5155
|
decimals: 18,
|
|
5156
5156
|
existentialDeposit: "0",
|
|
@@ -5803,28 +5803,7 @@
|
|
|
5803
5803
|
substrateInfo: null,
|
|
5804
5804
|
evmInfo: {
|
|
5805
5805
|
evmChainId: 288,
|
|
5806
|
-
blockExplorer: "https://
|
|
5807
|
-
symbol: "ETH",
|
|
5808
|
-
decimals: 18,
|
|
5809
|
-
existentialDeposit: "0",
|
|
5810
|
-
supportSmartContract: [
|
|
5811
|
-
"ERC20",
|
|
5812
|
-
"ERC721"
|
|
5813
|
-
]
|
|
5814
|
-
}
|
|
5815
|
-
};
|
|
5816
|
-
var boba_rinkeby = {
|
|
5817
|
-
slug: "boba_rinkeby",
|
|
5818
|
-
name: "Boba Rinkeby (Testnet)",
|
|
5819
|
-
chainStatus: "ACTIVE",
|
|
5820
|
-
providers: {
|
|
5821
|
-
RPC: "https://rinkeby.boba.network"
|
|
5822
|
-
},
|
|
5823
|
-
isTestnet: true,
|
|
5824
|
-
substrateInfo: null,
|
|
5825
|
-
evmInfo: {
|
|
5826
|
-
evmChainId: 28,
|
|
5827
|
-
blockExplorer: "https://blockexplorer.rinkeby.boba.network",
|
|
5806
|
+
blockExplorer: "https://bobascan.com/",
|
|
5828
5807
|
symbol: "ETH",
|
|
5829
5808
|
decimals: 18,
|
|
5830
5809
|
existentialDeposit: "0",
|
|
@@ -6751,7 +6730,7 @@
|
|
|
6751
6730
|
genesisHash: "0xf7a99d3cb92853d00d5275c971c132c074636256583fee53b3bbe60d7b8769ba",
|
|
6752
6731
|
addressPrefix: 16,
|
|
6753
6732
|
chainType: "RELAYCHAIN",
|
|
6754
|
-
blockExplorer:
|
|
6733
|
+
blockExplorer: null,
|
|
6755
6734
|
symbol: "KLP",
|
|
6756
6735
|
existentialDeposit: "100000",
|
|
6757
6736
|
decimals: 12,
|
|
@@ -6890,7 +6869,6 @@
|
|
|
6890
6869
|
ternoa_alphanet: ternoa_alphanet,
|
|
6891
6870
|
calamari_test: calamari_test,
|
|
6892
6871
|
boba: boba,
|
|
6893
|
-
boba_rinkeby: boba_rinkeby,
|
|
6894
6872
|
bobabeam: bobabeam,
|
|
6895
6873
|
kilt_peregrine: kilt_peregrine,
|
|
6896
6874
|
xx_network: xx_network,
|
package/cjs/packageInfo.js
CHANGED
package/data/ChainInfo.json
CHANGED
|
@@ -2046,7 +2046,7 @@
|
|
|
2046
2046
|
"genesisHash": "0xb067215e6232ffeed7cede2f92ac6b65f2121523fa221fc76f2e4430086c6b70",
|
|
2047
2047
|
"addressPrefix": 42,
|
|
2048
2048
|
"chainType": "PARACHAIN",
|
|
2049
|
-
"blockExplorer":
|
|
2049
|
+
"blockExplorer": null,
|
|
2050
2050
|
"symbol": "PRING",
|
|
2051
2051
|
"existentialDeposit": "0",
|
|
2052
2052
|
"decimals": 18,
|
|
@@ -2056,7 +2056,7 @@
|
|
|
2056
2056
|
},
|
|
2057
2057
|
"evmInfo": {
|
|
2058
2058
|
"evmChainId": 43,
|
|
2059
|
-
"blockExplorer":
|
|
2059
|
+
"blockExplorer": null,
|
|
2060
2060
|
"symbol": "PRING",
|
|
2061
2061
|
"decimals": 18,
|
|
2062
2062
|
"existentialDeposit": "0",
|
|
@@ -2709,28 +2709,7 @@
|
|
|
2709
2709
|
"substrateInfo": null,
|
|
2710
2710
|
"evmInfo": {
|
|
2711
2711
|
"evmChainId": 288,
|
|
2712
|
-
"blockExplorer": "https://
|
|
2713
|
-
"symbol": "ETH",
|
|
2714
|
-
"decimals": 18,
|
|
2715
|
-
"existentialDeposit": "0",
|
|
2716
|
-
"supportSmartContract": [
|
|
2717
|
-
"ERC20",
|
|
2718
|
-
"ERC721"
|
|
2719
|
-
]
|
|
2720
|
-
}
|
|
2721
|
-
},
|
|
2722
|
-
"boba_rinkeby": {
|
|
2723
|
-
"slug": "boba_rinkeby",
|
|
2724
|
-
"name": "Boba Rinkeby (Testnet)",
|
|
2725
|
-
"chainStatus": "ACTIVE",
|
|
2726
|
-
"providers": {
|
|
2727
|
-
"RPC": "https://rinkeby.boba.network"
|
|
2728
|
-
},
|
|
2729
|
-
"isTestnet": true,
|
|
2730
|
-
"substrateInfo": null,
|
|
2731
|
-
"evmInfo": {
|
|
2732
|
-
"evmChainId": 28,
|
|
2733
|
-
"blockExplorer": "https://blockexplorer.rinkeby.boba.network",
|
|
2712
|
+
"blockExplorer": "https://bobascan.com/",
|
|
2734
2713
|
"symbol": "ETH",
|
|
2735
2714
|
"decimals": 18,
|
|
2736
2715
|
"existentialDeposit": "0",
|
|
@@ -3708,7 +3687,7 @@
|
|
|
3708
3687
|
"genesisHash": "0xf7a99d3cb92853d00d5275c971c132c074636256583fee53b3bbe60d7b8769ba",
|
|
3709
3688
|
"addressPrefix": 16,
|
|
3710
3689
|
"chainType": "RELAYCHAIN",
|
|
3711
|
-
"blockExplorer":
|
|
3690
|
+
"blockExplorer": null,
|
|
3712
3691
|
"symbol": "KLP",
|
|
3713
3692
|
"existentialDeposit": "100000",
|
|
3714
3693
|
"decimals": 12,
|
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.23'
|
|
11
11
|
};
|