@subwallet/chain-list 0.2.28-beta.0 → 0.2.28-beta.1

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.
@@ -8489,8 +8489,7 @@
8489
8489
  Astar: "https://evm.astar.network",
8490
8490
  OnFinality: "https://astar.api.onfinality.io/public",
8491
8491
  Dwellir: "https://astar-rpc.dwellir.com",
8492
- Blast: "https://astar.public.blastapi.io",
8493
- "1RPC": "https://1rpc.io/astr"
8492
+ Blast: "https://astar.public.blastapi.io"
8494
8493
  },
8495
8494
  evmInfo: {
8496
8495
  evmChainId: 592,
@@ -13640,7 +13639,7 @@
13640
13639
  slug: "swapdex",
13641
13640
  name: "Swapdex",
13642
13641
  isTestnet: false,
13643
- chainStatus: "ACTIVE",
13642
+ chainStatus: "INACTIVE",
13644
13643
  icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/swapdex.png",
13645
13644
  providers: {
13646
13645
  Swapdex: "wss://ws.swapdex.network"
@@ -332,8 +332,7 @@
332
332
  "Astar": "https://evm.astar.network",
333
333
  "OnFinality": "https://astar.api.onfinality.io/public",
334
334
  "Dwellir": "https://astar-rpc.dwellir.com",
335
- "Blast": "https://astar.public.blastapi.io",
336
- "1RPC": "https://1rpc.io/astr"
335
+ "Blast": "https://astar.public.blastapi.io"
337
336
  },
338
337
  "evmInfo": {
339
338
  "evmChainId": 592,
@@ -5397,7 +5396,7 @@
5397
5396
  "slug": "swapdex",
5398
5397
  "name": "Swapdex",
5399
5398
  "isTestnet": false,
5400
- "chainStatus": "ACTIVE",
5399
+ "chainStatus": "INACTIVE",
5401
5400
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/swapdex.png",
5402
5401
  "providers": {
5403
5402
  "Swapdex": "wss://ws.swapdex.network"
@@ -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.0'
16
+ version: '0.2.28-beta.1'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -332,8 +332,7 @@
332
332
  "Astar": "https://evm.astar.network",
333
333
  "OnFinality": "https://astar.api.onfinality.io/public",
334
334
  "Dwellir": "https://astar-rpc.dwellir.com",
335
- "Blast": "https://astar.public.blastapi.io",
336
- "1RPC": "https://1rpc.io/astr"
335
+ "Blast": "https://astar.public.blastapi.io"
337
336
  },
338
337
  "evmInfo": {
339
338
  "evmChainId": 592,
@@ -5397,7 +5396,7 @@
5397
5396
  "slug": "swapdex",
5398
5397
  "name": "Swapdex",
5399
5398
  "isTestnet": false,
5400
- "chainStatus": "ACTIVE",
5399
+ "chainStatus": "INACTIVE",
5401
5400
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/swapdex.png",
5402
5401
  "providers": {
5403
5402
  "Swapdex": "wss://ws.swapdex.network"
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.0",
23
+ "version": "0.2.28-beta.1",
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.0'
10
+ version: '0.2.28-beta.1'
11
11
  };