@subwallet/chain-list 0.2.75 → 0.2.76

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.
@@ -14402,8 +14402,7 @@
14402
14402
  icon: "https://chain-list-assets.subwallet.app/assets/chains/ethereum.png",
14403
14403
  providers: {
14404
14404
  PublicNode: "https://ethereum.publicnode.com",
14405
- BlastApi: "https://eth-mainnet.public.blastapi.io",
14406
- Infura: "https://mainnet.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8"
14405
+ BlastApi: "https://eth-mainnet.public.blastapi.io"
14407
14406
  },
14408
14407
  evmInfo: {
14409
14408
  evmChainId: 1,
@@ -22851,7 +22850,12 @@
22851
22850
  chainStatus: "ACTIVE",
22852
22851
  icon: "https://chain-list-assets.subwallet.app/assets/chains/avail_mainnet.png",
22853
22852
  providers: {
22854
- "Avail Fake": "wss://turing-rpc.availspace.app1/"
22853
+ Avail: "wss://zeref-api.slowops.xyz/ws",
22854
+ "SubWallet Avail": "wss://mainnet-rpc.availspace.app",
22855
+ "SubWallet Avail 2": "wss://mainnet-rpc-2.availspace.app",
22856
+ "SubWallet Avail 3": "wss://mainnet-rpc-3.availspace.app",
22857
+ "SubWallet Avail 4": "wss://mainnet-rpc-4.availspace.app",
22858
+ "SubWallet Avail 5": "wss://mainnet-rpc-5.availspace.app"
22855
22859
  },
22856
22860
  evmInfo: null,
22857
22861
  substrateInfo: {
@@ -84,8 +84,7 @@
84
84
  "icon": "https://chain-list-assets.subwallet.app/assets/chains/ethereum.png",
85
85
  "providers": {
86
86
  "PublicNode": "https://ethereum.publicnode.com",
87
- "BlastApi": "https://eth-mainnet.public.blastapi.io",
88
- "Infura": "https://mainnet.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8"
87
+ "BlastApi": "https://eth-mainnet.public.blastapi.io"
89
88
  },
90
89
  "evmInfo": {
91
90
  "evmChainId": 1,
@@ -8399,7 +8398,12 @@
8399
8398
  "chainStatus": "ACTIVE",
8400
8399
  "icon": "https://chain-list-assets.subwallet.app/assets/chains/avail_mainnet.png",
8401
8400
  "providers": {
8402
- "Avail Fake": "wss://turing-rpc.availspace.app1/"
8401
+ "Avail": "wss://zeref-api.slowops.xyz/ws",
8402
+ "SubWallet Avail": "wss://mainnet-rpc.availspace.app",
8403
+ "SubWallet Avail 2": "wss://mainnet-rpc-2.availspace.app",
8404
+ "SubWallet Avail 3": "wss://mainnet-rpc-3.availspace.app",
8405
+ "SubWallet Avail 4": "wss://mainnet-rpc-4.availspace.app",
8406
+ "SubWallet Avail 5": "wss://mainnet-rpc-5.availspace.app"
8403
8407
  },
8404
8408
  "evmInfo": null,
8405
8409
  "substrateInfo": {
@@ -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.75'
16
+ version: '0.2.76'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -84,8 +84,7 @@
84
84
  "icon": "https://chain-list-assets.subwallet.app/assets/chains/ethereum.png",
85
85
  "providers": {
86
86
  "PublicNode": "https://ethereum.publicnode.com",
87
- "BlastApi": "https://eth-mainnet.public.blastapi.io",
88
- "Infura": "https://mainnet.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8"
87
+ "BlastApi": "https://eth-mainnet.public.blastapi.io"
89
88
  },
90
89
  "evmInfo": {
91
90
  "evmChainId": 1,
@@ -8399,7 +8398,12 @@
8399
8398
  "chainStatus": "ACTIVE",
8400
8399
  "icon": "https://chain-list-assets.subwallet.app/assets/chains/avail_mainnet.png",
8401
8400
  "providers": {
8402
- "Avail Fake": "wss://turing-rpc.availspace.app1/"
8401
+ "Avail": "wss://zeref-api.slowops.xyz/ws",
8402
+ "SubWallet Avail": "wss://mainnet-rpc.availspace.app",
8403
+ "SubWallet Avail 2": "wss://mainnet-rpc-2.availspace.app",
8404
+ "SubWallet Avail 3": "wss://mainnet-rpc-3.availspace.app",
8405
+ "SubWallet Avail 4": "wss://mainnet-rpc-4.availspace.app",
8406
+ "SubWallet Avail 5": "wss://mainnet-rpc-5.availspace.app"
8403
8407
  },
8404
8408
  "evmInfo": null,
8405
8409
  "substrateInfo": {
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.75",
23
+ "version": "0.2.76",
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.75'
10
+ version: '0.2.76'
11
11
  };