@subwallet/chain-list 0.2.28-beta.1 → 0.2.28-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 +0 -2
- package/cjs/data/ChainInfo.json +0 -2
- package/cjs/packageInfo.js +1 -1
- package/data/ChainInfo.json +0 -2
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -8168,7 +8168,6 @@
|
|
|
8168
8168
|
"Dwellir Tunisia": "wss://polkadot-rpc-tn.dwellir.com",
|
|
8169
8169
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/polkadot",
|
|
8170
8170
|
"IBP-GeoDNS2": "wss://rpc.dotters.network/polkadot",
|
|
8171
|
-
"Automata 1RPC": "wss://1rpc.io/dot",
|
|
8172
8171
|
Parity: "wss://rpc.polkadot.io",
|
|
8173
8172
|
"Light Client": "light://substrate-connect/polkadot"
|
|
8174
8173
|
},
|
|
@@ -8208,7 +8207,6 @@
|
|
|
8208
8207
|
"Dwellir Tunisia": "wss://kusama-rpc-tn.dwellir.com",
|
|
8209
8208
|
LuckyFriday: "wss://rpc-kusama.luckyfriday.io",
|
|
8210
8209
|
Stakeworld: "wss://ksm-rpc.stakeworld.io",
|
|
8211
|
-
"Automata 1RPC": "wss://1rpc.io/ksm",
|
|
8212
8210
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/kusama",
|
|
8213
8211
|
"IBP-GeoDNS2": "wss://rpc.dotters.network/kusama",
|
|
8214
8212
|
Parity: "wss://kusama-rpc.polkadot.io",
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"Dwellir Tunisia": "wss://polkadot-rpc-tn.dwellir.com",
|
|
15
15
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/polkadot",
|
|
16
16
|
"IBP-GeoDNS2": "wss://rpc.dotters.network/polkadot",
|
|
17
|
-
"Automata 1RPC": "wss://1rpc.io/dot",
|
|
18
17
|
"Parity": "wss://rpc.polkadot.io",
|
|
19
18
|
"Light Client": "light://substrate-connect/polkadot"
|
|
20
19
|
},
|
|
@@ -53,7 +52,6 @@
|
|
|
53
52
|
"Dwellir Tunisia": "wss://kusama-rpc-tn.dwellir.com",
|
|
54
53
|
"LuckyFriday": "wss://rpc-kusama.luckyfriday.io",
|
|
55
54
|
"Stakeworld": "wss://ksm-rpc.stakeworld.io",
|
|
56
|
-
"Automata 1RPC": "wss://1rpc.io/ksm",
|
|
57
55
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/kusama",
|
|
58
56
|
"IBP-GeoDNS2": "wss://rpc.dotters.network/kusama",
|
|
59
57
|
"Parity": "wss://kusama-rpc.polkadot.io",
|
package/cjs/packageInfo.js
CHANGED
package/data/ChainInfo.json
CHANGED
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"Dwellir Tunisia": "wss://polkadot-rpc-tn.dwellir.com",
|
|
15
15
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/polkadot",
|
|
16
16
|
"IBP-GeoDNS2": "wss://rpc.dotters.network/polkadot",
|
|
17
|
-
"Automata 1RPC": "wss://1rpc.io/dot",
|
|
18
17
|
"Parity": "wss://rpc.polkadot.io",
|
|
19
18
|
"Light Client": "light://substrate-connect/polkadot"
|
|
20
19
|
},
|
|
@@ -53,7 +52,6 @@
|
|
|
53
52
|
"Dwellir Tunisia": "wss://kusama-rpc-tn.dwellir.com",
|
|
54
53
|
"LuckyFriday": "wss://rpc-kusama.luckyfriday.io",
|
|
55
54
|
"Stakeworld": "wss://ksm-rpc.stakeworld.io",
|
|
56
|
-
"Automata 1RPC": "wss://1rpc.io/ksm",
|
|
57
55
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/kusama",
|
|
58
56
|
"IBP-GeoDNS2": "wss://rpc.dotters.network/kusama",
|
|
59
57
|
"Parity": "wss://kusama-rpc.polkadot.io",
|
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.28-beta.
|
|
10
|
+
version: '0.2.28-beta.2'
|
|
11
11
|
};
|