@subwallet/chain-list 0.2.35-beta.0 → 0.2.35-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.
- package/bundle-subwallet-chain-list.js +10 -4
- package/cjs/data/ChainInfo.json +10 -4
- package/cjs/packageInfo.js +1 -1
- package/data/ChainInfo.json +10 -4
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -8558,7 +8558,8 @@
|
|
|
8558
8558
|
Dwellir: "wss://moonbeam-rpc.dwellir.com",
|
|
8559
8559
|
"1rpc": "wss://1rpc.io/glmr",
|
|
8560
8560
|
Blast: "wss://moonbeam.public.blastapi.io",
|
|
8561
|
-
OnFinality: "wss://moonbeam.api.onfinality.io/public-ws"
|
|
8561
|
+
OnFinality: "wss://moonbeam.api.onfinality.io/public-ws",
|
|
8562
|
+
UnitedBloc: "wss://moonbeam.unitedbloc.com"
|
|
8562
8563
|
},
|
|
8563
8564
|
evmInfo: {
|
|
8564
8565
|
evmChainId: 1284,
|
|
@@ -8807,7 +8808,8 @@
|
|
|
8807
8808
|
"Acala Foundation 2": "wss://acala-rpc-2.aca-api.network/ws",
|
|
8808
8809
|
"Acala Foundation 3": "wss://acala-rpc-3.aca-api.network/ws",
|
|
8809
8810
|
OnFinality: "wss://acala-polkadot.api.onfinality.io/public-ws",
|
|
8810
|
-
Dwellir: "wss://acala-rpc.dwellir.com"
|
|
8811
|
+
Dwellir: "wss://acala-rpc.dwellir.com",
|
|
8812
|
+
LuckyFriday: "wss://rpc-acala.luckyfriday.io"
|
|
8811
8813
|
},
|
|
8812
8814
|
evmInfo: null,
|
|
8813
8815
|
substrateInfo: {
|
|
@@ -9570,7 +9572,9 @@
|
|
|
9570
9572
|
chainStatus: "ACTIVE",
|
|
9571
9573
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bifrost_dot.png",
|
|
9572
9574
|
providers: {
|
|
9575
|
+
Dwellir: "wss://bifrost-polkadot-rpc.dwellir.com",
|
|
9573
9576
|
Liebi: "wss://hk.p.bifrost-rpc.liebi.com/ws",
|
|
9577
|
+
LiebiEU: "wss://eu.bifrost-polkadot-rpc.liebi.com/ws",
|
|
9574
9578
|
OnFinality: "wss://bifrost-polkadot.api.onfinality.io/public-ws"
|
|
9575
9579
|
},
|
|
9576
9580
|
evmInfo: null,
|
|
@@ -10093,7 +10097,9 @@
|
|
|
10093
10097
|
chainStatus: "ACTIVE",
|
|
10094
10098
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/interlay.png",
|
|
10095
10099
|
providers: {
|
|
10096
|
-
"Kintsugi Labs": "wss://api.interlay.io/parachain"
|
|
10100
|
+
"Kintsugi Labs": "wss://api.interlay.io/parachain",
|
|
10101
|
+
Dwellir: "wss://interlay-rpc.dwellir.com",
|
|
10102
|
+
LuckyFriday: "wss://rpc-interlay.luckyfriday.io/"
|
|
10097
10103
|
},
|
|
10098
10104
|
evmInfo: null,
|
|
10099
10105
|
substrateInfo: {
|
|
@@ -10324,7 +10330,7 @@
|
|
|
10324
10330
|
symbol: "PDEX",
|
|
10325
10331
|
decimals: 12,
|
|
10326
10332
|
hasNativeNft: false,
|
|
10327
|
-
supportStaking:
|
|
10333
|
+
supportStaking: false,
|
|
10328
10334
|
supportSmartContract: null,
|
|
10329
10335
|
crowdloanParaId: null,
|
|
10330
10336
|
crowdloanFunds: [
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -143,7 +143,8 @@
|
|
|
143
143
|
"Dwellir": "wss://moonbeam-rpc.dwellir.com",
|
|
144
144
|
"1rpc": "wss://1rpc.io/glmr",
|
|
145
145
|
"Blast": "wss://moonbeam.public.blastapi.io",
|
|
146
|
-
"OnFinality": "wss://moonbeam.api.onfinality.io/public-ws"
|
|
146
|
+
"OnFinality": "wss://moonbeam.api.onfinality.io/public-ws",
|
|
147
|
+
"UnitedBloc": "wss://moonbeam.unitedbloc.com"
|
|
147
148
|
},
|
|
148
149
|
"evmInfo": {
|
|
149
150
|
"evmChainId": 1284,
|
|
@@ -390,7 +391,8 @@
|
|
|
390
391
|
"Acala Foundation 2": "wss://acala-rpc-2.aca-api.network/ws",
|
|
391
392
|
"Acala Foundation 3": "wss://acala-rpc-3.aca-api.network/ws",
|
|
392
393
|
"OnFinality": "wss://acala-polkadot.api.onfinality.io/public-ws",
|
|
393
|
-
"Dwellir": "wss://acala-rpc.dwellir.com"
|
|
394
|
+
"Dwellir": "wss://acala-rpc.dwellir.com",
|
|
395
|
+
"LuckyFriday": "wss://rpc-acala.luckyfriday.io"
|
|
394
396
|
},
|
|
395
397
|
"evmInfo": null,
|
|
396
398
|
"substrateInfo": {
|
|
@@ -1146,7 +1148,9 @@
|
|
|
1146
1148
|
"chainStatus": "ACTIVE",
|
|
1147
1149
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bifrost_dot.png",
|
|
1148
1150
|
"providers": {
|
|
1151
|
+
"Dwellir": "wss://bifrost-polkadot-rpc.dwellir.com",
|
|
1149
1152
|
"Liebi": "wss://hk.p.bifrost-rpc.liebi.com/ws",
|
|
1153
|
+
"LiebiEU": "wss://eu.bifrost-polkadot-rpc.liebi.com/ws",
|
|
1150
1154
|
"OnFinality": "wss://bifrost-polkadot.api.onfinality.io/public-ws"
|
|
1151
1155
|
},
|
|
1152
1156
|
"evmInfo": null,
|
|
@@ -1665,7 +1669,9 @@
|
|
|
1665
1669
|
"chainStatus": "ACTIVE",
|
|
1666
1670
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/interlay.png",
|
|
1667
1671
|
"providers": {
|
|
1668
|
-
"Kintsugi Labs": "wss://api.interlay.io/parachain"
|
|
1672
|
+
"Kintsugi Labs": "wss://api.interlay.io/parachain",
|
|
1673
|
+
"Dwellir": "wss://interlay-rpc.dwellir.com",
|
|
1674
|
+
"LuckyFriday": "wss://rpc-interlay.luckyfriday.io/"
|
|
1669
1675
|
},
|
|
1670
1676
|
"evmInfo": null,
|
|
1671
1677
|
"substrateInfo": {
|
|
@@ -1894,7 +1900,7 @@
|
|
|
1894
1900
|
"symbol": "PDEX",
|
|
1895
1901
|
"decimals": 12,
|
|
1896
1902
|
"hasNativeNft": false,
|
|
1897
|
-
"supportStaking":
|
|
1903
|
+
"supportStaking": false,
|
|
1898
1904
|
"supportSmartContract": null,
|
|
1899
1905
|
"crowdloanParaId": null,
|
|
1900
1906
|
"crowdloanFunds": [
|
package/cjs/packageInfo.js
CHANGED
package/data/ChainInfo.json
CHANGED
|
@@ -143,7 +143,8 @@
|
|
|
143
143
|
"Dwellir": "wss://moonbeam-rpc.dwellir.com",
|
|
144
144
|
"1rpc": "wss://1rpc.io/glmr",
|
|
145
145
|
"Blast": "wss://moonbeam.public.blastapi.io",
|
|
146
|
-
"OnFinality": "wss://moonbeam.api.onfinality.io/public-ws"
|
|
146
|
+
"OnFinality": "wss://moonbeam.api.onfinality.io/public-ws",
|
|
147
|
+
"UnitedBloc": "wss://moonbeam.unitedbloc.com"
|
|
147
148
|
},
|
|
148
149
|
"evmInfo": {
|
|
149
150
|
"evmChainId": 1284,
|
|
@@ -390,7 +391,8 @@
|
|
|
390
391
|
"Acala Foundation 2": "wss://acala-rpc-2.aca-api.network/ws",
|
|
391
392
|
"Acala Foundation 3": "wss://acala-rpc-3.aca-api.network/ws",
|
|
392
393
|
"OnFinality": "wss://acala-polkadot.api.onfinality.io/public-ws",
|
|
393
|
-
"Dwellir": "wss://acala-rpc.dwellir.com"
|
|
394
|
+
"Dwellir": "wss://acala-rpc.dwellir.com",
|
|
395
|
+
"LuckyFriday": "wss://rpc-acala.luckyfriday.io"
|
|
394
396
|
},
|
|
395
397
|
"evmInfo": null,
|
|
396
398
|
"substrateInfo": {
|
|
@@ -1146,7 +1148,9 @@
|
|
|
1146
1148
|
"chainStatus": "ACTIVE",
|
|
1147
1149
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bifrost_dot.png",
|
|
1148
1150
|
"providers": {
|
|
1151
|
+
"Dwellir": "wss://bifrost-polkadot-rpc.dwellir.com",
|
|
1149
1152
|
"Liebi": "wss://hk.p.bifrost-rpc.liebi.com/ws",
|
|
1153
|
+
"LiebiEU": "wss://eu.bifrost-polkadot-rpc.liebi.com/ws",
|
|
1150
1154
|
"OnFinality": "wss://bifrost-polkadot.api.onfinality.io/public-ws"
|
|
1151
1155
|
},
|
|
1152
1156
|
"evmInfo": null,
|
|
@@ -1665,7 +1669,9 @@
|
|
|
1665
1669
|
"chainStatus": "ACTIVE",
|
|
1666
1670
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/interlay.png",
|
|
1667
1671
|
"providers": {
|
|
1668
|
-
"Kintsugi Labs": "wss://api.interlay.io/parachain"
|
|
1672
|
+
"Kintsugi Labs": "wss://api.interlay.io/parachain",
|
|
1673
|
+
"Dwellir": "wss://interlay-rpc.dwellir.com",
|
|
1674
|
+
"LuckyFriday": "wss://rpc-interlay.luckyfriday.io/"
|
|
1669
1675
|
},
|
|
1670
1676
|
"evmInfo": null,
|
|
1671
1677
|
"substrateInfo": {
|
|
@@ -1894,7 +1900,7 @@
|
|
|
1894
1900
|
"symbol": "PDEX",
|
|
1895
1901
|
"decimals": 12,
|
|
1896
1902
|
"hasNativeNft": false,
|
|
1897
|
-
"supportStaking":
|
|
1903
|
+
"supportStaking": false,
|
|
1898
1904
|
"supportSmartContract": null,
|
|
1899
1905
|
"crowdloanParaId": null,
|
|
1900
1906
|
"crowdloanFunds": [
|
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.35-beta.
|
|
10
|
+
version: '0.2.35-beta.2'
|
|
11
11
|
};
|