@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.
- package/bundle-subwallet-chain-list.js +2 -3
- package/cjs/data/ChainInfo.json +2 -3
- package/cjs/packageInfo.js +1 -1
- package/data/ChainInfo.json +2 -3
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -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: "
|
|
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"
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -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": "
|
|
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/cjs/packageInfo.js
CHANGED
package/data/ChainInfo.json
CHANGED
|
@@ -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": "
|
|
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
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.1'
|
|
11
11
|
};
|