@subwallet/chain-list 0.2.59-beta.2 → 0.2.59-beta.3
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 +0 -1
- package/cjs/data/ChainInfo.json +1 -3
- package/cjs/packageInfo.js +1 -1
- package/data/ChainInfo.json +1 -3
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -19724,7 +19724,6 @@
|
|
|
19724
19724
|
chainStatus: "ACTIVE",
|
|
19725
19725
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/avail_mainnet.png",
|
|
19726
19726
|
providers: {
|
|
19727
|
-
Avail: "wss://turing-rpc.availspace.app/"
|
|
19728
19727
|
},
|
|
19729
19728
|
evmInfo: null,
|
|
19730
19729
|
substrateInfo: {
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -8227,9 +8227,7 @@
|
|
|
8227
8227
|
"isTestnet": false,
|
|
8228
8228
|
"chainStatus": "ACTIVE",
|
|
8229
8229
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/avail_mainnet.png",
|
|
8230
|
-
"providers": {
|
|
8231
|
-
"Avail": "wss://turing-rpc.availspace.app/"
|
|
8232
|
-
},
|
|
8230
|
+
"providers": {},
|
|
8233
8231
|
"evmInfo": null,
|
|
8234
8232
|
"substrateInfo": {
|
|
8235
8233
|
"relaySlug": null,
|
package/cjs/packageInfo.js
CHANGED
package/data/ChainInfo.json
CHANGED
|
@@ -8227,9 +8227,7 @@
|
|
|
8227
8227
|
"isTestnet": false,
|
|
8228
8228
|
"chainStatus": "ACTIVE",
|
|
8229
8229
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/avail_mainnet.png",
|
|
8230
|
-
"providers": {
|
|
8231
|
-
"Avail": "wss://turing-rpc.availspace.app/"
|
|
8232
|
-
},
|
|
8230
|
+
"providers": {},
|
|
8233
8231
|
"evmInfo": null,
|
|
8234
8232
|
"substrateInfo": {
|
|
8235
8233
|
"relaySlug": null,
|
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.59-beta.
|
|
10
|
+
version: '0.2.59-beta.3'
|
|
11
11
|
};
|