@subwallet/chain-list 0.2.47-beta.0 → 0.2.47-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 +35 -21
- package/cjs/data/AssetLogoMap.json +3 -3
- package/cjs/data/AssetRef.json +20 -6
- package/cjs/data/ChainAsset.json +9 -9
- package/cjs/data/ChainInfo.json +6 -6
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +3 -3
- package/data/AssetRef.json +20 -6
- package/data/ChainAsset.json +9 -9
- package/data/ChainInfo.json +6 -6
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"arbitrum_one-erc20-arb-0x912ce59144191c1204e64559fe8253a0e49e6548": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/arbitrum_one-erc20-arb-0x912ce59144191c1204e64559fe8253a0e49e6548.png",
|
|
24
24
|
"optimism-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-native-eth.png",
|
|
25
25
|
"optimism-erc20-op-0x4200000000000000000000000000000000000042": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-erc20-op-0x4200000000000000000000000000000000000042.png",
|
|
26
|
-
"tomochain-native-
|
|
26
|
+
"tomochain-native-vic": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tomochain-native-vic.png",
|
|
27
27
|
"acala-local-dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-dot.png",
|
|
28
28
|
"acala-local-glmr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-glmr.png",
|
|
29
29
|
"acala-local-usdt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-usdt.png",
|
|
@@ -507,7 +507,7 @@
|
|
|
507
507
|
"creditcointestevm-native-ctc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/creditcointestevm-native-ctc.png",
|
|
508
508
|
"astarzkevm-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/astarzkevm-native-eth.png",
|
|
509
509
|
"sepolia_ethereum-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-native-eth.png",
|
|
510
|
-
"sepolia_ethereum-
|
|
510
|
+
"sepolia_ethereum-erc20-usdc-0x1c7d4b196cb0c7b01d743fbc6116a902379c7238": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-usdc-0x1c7d4b196cb0c7b01d743fbc6116a902379c7238.png",
|
|
511
511
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
512
512
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
513
513
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -1038,18 +1038,18 @@
|
|
|
1038
1038
|
destChain: "manta_network",
|
|
1039
1039
|
path: "XCM"
|
|
1040
1040
|
},
|
|
1041
|
-
"chainflip_dot-NATIVE-
|
|
1041
|
+
"chainflip_dot-NATIVE-pDOT___sepolia_ethereum-NATIVE-ETH": {
|
|
1042
1042
|
srcAsset: "chainflip_dot-NATIVE-pDOT",
|
|
1043
|
-
destAsset: "
|
|
1043
|
+
destAsset: "sepolia_ethereum-NATIVE-ETH",
|
|
1044
1044
|
srcChain: "chainflip_dot",
|
|
1045
|
-
destChain: "
|
|
1045
|
+
destChain: "sepolia_ethereum",
|
|
1046
1046
|
path: "SWAP"
|
|
1047
1047
|
},
|
|
1048
|
-
"chainflip_dot-NATIVE-
|
|
1048
|
+
"chainflip_dot-NATIVE-pDOT___sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238": {
|
|
1049
1049
|
srcAsset: "chainflip_dot-NATIVE-pDOT",
|
|
1050
|
-
destAsset: "
|
|
1050
|
+
destAsset: "sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
|
|
1051
1051
|
srcChain: "chainflip_dot",
|
|
1052
|
-
destChain: "
|
|
1052
|
+
destChain: "sepolia_ethereum",
|
|
1053
1053
|
path: "SWAP"
|
|
1054
1054
|
},
|
|
1055
1055
|
"ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F___chainflip_dot-NATIVE-pDOT": {
|
|
@@ -1065,6 +1065,20 @@
|
|
|
1065
1065
|
srcChain: "ethereum_goerli",
|
|
1066
1066
|
destChain: "ethereum_goerli",
|
|
1067
1067
|
path: "SWAP"
|
|
1068
|
+
},
|
|
1069
|
+
"sepolia_ethereum-NATIVE-ETH___chainflip_dot-NATIVE-pDOT": {
|
|
1070
|
+
srcAsset: "sepolia_ethereum-NATIVE-ETH",
|
|
1071
|
+
destAsset: "chainflip_dot-NATIVE-pDOT",
|
|
1072
|
+
srcChain: "sepolia_ethereum",
|
|
1073
|
+
destChain: "chainflip_dot",
|
|
1074
|
+
path: "SWAP"
|
|
1075
|
+
},
|
|
1076
|
+
"sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238___chainflip_dot-NATIVE-pDOT": {
|
|
1077
|
+
srcAsset: "sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
|
|
1078
|
+
destAsset: "chainflip_dot-NATIVE-pDOT",
|
|
1079
|
+
srcChain: "sepolia_ethereum",
|
|
1080
|
+
destChain: "chainflip_dot",
|
|
1081
|
+
path: "SWAP"
|
|
1068
1082
|
}
|
|
1069
1083
|
};
|
|
1070
1084
|
|
|
@@ -1310,11 +1324,11 @@
|
|
|
1310
1324
|
hasValue: true,
|
|
1311
1325
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-erc20-op-0x4200000000000000000000000000000000000042.png"
|
|
1312
1326
|
},
|
|
1313
|
-
"tomochain-NATIVE-
|
|
1327
|
+
"tomochain-NATIVE-VIC": {
|
|
1314
1328
|
originChain: "tomochain",
|
|
1315
|
-
slug: "tomochain-NATIVE-
|
|
1316
|
-
name: "
|
|
1317
|
-
symbol: "
|
|
1329
|
+
slug: "tomochain-NATIVE-VIC",
|
|
1330
|
+
name: "Viction",
|
|
1331
|
+
symbol: "VIC",
|
|
1318
1332
|
decimals: 18,
|
|
1319
1333
|
priceId: "tomochain",
|
|
1320
1334
|
minAmount: "0",
|
|
@@ -1322,7 +1336,7 @@
|
|
|
1322
1336
|
metadata: null,
|
|
1323
1337
|
multiChainAsset: null,
|
|
1324
1338
|
hasValue: true,
|
|
1325
|
-
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tomochain-native-
|
|
1339
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tomochain-native-vic.png"
|
|
1326
1340
|
},
|
|
1327
1341
|
"acala-LOCAL-DOT": {
|
|
1328
1342
|
originChain: "acala",
|
|
@@ -9087,9 +9101,9 @@
|
|
|
9087
9101
|
hasValue: false,
|
|
9088
9102
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-native-eth.png"
|
|
9089
9103
|
},
|
|
9090
|
-
"sepolia_ethereum-
|
|
9104
|
+
"sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238": {
|
|
9091
9105
|
originChain: "sepolia_ethereum",
|
|
9092
|
-
slug: "sepolia_ethereum-
|
|
9106
|
+
slug: "sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
|
|
9093
9107
|
name: "USDC Sepolia",
|
|
9094
9108
|
symbol: "USDC",
|
|
9095
9109
|
decimals: 18,
|
|
@@ -9101,7 +9115,7 @@
|
|
|
9101
9115
|
},
|
|
9102
9116
|
multiChainAsset: null,
|
|
9103
9117
|
hasValue: false,
|
|
9104
|
-
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-
|
|
9118
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-usdc-0x1c7d4b196cb0c7b01d743fbc6116a902379c7238.png"
|
|
9105
9119
|
}
|
|
9106
9120
|
};
|
|
9107
9121
|
|
|
@@ -9640,7 +9654,7 @@
|
|
|
9640
9654
|
};
|
|
9641
9655
|
var tomochain$1 = {
|
|
9642
9656
|
slug: "tomochain",
|
|
9643
|
-
name: "
|
|
9657
|
+
name: "Viction",
|
|
9644
9658
|
isTestnet: false,
|
|
9645
9659
|
chainStatus: "ACTIVE",
|
|
9646
9660
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tomochain.png",
|
|
@@ -9651,13 +9665,13 @@
|
|
|
9651
9665
|
evmChainId: 88,
|
|
9652
9666
|
blockExplorer: "https://tomoscan.io",
|
|
9653
9667
|
existentialDeposit: "0",
|
|
9654
|
-
symbol: "
|
|
9668
|
+
symbol: "VIC",
|
|
9655
9669
|
decimals: 18,
|
|
9656
9670
|
supportSmartContract: [
|
|
9657
9671
|
"ERC20",
|
|
9658
9672
|
"ERC721"
|
|
9659
9673
|
],
|
|
9660
|
-
abiExplorer: "https://tomoscan.
|
|
9674
|
+
abiExplorer: "https://tomoscan.io"
|
|
9661
9675
|
},
|
|
9662
9676
|
substrateInfo: null,
|
|
9663
9677
|
extraInfo: null
|
|
@@ -12972,7 +12986,7 @@
|
|
|
12972
12986
|
};
|
|
12973
12987
|
var origintrail$1 = {
|
|
12974
12988
|
slug: "origintrail",
|
|
12975
|
-
name: "
|
|
12989
|
+
name: "NeuroWeb Mainnet",
|
|
12976
12990
|
isTestnet: false,
|
|
12977
12991
|
chainStatus: "ACTIVE",
|
|
12978
12992
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/origintrail.png",
|
|
@@ -16143,7 +16157,7 @@
|
|
|
16143
16157
|
symbol: "PLMC",
|
|
16144
16158
|
decimals: 10,
|
|
16145
16159
|
hasNativeNft: false,
|
|
16146
|
-
supportStaking:
|
|
16160
|
+
supportStaking: true,
|
|
16147
16161
|
supportSmartContract: null,
|
|
16148
16162
|
crowdloanParaId: null,
|
|
16149
16163
|
crowdloanFunds: [
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"arbitrum_one-erc20-arb-0x912ce59144191c1204e64559fe8253a0e49e6548": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/arbitrum_one-erc20-arb-0x912ce59144191c1204e64559fe8253a0e49e6548.png",
|
|
16
16
|
"optimism-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-native-eth.png",
|
|
17
17
|
"optimism-erc20-op-0x4200000000000000000000000000000000000042": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-erc20-op-0x4200000000000000000000000000000000000042.png",
|
|
18
|
-
"tomochain-native-
|
|
18
|
+
"tomochain-native-vic": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tomochain-native-vic.png",
|
|
19
19
|
"acala-local-dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-dot.png",
|
|
20
20
|
"acala-local-glmr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-glmr.png",
|
|
21
21
|
"acala-local-usdt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-usdt.png",
|
|
@@ -499,7 +499,7 @@
|
|
|
499
499
|
"creditcointestevm-native-ctc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/creditcointestevm-native-ctc.png",
|
|
500
500
|
"astarzkevm-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/astarzkevm-native-eth.png",
|
|
501
501
|
"sepolia_ethereum-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-native-eth.png",
|
|
502
|
-
"sepolia_ethereum-
|
|
502
|
+
"sepolia_ethereum-erc20-usdc-0x1c7d4b196cb0c7b01d743fbc6116a902379c7238": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-usdc-0x1c7d4b196cb0c7b01d743fbc6116a902379c7238.png",
|
|
503
503
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
504
504
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
505
505
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -551,4 +551,4 @@
|
|
|
551
551
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
552
552
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
553
553
|
"custom-custom-substrate-gosspectral-native-gost": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png"
|
|
554
|
-
}
|
|
554
|
+
}
|
package/cjs/data/AssetRef.json
CHANGED
|
@@ -475,18 +475,18 @@
|
|
|
475
475
|
"destChain": "manta_network",
|
|
476
476
|
"path": "XCM"
|
|
477
477
|
},
|
|
478
|
-
"chainflip_dot-NATIVE-
|
|
478
|
+
"chainflip_dot-NATIVE-pDOT___sepolia_ethereum-NATIVE-ETH": {
|
|
479
479
|
"srcAsset": "chainflip_dot-NATIVE-pDOT",
|
|
480
|
-
"destAsset": "
|
|
480
|
+
"destAsset": "sepolia_ethereum-NATIVE-ETH",
|
|
481
481
|
"srcChain": "chainflip_dot",
|
|
482
|
-
"destChain": "
|
|
482
|
+
"destChain": "sepolia_ethereum",
|
|
483
483
|
"path": "SWAP"
|
|
484
484
|
},
|
|
485
|
-
"chainflip_dot-NATIVE-
|
|
485
|
+
"chainflip_dot-NATIVE-pDOT___sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238": {
|
|
486
486
|
"srcAsset": "chainflip_dot-NATIVE-pDOT",
|
|
487
|
-
"destAsset": "
|
|
487
|
+
"destAsset": "sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
|
|
488
488
|
"srcChain": "chainflip_dot",
|
|
489
|
-
"destChain": "
|
|
489
|
+
"destChain": "sepolia_ethereum",
|
|
490
490
|
"path": "SWAP"
|
|
491
491
|
},
|
|
492
492
|
"ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F___chainflip_dot-NATIVE-pDOT": {
|
|
@@ -502,5 +502,19 @@
|
|
|
502
502
|
"srcChain": "ethereum_goerli",
|
|
503
503
|
"destChain": "ethereum_goerli",
|
|
504
504
|
"path": "SWAP"
|
|
505
|
+
},
|
|
506
|
+
"sepolia_ethereum-NATIVE-ETH___chainflip_dot-NATIVE-pDOT": {
|
|
507
|
+
"srcAsset": "sepolia_ethereum-NATIVE-ETH",
|
|
508
|
+
"destAsset": "chainflip_dot-NATIVE-pDOT",
|
|
509
|
+
"srcChain": "sepolia_ethereum",
|
|
510
|
+
"destChain": "chainflip_dot",
|
|
511
|
+
"path": "SWAP"
|
|
512
|
+
},
|
|
513
|
+
"sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238___chainflip_dot-NATIVE-pDOT": {
|
|
514
|
+
"srcAsset": "sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
|
|
515
|
+
"destAsset": "chainflip_dot-NATIVE-pDOT",
|
|
516
|
+
"srcChain": "sepolia_ethereum",
|
|
517
|
+
"destChain": "chainflip_dot",
|
|
518
|
+
"path": "SWAP"
|
|
505
519
|
}
|
|
506
520
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -240,11 +240,11 @@
|
|
|
240
240
|
"hasValue": true,
|
|
241
241
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-erc20-op-0x4200000000000000000000000000000000000042.png"
|
|
242
242
|
},
|
|
243
|
-
"tomochain-NATIVE-
|
|
243
|
+
"tomochain-NATIVE-VIC": {
|
|
244
244
|
"originChain": "tomochain",
|
|
245
|
-
"slug": "tomochain-NATIVE-
|
|
246
|
-
"name": "
|
|
247
|
-
"symbol": "
|
|
245
|
+
"slug": "tomochain-NATIVE-VIC",
|
|
246
|
+
"name": "Viction",
|
|
247
|
+
"symbol": "VIC",
|
|
248
248
|
"decimals": 18,
|
|
249
249
|
"priceId": "tomochain",
|
|
250
250
|
"minAmount": "0",
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"metadata": null,
|
|
253
253
|
"multiChainAsset": null,
|
|
254
254
|
"hasValue": true,
|
|
255
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tomochain-native-
|
|
255
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tomochain-native-vic.png"
|
|
256
256
|
},
|
|
257
257
|
"acala-LOCAL-DOT": {
|
|
258
258
|
"originChain": "acala",
|
|
@@ -8017,9 +8017,9 @@
|
|
|
8017
8017
|
"hasValue": false,
|
|
8018
8018
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-native-eth.png"
|
|
8019
8019
|
},
|
|
8020
|
-
"sepolia_ethereum-
|
|
8020
|
+
"sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238": {
|
|
8021
8021
|
"originChain": "sepolia_ethereum",
|
|
8022
|
-
"slug": "sepolia_ethereum-
|
|
8022
|
+
"slug": "sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
|
|
8023
8023
|
"name": "USDC Sepolia",
|
|
8024
8024
|
"symbol": "USDC",
|
|
8025
8025
|
"decimals": 18,
|
|
@@ -8031,6 +8031,6 @@
|
|
|
8031
8031
|
},
|
|
8032
8032
|
"multiChainAsset": null,
|
|
8033
8033
|
"hasValue": false,
|
|
8034
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-
|
|
8034
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-usdc-0x1c7d4b196cb0c7b01d743fbc6116a902379c7238.png"
|
|
8035
8035
|
}
|
|
8036
|
-
}
|
|
8036
|
+
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -530,7 +530,7 @@
|
|
|
530
530
|
},
|
|
531
531
|
"tomochain": {
|
|
532
532
|
"slug": "tomochain",
|
|
533
|
-
"name": "
|
|
533
|
+
"name": "Viction",
|
|
534
534
|
"isTestnet": false,
|
|
535
535
|
"chainStatus": "ACTIVE",
|
|
536
536
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tomochain.png",
|
|
@@ -541,13 +541,13 @@
|
|
|
541
541
|
"evmChainId": 88,
|
|
542
542
|
"blockExplorer": "https://tomoscan.io",
|
|
543
543
|
"existentialDeposit": "0",
|
|
544
|
-
"symbol": "
|
|
544
|
+
"symbol": "VIC",
|
|
545
545
|
"decimals": 18,
|
|
546
546
|
"supportSmartContract": [
|
|
547
547
|
"ERC20",
|
|
548
548
|
"ERC721"
|
|
549
549
|
],
|
|
550
|
-
"abiExplorer": "https://tomoscan.
|
|
550
|
+
"abiExplorer": "https://tomoscan.io"
|
|
551
551
|
},
|
|
552
552
|
"substrateInfo": null,
|
|
553
553
|
"extraInfo": null
|
|
@@ -3819,7 +3819,7 @@
|
|
|
3819
3819
|
},
|
|
3820
3820
|
"origintrail": {
|
|
3821
3821
|
"slug": "origintrail",
|
|
3822
|
-
"name": "
|
|
3822
|
+
"name": "NeuroWeb Mainnet",
|
|
3823
3823
|
"isTestnet": false,
|
|
3824
3824
|
"chainStatus": "ACTIVE",
|
|
3825
3825
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/origintrail.png",
|
|
@@ -6928,7 +6928,7 @@
|
|
|
6928
6928
|
"symbol": "PLMC",
|
|
6929
6929
|
"decimals": 10,
|
|
6930
6930
|
"hasNativeNft": false,
|
|
6931
|
-
"supportStaking":
|
|
6931
|
+
"supportStaking": true,
|
|
6932
6932
|
"supportSmartContract": null,
|
|
6933
6933
|
"crowdloanParaId": null,
|
|
6934
6934
|
"crowdloanFunds": [
|
|
@@ -7736,4 +7736,4 @@
|
|
|
7736
7736
|
"substrateInfo": null,
|
|
7737
7737
|
"extraInfo": null
|
|
7738
7738
|
}
|
|
7739
|
-
}
|
|
7739
|
+
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"arbitrum_one-erc20-arb-0x912ce59144191c1204e64559fe8253a0e49e6548": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/arbitrum_one-erc20-arb-0x912ce59144191c1204e64559fe8253a0e49e6548.png",
|
|
16
16
|
"optimism-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-native-eth.png",
|
|
17
17
|
"optimism-erc20-op-0x4200000000000000000000000000000000000042": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-erc20-op-0x4200000000000000000000000000000000000042.png",
|
|
18
|
-
"tomochain-native-
|
|
18
|
+
"tomochain-native-vic": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tomochain-native-vic.png",
|
|
19
19
|
"acala-local-dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-dot.png",
|
|
20
20
|
"acala-local-glmr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-glmr.png",
|
|
21
21
|
"acala-local-usdt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-usdt.png",
|
|
@@ -499,7 +499,7 @@
|
|
|
499
499
|
"creditcointestevm-native-ctc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/creditcointestevm-native-ctc.png",
|
|
500
500
|
"astarzkevm-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/astarzkevm-native-eth.png",
|
|
501
501
|
"sepolia_ethereum-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-native-eth.png",
|
|
502
|
-
"sepolia_ethereum-
|
|
502
|
+
"sepolia_ethereum-erc20-usdc-0x1c7d4b196cb0c7b01d743fbc6116a902379c7238": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-usdc-0x1c7d4b196cb0c7b01d743fbc6116a902379c7238.png",
|
|
503
503
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
504
504
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
505
505
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -551,4 +551,4 @@
|
|
|
551
551
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
552
552
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
553
553
|
"custom-custom-substrate-gosspectral-native-gost": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png"
|
|
554
|
-
}
|
|
554
|
+
}
|
package/data/AssetRef.json
CHANGED
|
@@ -475,18 +475,18 @@
|
|
|
475
475
|
"destChain": "manta_network",
|
|
476
476
|
"path": "XCM"
|
|
477
477
|
},
|
|
478
|
-
"chainflip_dot-NATIVE-
|
|
478
|
+
"chainflip_dot-NATIVE-pDOT___sepolia_ethereum-NATIVE-ETH": {
|
|
479
479
|
"srcAsset": "chainflip_dot-NATIVE-pDOT",
|
|
480
|
-
"destAsset": "
|
|
480
|
+
"destAsset": "sepolia_ethereum-NATIVE-ETH",
|
|
481
481
|
"srcChain": "chainflip_dot",
|
|
482
|
-
"destChain": "
|
|
482
|
+
"destChain": "sepolia_ethereum",
|
|
483
483
|
"path": "SWAP"
|
|
484
484
|
},
|
|
485
|
-
"chainflip_dot-NATIVE-
|
|
485
|
+
"chainflip_dot-NATIVE-pDOT___sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238": {
|
|
486
486
|
"srcAsset": "chainflip_dot-NATIVE-pDOT",
|
|
487
|
-
"destAsset": "
|
|
487
|
+
"destAsset": "sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
|
|
488
488
|
"srcChain": "chainflip_dot",
|
|
489
|
-
"destChain": "
|
|
489
|
+
"destChain": "sepolia_ethereum",
|
|
490
490
|
"path": "SWAP"
|
|
491
491
|
},
|
|
492
492
|
"ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F___chainflip_dot-NATIVE-pDOT": {
|
|
@@ -502,5 +502,19 @@
|
|
|
502
502
|
"srcChain": "ethereum_goerli",
|
|
503
503
|
"destChain": "ethereum_goerli",
|
|
504
504
|
"path": "SWAP"
|
|
505
|
+
},
|
|
506
|
+
"sepolia_ethereum-NATIVE-ETH___chainflip_dot-NATIVE-pDOT": {
|
|
507
|
+
"srcAsset": "sepolia_ethereum-NATIVE-ETH",
|
|
508
|
+
"destAsset": "chainflip_dot-NATIVE-pDOT",
|
|
509
|
+
"srcChain": "sepolia_ethereum",
|
|
510
|
+
"destChain": "chainflip_dot",
|
|
511
|
+
"path": "SWAP"
|
|
512
|
+
},
|
|
513
|
+
"sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238___chainflip_dot-NATIVE-pDOT": {
|
|
514
|
+
"srcAsset": "sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
|
|
515
|
+
"destAsset": "chainflip_dot-NATIVE-pDOT",
|
|
516
|
+
"srcChain": "sepolia_ethereum",
|
|
517
|
+
"destChain": "chainflip_dot",
|
|
518
|
+
"path": "SWAP"
|
|
505
519
|
}
|
|
506
520
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -240,11 +240,11 @@
|
|
|
240
240
|
"hasValue": true,
|
|
241
241
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-erc20-op-0x4200000000000000000000000000000000000042.png"
|
|
242
242
|
},
|
|
243
|
-
"tomochain-NATIVE-
|
|
243
|
+
"tomochain-NATIVE-VIC": {
|
|
244
244
|
"originChain": "tomochain",
|
|
245
|
-
"slug": "tomochain-NATIVE-
|
|
246
|
-
"name": "
|
|
247
|
-
"symbol": "
|
|
245
|
+
"slug": "tomochain-NATIVE-VIC",
|
|
246
|
+
"name": "Viction",
|
|
247
|
+
"symbol": "VIC",
|
|
248
248
|
"decimals": 18,
|
|
249
249
|
"priceId": "tomochain",
|
|
250
250
|
"minAmount": "0",
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"metadata": null,
|
|
253
253
|
"multiChainAsset": null,
|
|
254
254
|
"hasValue": true,
|
|
255
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tomochain-native-
|
|
255
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tomochain-native-vic.png"
|
|
256
256
|
},
|
|
257
257
|
"acala-LOCAL-DOT": {
|
|
258
258
|
"originChain": "acala",
|
|
@@ -8017,9 +8017,9 @@
|
|
|
8017
8017
|
"hasValue": false,
|
|
8018
8018
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-native-eth.png"
|
|
8019
8019
|
},
|
|
8020
|
-
"sepolia_ethereum-
|
|
8020
|
+
"sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238": {
|
|
8021
8021
|
"originChain": "sepolia_ethereum",
|
|
8022
|
-
"slug": "sepolia_ethereum-
|
|
8022
|
+
"slug": "sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
|
|
8023
8023
|
"name": "USDC Sepolia",
|
|
8024
8024
|
"symbol": "USDC",
|
|
8025
8025
|
"decimals": 18,
|
|
@@ -8031,6 +8031,6 @@
|
|
|
8031
8031
|
},
|
|
8032
8032
|
"multiChainAsset": null,
|
|
8033
8033
|
"hasValue": false,
|
|
8034
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-
|
|
8034
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-usdc-0x1c7d4b196cb0c7b01d743fbc6116a902379c7238.png"
|
|
8035
8035
|
}
|
|
8036
|
-
}
|
|
8036
|
+
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -530,7 +530,7 @@
|
|
|
530
530
|
},
|
|
531
531
|
"tomochain": {
|
|
532
532
|
"slug": "tomochain",
|
|
533
|
-
"name": "
|
|
533
|
+
"name": "Viction",
|
|
534
534
|
"isTestnet": false,
|
|
535
535
|
"chainStatus": "ACTIVE",
|
|
536
536
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tomochain.png",
|
|
@@ -541,13 +541,13 @@
|
|
|
541
541
|
"evmChainId": 88,
|
|
542
542
|
"blockExplorer": "https://tomoscan.io",
|
|
543
543
|
"existentialDeposit": "0",
|
|
544
|
-
"symbol": "
|
|
544
|
+
"symbol": "VIC",
|
|
545
545
|
"decimals": 18,
|
|
546
546
|
"supportSmartContract": [
|
|
547
547
|
"ERC20",
|
|
548
548
|
"ERC721"
|
|
549
549
|
],
|
|
550
|
-
"abiExplorer": "https://tomoscan.
|
|
550
|
+
"abiExplorer": "https://tomoscan.io"
|
|
551
551
|
},
|
|
552
552
|
"substrateInfo": null,
|
|
553
553
|
"extraInfo": null
|
|
@@ -3819,7 +3819,7 @@
|
|
|
3819
3819
|
},
|
|
3820
3820
|
"origintrail": {
|
|
3821
3821
|
"slug": "origintrail",
|
|
3822
|
-
"name": "
|
|
3822
|
+
"name": "NeuroWeb Mainnet",
|
|
3823
3823
|
"isTestnet": false,
|
|
3824
3824
|
"chainStatus": "ACTIVE",
|
|
3825
3825
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/origintrail.png",
|
|
@@ -6928,7 +6928,7 @@
|
|
|
6928
6928
|
"symbol": "PLMC",
|
|
6929
6929
|
"decimals": 10,
|
|
6930
6930
|
"hasNativeNft": false,
|
|
6931
|
-
"supportStaking":
|
|
6931
|
+
"supportStaking": true,
|
|
6932
6932
|
"supportSmartContract": null,
|
|
6933
6933
|
"crowdloanParaId": null,
|
|
6934
6934
|
"crowdloanFunds": [
|
|
@@ -7736,4 +7736,4 @@
|
|
|
7736
7736
|
"substrateInfo": null,
|
|
7737
7737
|
"extraInfo": null
|
|
7738
7738
|
}
|
|
7739
|
-
}
|
|
7739
|
+
}
|
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.47-beta.
|
|
10
|
+
version: '0.2.47-beta.2'
|
|
11
11
|
};
|