@subwallet/chain-list 0.2.122-beta.10-pr-614-cb97400e → 0.2.122-beta.12-pr-614-60b126f8
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 +701 -2
- package/cjs/data/AssetLogoMap.json +39 -0
- package/cjs/data/ChainAsset.json +660 -0
- package/cjs/data/ChainInfo.json +2 -2
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +39 -0
- package/data/ChainAsset.json +660 -0
- package/data/ChainInfo.json +2 -2
- package/package.json +1 -1
- package/packageInfo.js +1 -1
package/data/ChainInfo.json
CHANGED
|
@@ -827,7 +827,7 @@
|
|
|
827
827
|
"addressPrefix": 42,
|
|
828
828
|
"chainType": "PARACHAIN",
|
|
829
829
|
"crowdloanUrl": null,
|
|
830
|
-
"blockExplorer": "http://explorer.mainnet.aventus.
|
|
830
|
+
"blockExplorer": "http://explorer.mainnet.aventus.io/",
|
|
831
831
|
"existentialDeposit": "0",
|
|
832
832
|
"symbol": "AVT",
|
|
833
833
|
"decimals": 18,
|
|
@@ -2341,7 +2341,7 @@
|
|
|
2341
2341
|
"slug": "phala",
|
|
2342
2342
|
"name": "Phala",
|
|
2343
2343
|
"isTestnet": false,
|
|
2344
|
-
"chainStatus": "
|
|
2344
|
+
"chainStatus": "INACTIVE",
|
|
2345
2345
|
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chains/phala.png",
|
|
2346
2346
|
"providers": {
|
|
2347
2347
|
"OnFinality": "wss://phala.api.onfinality.io/public-ws",
|
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.122-beta.
|
|
10
|
+
version: '0.2.122-beta.12'
|
|
11
11
|
};
|