@subwallet/chain-list 0.2.35-beta.1 → 0.2.35-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.
- package/bundle-subwallet-chain-list.js +38 -5
- package/cjs/data/ChainInfo.json +34 -4
- package/cjs/data/ChainLogoMap.json +1 -0
- package/cjs/packageInfo.js +1 -1
- package/data/ChainInfo.json +34 -4
- package/data/ChainLogoMap.json +1 -0
- 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: [
|
|
@@ -15703,6 +15709,30 @@
|
|
|
15703
15709
|
},
|
|
15704
15710
|
extraInfo: null
|
|
15705
15711
|
};
|
|
15712
|
+
var manta_network_evm$1 = {
|
|
15713
|
+
slug: "manta_network_evm",
|
|
15714
|
+
name: "Manta Pacific",
|
|
15715
|
+
isTestnet: false,
|
|
15716
|
+
chainStatus: "ACTIVE",
|
|
15717
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/manta_network_evm.png",
|
|
15718
|
+
providers: {
|
|
15719
|
+
"Manta Pacific": "https://pacific-rpc.manta.network/http"
|
|
15720
|
+
},
|
|
15721
|
+
evmInfo: {
|
|
15722
|
+
evmChainId: 169,
|
|
15723
|
+
blockExplorer: "https://pacific-explorer.manta.network/",
|
|
15724
|
+
existentialDeposit: null,
|
|
15725
|
+
symbol: "ETH",
|
|
15726
|
+
decimals: 18,
|
|
15727
|
+
supportSmartContract: [
|
|
15728
|
+
"ERC20",
|
|
15729
|
+
"ERC721"
|
|
15730
|
+
],
|
|
15731
|
+
abiExplorer: "https://pacific-explorer.manta.network"
|
|
15732
|
+
},
|
|
15733
|
+
substrateInfo: null,
|
|
15734
|
+
extraInfo: null
|
|
15735
|
+
};
|
|
15706
15736
|
const _ChainInfoMap = {
|
|
15707
15737
|
polkadot: polkadot$1,
|
|
15708
15738
|
kusama: kusama$1,
|
|
@@ -15940,7 +15970,8 @@
|
|
|
15940
15970
|
goldberg_testnet: goldberg_testnet$1,
|
|
15941
15971
|
energy_web_x_testnet: energy_web_x_testnet$1,
|
|
15942
15972
|
energy_web_chain: energy_web_chain$1,
|
|
15943
|
-
energy_web_x_rococo: energy_web_x_rococo$1
|
|
15973
|
+
energy_web_x_rococo: energy_web_x_rococo$1,
|
|
15974
|
+
manta_network_evm: manta_network_evm$1
|
|
15944
15975
|
};
|
|
15945
15976
|
|
|
15946
15977
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -16148,6 +16179,7 @@
|
|
|
16148
16179
|
var energy_web_x_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x_testnet.png";
|
|
16149
16180
|
var energy_web_chain = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_chain.png";
|
|
16150
16181
|
var energy_web_x_rococo = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x_rococo.png";
|
|
16182
|
+
var manta_network_evm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/manta_network_evm.png";
|
|
16151
16183
|
const _ChainLogoMap = {
|
|
16152
16184
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
16153
16185
|
polkadot: polkadot,
|
|
@@ -16356,6 +16388,7 @@
|
|
|
16356
16388
|
energy_web_x_testnet: energy_web_x_testnet,
|
|
16357
16389
|
energy_web_chain: energy_web_chain,
|
|
16358
16390
|
energy_web_x_rococo: energy_web_x_rococo,
|
|
16391
|
+
manta_network_evm: manta_network_evm,
|
|
16359
16392
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
16360
16393
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
16361
16394
|
};
|
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": [
|
|
@@ -7169,5 +7175,29 @@
|
|
|
7169
7175
|
"crowdloanFunds": []
|
|
7170
7176
|
},
|
|
7171
7177
|
"extraInfo": null
|
|
7178
|
+
},
|
|
7179
|
+
"manta_network_evm": {
|
|
7180
|
+
"slug": "manta_network_evm",
|
|
7181
|
+
"name": "Manta Pacific",
|
|
7182
|
+
"isTestnet": false,
|
|
7183
|
+
"chainStatus": "ACTIVE",
|
|
7184
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/manta_network_evm.png",
|
|
7185
|
+
"providers": {
|
|
7186
|
+
"Manta Pacific": "https://pacific-rpc.manta.network/http"
|
|
7187
|
+
},
|
|
7188
|
+
"evmInfo": {
|
|
7189
|
+
"evmChainId": 169,
|
|
7190
|
+
"blockExplorer": "https://pacific-explorer.manta.network/",
|
|
7191
|
+
"existentialDeposit": null,
|
|
7192
|
+
"symbol": "ETH",
|
|
7193
|
+
"decimals": 18,
|
|
7194
|
+
"supportSmartContract": [
|
|
7195
|
+
"ERC20",
|
|
7196
|
+
"ERC721"
|
|
7197
|
+
],
|
|
7198
|
+
"abiExplorer": "https://pacific-explorer.manta.network"
|
|
7199
|
+
},
|
|
7200
|
+
"substrateInfo": null,
|
|
7201
|
+
"extraInfo": null
|
|
7172
7202
|
}
|
|
7173
7203
|
}
|
|
@@ -206,6 +206,7 @@
|
|
|
206
206
|
"energy_web_x_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x_testnet.png",
|
|
207
207
|
"energy_web_chain": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_chain.png",
|
|
208
208
|
"energy_web_x_rococo": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x_rococo.png",
|
|
209
|
+
"manta_network_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/manta_network_evm.png",
|
|
209
210
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
210
211
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
211
212
|
}
|
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": [
|
|
@@ -7169,5 +7175,29 @@
|
|
|
7169
7175
|
"crowdloanFunds": []
|
|
7170
7176
|
},
|
|
7171
7177
|
"extraInfo": null
|
|
7178
|
+
},
|
|
7179
|
+
"manta_network_evm": {
|
|
7180
|
+
"slug": "manta_network_evm",
|
|
7181
|
+
"name": "Manta Pacific",
|
|
7182
|
+
"isTestnet": false,
|
|
7183
|
+
"chainStatus": "ACTIVE",
|
|
7184
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/manta_network_evm.png",
|
|
7185
|
+
"providers": {
|
|
7186
|
+
"Manta Pacific": "https://pacific-rpc.manta.network/http"
|
|
7187
|
+
},
|
|
7188
|
+
"evmInfo": {
|
|
7189
|
+
"evmChainId": 169,
|
|
7190
|
+
"blockExplorer": "https://pacific-explorer.manta.network/",
|
|
7191
|
+
"existentialDeposit": null,
|
|
7192
|
+
"symbol": "ETH",
|
|
7193
|
+
"decimals": 18,
|
|
7194
|
+
"supportSmartContract": [
|
|
7195
|
+
"ERC20",
|
|
7196
|
+
"ERC721"
|
|
7197
|
+
],
|
|
7198
|
+
"abiExplorer": "https://pacific-explorer.manta.network"
|
|
7199
|
+
},
|
|
7200
|
+
"substrateInfo": null,
|
|
7201
|
+
"extraInfo": null
|
|
7172
7202
|
}
|
|
7173
7203
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -206,6 +206,7 @@
|
|
|
206
206
|
"energy_web_x_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x_testnet.png",
|
|
207
207
|
"energy_web_chain": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_chain.png",
|
|
208
208
|
"energy_web_x_rococo": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x_rococo.png",
|
|
209
|
+
"manta_network_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/manta_network_evm.png",
|
|
209
210
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
210
211
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
211
212
|
}
|
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.3'
|
|
11
11
|
};
|