@subwallet/chain-list 0.2.123-beta.2-pr-641-7ddce2e3 → 0.2.123-beta.4-pr-641-abaf14e5
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 +35 -2
- package/cjs/data/AssetRef.json +14 -0
- package/cjs/data/ChainAsset.json +18 -0
- package/cjs/data/ChainInfo.json +3 -2
- package/cjs/packageInfo.js +1 -1
- package/data/AssetRef.json +14 -0
- package/data/ChainAsset.json +18 -0
- package/data/ChainInfo.json +3 -2
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -2134,6 +2134,13 @@
|
|
|
2134
2134
|
srcChain: "statemint",
|
|
2135
2135
|
destChain: "hydradx_main",
|
|
2136
2136
|
path: "XCM"
|
|
2137
|
+
},
|
|
2138
|
+
"statemint-LOCAL-USDC___energy_web_x-LOCAL-USDC": {
|
|
2139
|
+
srcAsset: "statemint-LOCAL-USDC",
|
|
2140
|
+
destAsset: "energy_web_x-LOCAL-USDC",
|
|
2141
|
+
srcChain: "statemint",
|
|
2142
|
+
destChain: "energy_web_x",
|
|
2143
|
+
path: "XCM"
|
|
2137
2144
|
},
|
|
2138
2145
|
"hydradx_main-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
2139
2146
|
srcAsset: "hydradx_main-LOCAL-USDC",
|
|
@@ -2547,6 +2554,13 @@
|
|
|
2547
2554
|
srcChain: "xode",
|
|
2548
2555
|
destChain: "statemint",
|
|
2549
2556
|
path: "XCM"
|
|
2557
|
+
},
|
|
2558
|
+
"energy_web_x-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
2559
|
+
srcAsset: "energy_web_x-LOCAL-USDC",
|
|
2560
|
+
destAsset: "statemint-LOCAL-USDC",
|
|
2561
|
+
srcChain: "energy_web_x",
|
|
2562
|
+
destChain: "statemint",
|
|
2563
|
+
path: "XCM"
|
|
2550
2564
|
}
|
|
2551
2565
|
};
|
|
2552
2566
|
|
|
@@ -22377,6 +22391,24 @@
|
|
|
22377
22391
|
}
|
|
22378
22392
|
]
|
|
22379
22393
|
}
|
|
22394
|
+
},
|
|
22395
|
+
paraSpellIdentifyV4: {
|
|
22396
|
+
location: {
|
|
22397
|
+
parents: 1,
|
|
22398
|
+
interior: {
|
|
22399
|
+
X3: [
|
|
22400
|
+
{
|
|
22401
|
+
Parachain: 1000
|
|
22402
|
+
},
|
|
22403
|
+
{
|
|
22404
|
+
PalletInstance: 50
|
|
22405
|
+
},
|
|
22406
|
+
{
|
|
22407
|
+
GeneralIndex: 1337
|
|
22408
|
+
}
|
|
22409
|
+
]
|
|
22410
|
+
}
|
|
22411
|
+
}
|
|
22380
22412
|
}
|
|
22381
22413
|
},
|
|
22382
22414
|
multiChainAsset: "USDC-USDCoin",
|
|
@@ -29418,7 +29450,8 @@
|
|
|
29418
29450
|
chainStatus: "ACTIVE",
|
|
29419
29451
|
icon: "/assets/chains/energy_web_x.png",
|
|
29420
29452
|
providers: {
|
|
29421
|
-
"Energy Web": "wss://public-rpc.mainnet.energywebx.com/"
|
|
29453
|
+
"Energy Web": "wss://public-rpc.mainnet.energywebx.com/",
|
|
29454
|
+
WNP: " wss://wnp-rpc.mainnet.energywebx.com/"
|
|
29422
29455
|
},
|
|
29423
29456
|
evmInfo: null,
|
|
29424
29457
|
substrateInfo: {
|
|
@@ -35684,7 +35717,7 @@
|
|
|
35684
35717
|
addressPrefix: 0,
|
|
35685
35718
|
chainType: "PARACHAIN",
|
|
35686
35719
|
crowdloanUrl: null,
|
|
35687
|
-
blockExplorer: "https://mainnet-
|
|
35720
|
+
blockExplorer: "https://mainnet-explorer.mosaicchain.io/",
|
|
35688
35721
|
existentialDeposit: "10000000000000000",
|
|
35689
35722
|
symbol: "MOS",
|
|
35690
35723
|
decimals: 18,
|
package/cjs/data/AssetRef.json
CHANGED
|
@@ -531,6 +531,13 @@
|
|
|
531
531
|
"destChain": "hydradx_main",
|
|
532
532
|
"path": "XCM"
|
|
533
533
|
},
|
|
534
|
+
"statemint-LOCAL-USDC___energy_web_x-LOCAL-USDC": {
|
|
535
|
+
"srcAsset": "statemint-LOCAL-USDC",
|
|
536
|
+
"destAsset": "energy_web_x-LOCAL-USDC",
|
|
537
|
+
"srcChain": "statemint",
|
|
538
|
+
"destChain": "energy_web_x",
|
|
539
|
+
"path": "XCM"
|
|
540
|
+
},
|
|
534
541
|
"hydradx_main-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
535
542
|
"srcAsset": "hydradx_main-LOCAL-USDC",
|
|
536
543
|
"destAsset": "statemint-LOCAL-USDC",
|
|
@@ -943,5 +950,12 @@
|
|
|
943
950
|
"srcChain": "xode",
|
|
944
951
|
"destChain": "statemint",
|
|
945
952
|
"path": "XCM"
|
|
953
|
+
},
|
|
954
|
+
"energy_web_x-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
955
|
+
"srcAsset": "energy_web_x-LOCAL-USDC",
|
|
956
|
+
"destAsset": "statemint-LOCAL-USDC",
|
|
957
|
+
"srcChain": "energy_web_x",
|
|
958
|
+
"destChain": "statemint",
|
|
959
|
+
"path": "XCM"
|
|
946
960
|
}
|
|
947
961
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -19825,6 +19825,24 @@
|
|
|
19825
19825
|
}
|
|
19826
19826
|
]
|
|
19827
19827
|
}
|
|
19828
|
+
},
|
|
19829
|
+
"paraSpellIdentifyV4": {
|
|
19830
|
+
"location": {
|
|
19831
|
+
"parents": 1,
|
|
19832
|
+
"interior": {
|
|
19833
|
+
"X3": [
|
|
19834
|
+
{
|
|
19835
|
+
"Parachain": 1000
|
|
19836
|
+
},
|
|
19837
|
+
{
|
|
19838
|
+
"PalletInstance": 50
|
|
19839
|
+
},
|
|
19840
|
+
{
|
|
19841
|
+
"GeneralIndex": 1337
|
|
19842
|
+
}
|
|
19843
|
+
]
|
|
19844
|
+
}
|
|
19845
|
+
}
|
|
19828
19846
|
}
|
|
19829
19847
|
},
|
|
19830
19848
|
"multiChainAsset": "USDC-USDCoin",
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -6908,7 +6908,8 @@
|
|
|
6908
6908
|
"chainStatus": "ACTIVE",
|
|
6909
6909
|
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x.png",
|
|
6910
6910
|
"providers": {
|
|
6911
|
-
"Energy Web": "wss://public-rpc.mainnet.energywebx.com/"
|
|
6911
|
+
"Energy Web": "wss://public-rpc.mainnet.energywebx.com/",
|
|
6912
|
+
"WNP": " wss://wnp-rpc.mainnet.energywebx.com/"
|
|
6912
6913
|
},
|
|
6913
6914
|
"evmInfo": null,
|
|
6914
6915
|
"substrateInfo": {
|
|
@@ -13098,7 +13099,7 @@
|
|
|
13098
13099
|
"addressPrefix": 0,
|
|
13099
13100
|
"chainType": "PARACHAIN",
|
|
13100
13101
|
"crowdloanUrl": null,
|
|
13101
|
-
"blockExplorer": "https://mainnet-
|
|
13102
|
+
"blockExplorer": "https://mainnet-explorer.mosaicchain.io/",
|
|
13102
13103
|
"existentialDeposit": "10000000000000000",
|
|
13103
13104
|
"symbol": "MOS",
|
|
13104
13105
|
"decimals": 18,
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetRef.json
CHANGED
|
@@ -531,6 +531,13 @@
|
|
|
531
531
|
"destChain": "hydradx_main",
|
|
532
532
|
"path": "XCM"
|
|
533
533
|
},
|
|
534
|
+
"statemint-LOCAL-USDC___energy_web_x-LOCAL-USDC": {
|
|
535
|
+
"srcAsset": "statemint-LOCAL-USDC",
|
|
536
|
+
"destAsset": "energy_web_x-LOCAL-USDC",
|
|
537
|
+
"srcChain": "statemint",
|
|
538
|
+
"destChain": "energy_web_x",
|
|
539
|
+
"path": "XCM"
|
|
540
|
+
},
|
|
534
541
|
"hydradx_main-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
535
542
|
"srcAsset": "hydradx_main-LOCAL-USDC",
|
|
536
543
|
"destAsset": "statemint-LOCAL-USDC",
|
|
@@ -943,5 +950,12 @@
|
|
|
943
950
|
"srcChain": "xode",
|
|
944
951
|
"destChain": "statemint",
|
|
945
952
|
"path": "XCM"
|
|
953
|
+
},
|
|
954
|
+
"energy_web_x-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
955
|
+
"srcAsset": "energy_web_x-LOCAL-USDC",
|
|
956
|
+
"destAsset": "statemint-LOCAL-USDC",
|
|
957
|
+
"srcChain": "energy_web_x",
|
|
958
|
+
"destChain": "statemint",
|
|
959
|
+
"path": "XCM"
|
|
946
960
|
}
|
|
947
961
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -19825,6 +19825,24 @@
|
|
|
19825
19825
|
}
|
|
19826
19826
|
]
|
|
19827
19827
|
}
|
|
19828
|
+
},
|
|
19829
|
+
"paraSpellIdentifyV4": {
|
|
19830
|
+
"location": {
|
|
19831
|
+
"parents": 1,
|
|
19832
|
+
"interior": {
|
|
19833
|
+
"X3": [
|
|
19834
|
+
{
|
|
19835
|
+
"Parachain": 1000
|
|
19836
|
+
},
|
|
19837
|
+
{
|
|
19838
|
+
"PalletInstance": 50
|
|
19839
|
+
},
|
|
19840
|
+
{
|
|
19841
|
+
"GeneralIndex": 1337
|
|
19842
|
+
}
|
|
19843
|
+
]
|
|
19844
|
+
}
|
|
19845
|
+
}
|
|
19828
19846
|
}
|
|
19829
19847
|
},
|
|
19830
19848
|
"multiChainAsset": "USDC-USDCoin",
|
package/data/ChainInfo.json
CHANGED
|
@@ -6908,7 +6908,8 @@
|
|
|
6908
6908
|
"chainStatus": "ACTIVE",
|
|
6909
6909
|
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x.png",
|
|
6910
6910
|
"providers": {
|
|
6911
|
-
"Energy Web": "wss://public-rpc.mainnet.energywebx.com/"
|
|
6911
|
+
"Energy Web": "wss://public-rpc.mainnet.energywebx.com/",
|
|
6912
|
+
"WNP": " wss://wnp-rpc.mainnet.energywebx.com/"
|
|
6912
6913
|
},
|
|
6913
6914
|
"evmInfo": null,
|
|
6914
6915
|
"substrateInfo": {
|
|
@@ -13098,7 +13099,7 @@
|
|
|
13098
13099
|
"addressPrefix": 0,
|
|
13099
13100
|
"chainType": "PARACHAIN",
|
|
13100
13101
|
"crowdloanUrl": null,
|
|
13101
|
-
"blockExplorer": "https://mainnet-
|
|
13102
|
+
"blockExplorer": "https://mainnet-explorer.mosaicchain.io/",
|
|
13102
13103
|
"existentialDeposit": "10000000000000000",
|
|
13103
13104
|
"symbol": "MOS",
|
|
13104
13105
|
"decimals": 18,
|
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.123-beta.
|
|
10
|
+
version: '0.2.123-beta.4'
|
|
11
11
|
};
|