@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.
@@ -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",
@@ -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",
@@ -13,6 +13,6 @@ const packageInfo = {
13
13
  name: '@subwallet/chain-list',
14
14
  path: typeof __dirname === 'string' ? __dirname : 'auto',
15
15
  type: 'cjs',
16
- version: '0.2.28-beta.1'
16
+ version: '0.2.28-beta.2'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -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
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.28-beta.1",
23
+ "version": "0.2.28-beta.2",
24
24
  "main": "./cjs/index.js",
25
25
  "module": "./index.js",
26
26
  "types": "./index.d.ts",
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.1'
10
+ version: '0.2.28-beta.2'
11
11
  };