@subwallet/chain-list 0.2.71-beta.1 → 0.2.71-beta.2
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 +12 -2
- package/cjs/data/ChainInfo.json +14 -5
- package/cjs/packageInfo.js +1 -1
- package/data/ChainInfo.json +14 -5
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -22573,7 +22573,6 @@
|
|
|
22573
22573
|
chainStatus: "ACTIVE",
|
|
22574
22574
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/peaq.png",
|
|
22575
22575
|
providers: {
|
|
22576
|
-
Fake: "wss://peaq-fake.api.onfinality.io/public-ws"
|
|
22577
22576
|
},
|
|
22578
22577
|
evmInfo: null,
|
|
22579
22578
|
substrateInfo: {
|
|
@@ -22678,7 +22677,18 @@
|
|
|
22678
22677
|
providers: {
|
|
22679
22678
|
Atleta: "wss://testnet-rpc.atleta.network"
|
|
22680
22679
|
},
|
|
22681
|
-
evmInfo:
|
|
22680
|
+
evmInfo: {
|
|
22681
|
+
evmChainId: 2340,
|
|
22682
|
+
blockExplorer: "https://blockscout.atleta.network/",
|
|
22683
|
+
existentialDeposit: "0",
|
|
22684
|
+
symbol: "ATLA",
|
|
22685
|
+
decimals: 18,
|
|
22686
|
+
supportSmartContract: [
|
|
22687
|
+
"ERC20",
|
|
22688
|
+
"ERC721"
|
|
22689
|
+
],
|
|
22690
|
+
abiExplorer: null
|
|
22691
|
+
},
|
|
22682
22692
|
substrateInfo: {
|
|
22683
22693
|
relaySlug: null,
|
|
22684
22694
|
paraId: null,
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -8768,9 +8768,7 @@
|
|
|
8768
8768
|
"isTestnet": false,
|
|
8769
8769
|
"chainStatus": "ACTIVE",
|
|
8770
8770
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/peaq.png",
|
|
8771
|
-
"providers": {
|
|
8772
|
-
"Fake": "wss://peaq-fake.api.onfinality.io/public-ws"
|
|
8773
|
-
},
|
|
8771
|
+
"providers": {},
|
|
8774
8772
|
"evmInfo": null,
|
|
8775
8773
|
"substrateInfo": {
|
|
8776
8774
|
"relaySlug": "polkadot",
|
|
@@ -8873,7 +8871,18 @@
|
|
|
8873
8871
|
"providers": {
|
|
8874
8872
|
"Atleta": "wss://testnet-rpc.atleta.network"
|
|
8875
8873
|
},
|
|
8876
|
-
"evmInfo":
|
|
8874
|
+
"evmInfo": {
|
|
8875
|
+
"evmChainId": 2340,
|
|
8876
|
+
"blockExplorer": "https://blockscout.atleta.network/",
|
|
8877
|
+
"existentialDeposit": "0",
|
|
8878
|
+
"symbol": "ATLA",
|
|
8879
|
+
"decimals": 18,
|
|
8880
|
+
"supportSmartContract": [
|
|
8881
|
+
"ERC20",
|
|
8882
|
+
"ERC721"
|
|
8883
|
+
],
|
|
8884
|
+
"abiExplorer": null
|
|
8885
|
+
},
|
|
8877
8886
|
"substrateInfo": {
|
|
8878
8887
|
"relaySlug": null,
|
|
8879
8888
|
"paraId": null,
|
|
@@ -8894,4 +8903,4 @@
|
|
|
8894
8903
|
"extraInfo": null,
|
|
8895
8904
|
"bitcoinInfo": null
|
|
8896
8905
|
}
|
|
8897
|
-
}
|
|
8906
|
+
}
|
package/cjs/packageInfo.js
CHANGED
package/data/ChainInfo.json
CHANGED
|
@@ -8768,9 +8768,7 @@
|
|
|
8768
8768
|
"isTestnet": false,
|
|
8769
8769
|
"chainStatus": "ACTIVE",
|
|
8770
8770
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/peaq.png",
|
|
8771
|
-
"providers": {
|
|
8772
|
-
"Fake": "wss://peaq-fake.api.onfinality.io/public-ws"
|
|
8773
|
-
},
|
|
8771
|
+
"providers": {},
|
|
8774
8772
|
"evmInfo": null,
|
|
8775
8773
|
"substrateInfo": {
|
|
8776
8774
|
"relaySlug": "polkadot",
|
|
@@ -8873,7 +8871,18 @@
|
|
|
8873
8871
|
"providers": {
|
|
8874
8872
|
"Atleta": "wss://testnet-rpc.atleta.network"
|
|
8875
8873
|
},
|
|
8876
|
-
"evmInfo":
|
|
8874
|
+
"evmInfo": {
|
|
8875
|
+
"evmChainId": 2340,
|
|
8876
|
+
"blockExplorer": "https://blockscout.atleta.network/",
|
|
8877
|
+
"existentialDeposit": "0",
|
|
8878
|
+
"symbol": "ATLA",
|
|
8879
|
+
"decimals": 18,
|
|
8880
|
+
"supportSmartContract": [
|
|
8881
|
+
"ERC20",
|
|
8882
|
+
"ERC721"
|
|
8883
|
+
],
|
|
8884
|
+
"abiExplorer": null
|
|
8885
|
+
},
|
|
8877
8886
|
"substrateInfo": {
|
|
8878
8887
|
"relaySlug": null,
|
|
8879
8888
|
"paraId": null,
|
|
@@ -8894,4 +8903,4 @@
|
|
|
8894
8903
|
"extraInfo": null,
|
|
8895
8904
|
"bitcoinInfo": null
|
|
8896
8905
|
}
|
|
8897
|
-
}
|
|
8906
|
+
}
|
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.71-beta.
|
|
10
|
+
version: '0.2.71-beta.2'
|
|
11
11
|
};
|