@subwallet/chain-list 0.2.107-mobile.2 → 0.2.107-mobile.4
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 +96 -1
- package/cjs/data/AssetRef.json +14 -0
- package/cjs/data/ChainAsset.json +80 -0
- package/cjs/data/ChainInfo.json +2 -1
- package/cjs/detectPackage.js +1 -1
- package/cjs/packageInfo.js +2 -2
- package/data/AssetRef.json +14 -0
- package/data/ChainAsset.json +80 -0
- package/data/ChainInfo.json +2 -1
- package/detectPackage.js +1 -1
- package/package.json +1 -1
- package/packageInfo.js +2 -2
|
@@ -2262,6 +2262,20 @@
|
|
|
2262
2262
|
srcChain: "optimism",
|
|
2263
2263
|
destChain: "base_mainnet",
|
|
2264
2264
|
path: "XCM"
|
|
2265
|
+
},
|
|
2266
|
+
"energy_web_x-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
2267
|
+
srcAsset: "energy_web_x-LOCAL-USDC",
|
|
2268
|
+
destAsset: "statemint-LOCAL-USDC",
|
|
2269
|
+
srcChain: "energy_web_x",
|
|
2270
|
+
destChain: "statemint",
|
|
2271
|
+
path: "XCM"
|
|
2272
|
+
},
|
|
2273
|
+
"statemint-LOCAL-USDC___energy_web_x-LOCAL-USDC": {
|
|
2274
|
+
srcAsset: "statemint-LOCAL-USDC",
|
|
2275
|
+
destAsset: "energy_web_x-LOCAL-USDC",
|
|
2276
|
+
srcChain: "statemint",
|
|
2277
|
+
destChain: "energy_web_x",
|
|
2278
|
+
path: "XCM"
|
|
2265
2279
|
}
|
|
2266
2280
|
};
|
|
2267
2281
|
|
|
@@ -19628,6 +19642,86 @@
|
|
|
19628
19642
|
multiChainAsset: "TANSSI-TANSSI",
|
|
19629
19643
|
hasValue: true,
|
|
19630
19644
|
icon: "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-tanssi-0x553f4cb7256d8fc038e91d36cb63fa7c13b624ab.png"
|
|
19645
|
+
},
|
|
19646
|
+
"energy_web_x-LOCAL-USDC": {
|
|
19647
|
+
originChain: "energy_web_x",
|
|
19648
|
+
slug: "energy_web_x-LOCAL-USDC",
|
|
19649
|
+
name: "USD Coin",
|
|
19650
|
+
symbol: "USDC",
|
|
19651
|
+
decimals: 6,
|
|
19652
|
+
priceId: "usd-coin",
|
|
19653
|
+
minAmount: "10000",
|
|
19654
|
+
assetType: "LOCAL",
|
|
19655
|
+
metadata: {
|
|
19656
|
+
isSufficient: true,
|
|
19657
|
+
multilocation: {
|
|
19658
|
+
parents: 1,
|
|
19659
|
+
interior: {
|
|
19660
|
+
X3: [
|
|
19661
|
+
{
|
|
19662
|
+
Parachain: 1000
|
|
19663
|
+
},
|
|
19664
|
+
{
|
|
19665
|
+
PalletInstance: 50
|
|
19666
|
+
},
|
|
19667
|
+
{
|
|
19668
|
+
GeneralIndex: 1337
|
|
19669
|
+
}
|
|
19670
|
+
]
|
|
19671
|
+
}
|
|
19672
|
+
},
|
|
19673
|
+
paraSpellIdentifyV4: {
|
|
19674
|
+
location: {
|
|
19675
|
+
parents: 1,
|
|
19676
|
+
interior: {
|
|
19677
|
+
X3: [
|
|
19678
|
+
{
|
|
19679
|
+
Parachain: 1000
|
|
19680
|
+
},
|
|
19681
|
+
{
|
|
19682
|
+
PalletInstance: 50
|
|
19683
|
+
},
|
|
19684
|
+
{
|
|
19685
|
+
GeneralIndex: 1337
|
|
19686
|
+
}
|
|
19687
|
+
]
|
|
19688
|
+
}
|
|
19689
|
+
}
|
|
19690
|
+
}
|
|
19691
|
+
},
|
|
19692
|
+
multiChainAsset: "USDC-USDCoin",
|
|
19693
|
+
hasValue: true,
|
|
19694
|
+
icon: "/assets/chain-assets/energy_web_x-local-usdc.png"
|
|
19695
|
+
},
|
|
19696
|
+
"energy_web_x-LOCAL-stEWT": {
|
|
19697
|
+
originChain: "energy_web_x",
|
|
19698
|
+
slug: "energy_web_x-LOCAL-stEWT",
|
|
19699
|
+
name: "Liquid EWT",
|
|
19700
|
+
symbol: "stEWT",
|
|
19701
|
+
decimals: 18,
|
|
19702
|
+
priceId: null,
|
|
19703
|
+
minAmount: "1",
|
|
19704
|
+
assetType: "LOCAL",
|
|
19705
|
+
metadata: {
|
|
19706
|
+
isSufficient: true,
|
|
19707
|
+
multilocation: {
|
|
19708
|
+
parents: 0,
|
|
19709
|
+
interior: {
|
|
19710
|
+
X2: [
|
|
19711
|
+
{
|
|
19712
|
+
PalletInstance: 60
|
|
19713
|
+
},
|
|
19714
|
+
{
|
|
19715
|
+
GeneralIndex: 1
|
|
19716
|
+
}
|
|
19717
|
+
]
|
|
19718
|
+
}
|
|
19719
|
+
},
|
|
19720
|
+
isDisableTransfer: true
|
|
19721
|
+
},
|
|
19722
|
+
multiChainAsset: null,
|
|
19723
|
+
hasValue: true,
|
|
19724
|
+
icon: "/assets/chain-assets/energy_web_x-local-stewt.png"
|
|
19631
19725
|
}
|
|
19632
19726
|
};
|
|
19633
19727
|
|
|
@@ -26667,7 +26761,8 @@
|
|
|
26667
26761
|
chainStatus: "ACTIVE",
|
|
26668
26762
|
icon: "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x.png",
|
|
26669
26763
|
providers: {
|
|
26670
|
-
"Energy Web": "wss://public-rpc.mainnet.energywebx.com/"
|
|
26764
|
+
"Energy Web": "wss://public-rpc.mainnet.energywebx.com/",
|
|
26765
|
+
WNP: "wss://wnp-rpc.mainnet.energywebx.com/"
|
|
26671
26766
|
},
|
|
26672
26767
|
evmInfo: null,
|
|
26673
26768
|
substrateInfo: {
|
package/cjs/data/AssetRef.json
CHANGED
|
@@ -831,5 +831,19 @@
|
|
|
831
831
|
"srcChain": "optimism",
|
|
832
832
|
"destChain": "base_mainnet",
|
|
833
833
|
"path": "XCM"
|
|
834
|
+
},
|
|
835
|
+
"energy_web_x-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
836
|
+
"srcAsset": "energy_web_x-LOCAL-USDC",
|
|
837
|
+
"destAsset": "statemint-LOCAL-USDC",
|
|
838
|
+
"srcChain": "energy_web_x",
|
|
839
|
+
"destChain": "statemint",
|
|
840
|
+
"path": "XCM"
|
|
841
|
+
},
|
|
842
|
+
"statemint-LOCAL-USDC___energy_web_x-LOCAL-USDC": {
|
|
843
|
+
"srcAsset": "statemint-LOCAL-USDC",
|
|
844
|
+
"destAsset": "energy_web_x-LOCAL-USDC",
|
|
845
|
+
"srcChain": "statemint",
|
|
846
|
+
"destChain": "energy_web_x",
|
|
847
|
+
"path": "XCM"
|
|
834
848
|
}
|
|
835
849
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -17361,5 +17361,85 @@
|
|
|
17361
17361
|
"multiChainAsset": "TANSSI-TANSSI",
|
|
17362
17362
|
"hasValue": true,
|
|
17363
17363
|
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-tanssi-0x553f4cb7256d8fc038e91d36cb63fa7c13b624ab.png"
|
|
17364
|
+
},
|
|
17365
|
+
"energy_web_x-LOCAL-USDC": {
|
|
17366
|
+
"originChain": "energy_web_x",
|
|
17367
|
+
"slug": "energy_web_x-LOCAL-USDC",
|
|
17368
|
+
"name": "USD Coin",
|
|
17369
|
+
"symbol": "USDC",
|
|
17370
|
+
"decimals": 6,
|
|
17371
|
+
"priceId": "usd-coin",
|
|
17372
|
+
"minAmount": "10000",
|
|
17373
|
+
"assetType": "LOCAL",
|
|
17374
|
+
"metadata": {
|
|
17375
|
+
"isSufficient": true,
|
|
17376
|
+
"multilocation": {
|
|
17377
|
+
"parents": 1,
|
|
17378
|
+
"interior": {
|
|
17379
|
+
"X3": [
|
|
17380
|
+
{
|
|
17381
|
+
"Parachain": 1000
|
|
17382
|
+
},
|
|
17383
|
+
{
|
|
17384
|
+
"PalletInstance": 50
|
|
17385
|
+
},
|
|
17386
|
+
{
|
|
17387
|
+
"GeneralIndex": 1337
|
|
17388
|
+
}
|
|
17389
|
+
]
|
|
17390
|
+
}
|
|
17391
|
+
},
|
|
17392
|
+
"paraSpellIdentifyV4": {
|
|
17393
|
+
"location": {
|
|
17394
|
+
"parents": 1,
|
|
17395
|
+
"interior": {
|
|
17396
|
+
"X3": [
|
|
17397
|
+
{
|
|
17398
|
+
"Parachain": 1000
|
|
17399
|
+
},
|
|
17400
|
+
{
|
|
17401
|
+
"PalletInstance": 50
|
|
17402
|
+
},
|
|
17403
|
+
{
|
|
17404
|
+
"GeneralIndex": 1337
|
|
17405
|
+
}
|
|
17406
|
+
]
|
|
17407
|
+
}
|
|
17408
|
+
}
|
|
17409
|
+
}
|
|
17410
|
+
},
|
|
17411
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
17412
|
+
"hasValue": true,
|
|
17413
|
+
"icon": "/assets/chain-assets/energy_web_x-local-usdc.png"
|
|
17414
|
+
},
|
|
17415
|
+
"energy_web_x-LOCAL-stEWT": {
|
|
17416
|
+
"originChain": "energy_web_x",
|
|
17417
|
+
"slug": "energy_web_x-LOCAL-stEWT",
|
|
17418
|
+
"name": "Liquid EWT",
|
|
17419
|
+
"symbol": "stEWT",
|
|
17420
|
+
"decimals": 18,
|
|
17421
|
+
"priceId": null,
|
|
17422
|
+
"minAmount": "1",
|
|
17423
|
+
"assetType": "LOCAL",
|
|
17424
|
+
"metadata": {
|
|
17425
|
+
"isSufficient": true,
|
|
17426
|
+
"multilocation": {
|
|
17427
|
+
"parents": 0,
|
|
17428
|
+
"interior": {
|
|
17429
|
+
"X2": [
|
|
17430
|
+
{
|
|
17431
|
+
"PalletInstance": 60
|
|
17432
|
+
},
|
|
17433
|
+
{
|
|
17434
|
+
"GeneralIndex": 1
|
|
17435
|
+
}
|
|
17436
|
+
]
|
|
17437
|
+
}
|
|
17438
|
+
},
|
|
17439
|
+
"isDisableTransfer": true
|
|
17440
|
+
},
|
|
17441
|
+
"multiChainAsset": null,
|
|
17442
|
+
"hasValue": true,
|
|
17443
|
+
"icon": "/assets/chain-assets/energy_web_x-local-stewt.png"
|
|
17364
17444
|
}
|
|
17365
17445
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -6954,7 +6954,8 @@
|
|
|
6954
6954
|
"chainStatus": "ACTIVE",
|
|
6955
6955
|
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x.png",
|
|
6956
6956
|
"providers": {
|
|
6957
|
-
"Energy Web": "wss://public-rpc.mainnet.energywebx.com/"
|
|
6957
|
+
"Energy Web": "wss://public-rpc.mainnet.energywebx.com/",
|
|
6958
|
+
"WNP": "wss://wnp-rpc.mainnet.energywebx.com/"
|
|
6958
6959
|
},
|
|
6959
6960
|
"evmInfo": null,
|
|
6960
6961
|
"substrateInfo": {
|
package/cjs/detectPackage.js
CHANGED
|
@@ -4,7 +4,7 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
|
|
|
4
4
|
var _util = require("@polkadot/util");
|
|
5
5
|
var _detectOther = _interopRequireDefault(require("./detectOther"));
|
|
6
6
|
var _packageInfo = require("./packageInfo");
|
|
7
|
-
// Copyright 2017-
|
|
7
|
+
// Copyright 2017-2026 @subwallet/chain-list authors & contributors
|
|
8
8
|
// SPDX-License-Identifier: Apache-2.0
|
|
9
9
|
|
|
10
10
|
// Do not edit, auto-generated by @polkadot/dev
|
package/cjs/packageInfo.js
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.packageInfo = void 0;
|
|
7
|
-
// Copyright 2017-
|
|
7
|
+
// Copyright 2017-2026 @subwallet/chain-list authors & contributors
|
|
8
8
|
// SPDX-License-Identifier: Apache-2.0
|
|
9
9
|
|
|
10
10
|
// Do not edit, auto-generated by @polkadot/dev
|
|
@@ -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.107-mobile.
|
|
16
|
+
version: '0.2.107-mobile.4'
|
|
17
17
|
};
|
|
18
18
|
exports.packageInfo = packageInfo;
|
package/data/AssetRef.json
CHANGED
|
@@ -831,5 +831,19 @@
|
|
|
831
831
|
"srcChain": "optimism",
|
|
832
832
|
"destChain": "base_mainnet",
|
|
833
833
|
"path": "XCM"
|
|
834
|
+
},
|
|
835
|
+
"energy_web_x-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
836
|
+
"srcAsset": "energy_web_x-LOCAL-USDC",
|
|
837
|
+
"destAsset": "statemint-LOCAL-USDC",
|
|
838
|
+
"srcChain": "energy_web_x",
|
|
839
|
+
"destChain": "statemint",
|
|
840
|
+
"path": "XCM"
|
|
841
|
+
},
|
|
842
|
+
"statemint-LOCAL-USDC___energy_web_x-LOCAL-USDC": {
|
|
843
|
+
"srcAsset": "statemint-LOCAL-USDC",
|
|
844
|
+
"destAsset": "energy_web_x-LOCAL-USDC",
|
|
845
|
+
"srcChain": "statemint",
|
|
846
|
+
"destChain": "energy_web_x",
|
|
847
|
+
"path": "XCM"
|
|
834
848
|
}
|
|
835
849
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -17361,5 +17361,85 @@
|
|
|
17361
17361
|
"multiChainAsset": "TANSSI-TANSSI",
|
|
17362
17362
|
"hasValue": true,
|
|
17363
17363
|
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/ethereum-erc20-tanssi-0x553f4cb7256d8fc038e91d36cb63fa7c13b624ab.png"
|
|
17364
|
+
},
|
|
17365
|
+
"energy_web_x-LOCAL-USDC": {
|
|
17366
|
+
"originChain": "energy_web_x",
|
|
17367
|
+
"slug": "energy_web_x-LOCAL-USDC",
|
|
17368
|
+
"name": "USD Coin",
|
|
17369
|
+
"symbol": "USDC",
|
|
17370
|
+
"decimals": 6,
|
|
17371
|
+
"priceId": "usd-coin",
|
|
17372
|
+
"minAmount": "10000",
|
|
17373
|
+
"assetType": "LOCAL",
|
|
17374
|
+
"metadata": {
|
|
17375
|
+
"isSufficient": true,
|
|
17376
|
+
"multilocation": {
|
|
17377
|
+
"parents": 1,
|
|
17378
|
+
"interior": {
|
|
17379
|
+
"X3": [
|
|
17380
|
+
{
|
|
17381
|
+
"Parachain": 1000
|
|
17382
|
+
},
|
|
17383
|
+
{
|
|
17384
|
+
"PalletInstance": 50
|
|
17385
|
+
},
|
|
17386
|
+
{
|
|
17387
|
+
"GeneralIndex": 1337
|
|
17388
|
+
}
|
|
17389
|
+
]
|
|
17390
|
+
}
|
|
17391
|
+
},
|
|
17392
|
+
"paraSpellIdentifyV4": {
|
|
17393
|
+
"location": {
|
|
17394
|
+
"parents": 1,
|
|
17395
|
+
"interior": {
|
|
17396
|
+
"X3": [
|
|
17397
|
+
{
|
|
17398
|
+
"Parachain": 1000
|
|
17399
|
+
},
|
|
17400
|
+
{
|
|
17401
|
+
"PalletInstance": 50
|
|
17402
|
+
},
|
|
17403
|
+
{
|
|
17404
|
+
"GeneralIndex": 1337
|
|
17405
|
+
}
|
|
17406
|
+
]
|
|
17407
|
+
}
|
|
17408
|
+
}
|
|
17409
|
+
}
|
|
17410
|
+
},
|
|
17411
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
17412
|
+
"hasValue": true,
|
|
17413
|
+
"icon": "/assets/chain-assets/energy_web_x-local-usdc.png"
|
|
17414
|
+
},
|
|
17415
|
+
"energy_web_x-LOCAL-stEWT": {
|
|
17416
|
+
"originChain": "energy_web_x",
|
|
17417
|
+
"slug": "energy_web_x-LOCAL-stEWT",
|
|
17418
|
+
"name": "Liquid EWT",
|
|
17419
|
+
"symbol": "stEWT",
|
|
17420
|
+
"decimals": 18,
|
|
17421
|
+
"priceId": null,
|
|
17422
|
+
"minAmount": "1",
|
|
17423
|
+
"assetType": "LOCAL",
|
|
17424
|
+
"metadata": {
|
|
17425
|
+
"isSufficient": true,
|
|
17426
|
+
"multilocation": {
|
|
17427
|
+
"parents": 0,
|
|
17428
|
+
"interior": {
|
|
17429
|
+
"X2": [
|
|
17430
|
+
{
|
|
17431
|
+
"PalletInstance": 60
|
|
17432
|
+
},
|
|
17433
|
+
{
|
|
17434
|
+
"GeneralIndex": 1
|
|
17435
|
+
}
|
|
17436
|
+
]
|
|
17437
|
+
}
|
|
17438
|
+
},
|
|
17439
|
+
"isDisableTransfer": true
|
|
17440
|
+
},
|
|
17441
|
+
"multiChainAsset": null,
|
|
17442
|
+
"hasValue": true,
|
|
17443
|
+
"icon": "/assets/chain-assets/energy_web_x-local-stewt.png"
|
|
17364
17444
|
}
|
|
17365
17445
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -6954,7 +6954,8 @@
|
|
|
6954
6954
|
"chainStatus": "ACTIVE",
|
|
6955
6955
|
"icon": "https://chain-list-assets.subwallet.app/assets/chains/energy_web_x.png",
|
|
6956
6956
|
"providers": {
|
|
6957
|
-
"Energy Web": "wss://public-rpc.mainnet.energywebx.com/"
|
|
6957
|
+
"Energy Web": "wss://public-rpc.mainnet.energywebx.com/",
|
|
6958
|
+
"WNP": "wss://wnp-rpc.mainnet.energywebx.com/"
|
|
6958
6959
|
},
|
|
6959
6960
|
"evmInfo": null,
|
|
6960
6961
|
"substrateInfo": {
|
package/detectPackage.js
CHANGED
package/package.json
CHANGED
package/packageInfo.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright 2017-
|
|
1
|
+
// Copyright 2017-2026 @subwallet/chain-list authors & contributors
|
|
2
2
|
// SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
|
|
4
4
|
// Do not edit, auto-generated by @polkadot/dev
|
|
@@ -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.107-mobile.
|
|
10
|
+
version: '0.2.107-mobile.4'
|
|
11
11
|
};
|