@subwallet/chain-list 0.2.44-beta.2 → 0.2.44-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.
@@ -9285,7 +9285,8 @@
9285
9285
  chainStatus: "ACTIVE",
9286
9286
  icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph.png",
9287
9287
  providers: {
9288
- "Aleph Zero Foundation": "wss://ws.azero.dev"
9288
+ "Aleph Zero Foundation": "wss://ws.azero.dev",
9289
+ Dwellir: "wss://aleph-zero-rpc.dwellir.com"
9289
9290
  },
9290
9291
  evmInfo: null,
9291
9292
  substrateInfo: {
@@ -16758,7 +16759,9 @@
16758
16759
  chainStatus: "ACTIVE",
16759
16760
  icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/astarzkevm.png",
16760
16761
  providers: {
16761
- Startale: "https://rpc.startale.com/astar-zkevm"
16762
+ Startale: "https://rpc.startale.com/astar-zkevm",
16763
+ Gelato: "https://rpc.astar-zkevm.gelato.digital",
16764
+ Dwellir: "https://astar-zkevm-rpc.dwellir.com"
16762
16765
  },
16763
16766
  evmInfo: {
16764
16767
  evmChainId: 3776,
@@ -238,7 +238,8 @@
238
238
  "chainStatus": "ACTIVE",
239
239
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph.png",
240
240
  "providers": {
241
- "Aleph Zero Foundation": "wss://ws.azero.dev"
241
+ "Aleph Zero Foundation": "wss://ws.azero.dev",
242
+ "Dwellir": "wss://aleph-zero-rpc.dwellir.com"
242
243
  },
243
244
  "evmInfo": null,
244
245
  "substrateInfo": {
@@ -7583,7 +7584,9 @@
7583
7584
  "chainStatus": "ACTIVE",
7584
7585
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/astarzkevm.png",
7585
7586
  "providers": {
7586
- "Startale": "https://rpc.startale.com/astar-zkevm"
7587
+ "Startale": "https://rpc.startale.com/astar-zkevm",
7588
+ "Gelato": "https://rpc.astar-zkevm.gelato.digital",
7589
+ "Dwellir": "https://astar-zkevm-rpc.dwellir.com"
7587
7590
  },
7588
7591
  "evmInfo": {
7589
7592
  "evmChainId": 3776,
@@ -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.44-beta.2'
16
+ version: '0.2.44-beta.3'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -238,7 +238,8 @@
238
238
  "chainStatus": "ACTIVE",
239
239
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph.png",
240
240
  "providers": {
241
- "Aleph Zero Foundation": "wss://ws.azero.dev"
241
+ "Aleph Zero Foundation": "wss://ws.azero.dev",
242
+ "Dwellir": "wss://aleph-zero-rpc.dwellir.com"
242
243
  },
243
244
  "evmInfo": null,
244
245
  "substrateInfo": {
@@ -7583,7 +7584,9 @@
7583
7584
  "chainStatus": "ACTIVE",
7584
7585
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/astarzkevm.png",
7585
7586
  "providers": {
7586
- "Startale": "https://rpc.startale.com/astar-zkevm"
7587
+ "Startale": "https://rpc.startale.com/astar-zkevm",
7588
+ "Gelato": "https://rpc.astar-zkevm.gelato.digital",
7589
+ "Dwellir": "https://astar-zkevm-rpc.dwellir.com"
7587
7590
  },
7588
7591
  "evmInfo": {
7589
7592
  "evmChainId": 3776,
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.44-beta.2",
23
+ "version": "0.2.44-beta.3",
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.44-beta.2'
10
+ version: '0.2.44-beta.3'
11
11
  };