@subwallet/chain-list 0.2.84-beta.3 → 0.2.84-beta.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 +16 -6
- package/cjs/data/AssetLogoMap.json +1 -0
- package/cjs/data/ChainAsset.json +6 -6
- package/cjs/data/MultiChainAsset.json +9 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1 -0
- package/data/ChainAsset.json +6 -6
- package/data/MultiChainAsset.json +9 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -816,6 +816,7 @@
|
|
|
816
816
|
"nctr-apillon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/nctr-apillon.png",
|
|
817
817
|
"route-routeprotocol": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/route-routeprotocol.png",
|
|
818
818
|
"azero-alephzero": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/azero-alephzero.png",
|
|
819
|
+
"eth-ethereumtestnet": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereumtestnet.png",
|
|
819
820
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
820
821
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
821
822
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
@@ -4013,7 +4014,7 @@
|
|
|
4013
4014
|
minAmount: "0",
|
|
4014
4015
|
assetType: "NATIVE",
|
|
4015
4016
|
metadata: null,
|
|
4016
|
-
multiChainAsset:
|
|
4017
|
+
multiChainAsset: "ETH-EthereumTestnet",
|
|
4017
4018
|
hasValue: false,
|
|
4018
4019
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum_goerli-native-eth.png"
|
|
4019
4020
|
},
|
|
@@ -10775,7 +10776,7 @@
|
|
|
10775
10776
|
minAmount: "0",
|
|
10776
10777
|
assetType: "NATIVE",
|
|
10777
10778
|
metadata: null,
|
|
10778
|
-
multiChainAsset:
|
|
10779
|
+
multiChainAsset: "ETH-EthereumTestnet",
|
|
10779
10780
|
hasValue: false,
|
|
10780
10781
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-native-eth.png"
|
|
10781
10782
|
},
|
|
@@ -14711,7 +14712,7 @@
|
|
|
14711
14712
|
"polygonZkEvm-NATIVE-ETH": {
|
|
14712
14713
|
originChain: "polygonZkEvm",
|
|
14713
14714
|
slug: "polygonZkEvm-NATIVE-ETH",
|
|
14714
|
-
name: "
|
|
14715
|
+
name: "Ethereum",
|
|
14715
14716
|
symbol: "ETH",
|
|
14716
14717
|
decimals: 18,
|
|
14717
14718
|
priceId: "ethereum",
|
|
@@ -14753,14 +14754,14 @@
|
|
|
14753
14754
|
"soneiumMinato-NATIVE-ETH": {
|
|
14754
14755
|
originChain: "soneiumMinato",
|
|
14755
14756
|
slug: "soneiumMinato-NATIVE-ETH",
|
|
14756
|
-
name: "
|
|
14757
|
+
name: "Ethereum Testnet",
|
|
14757
14758
|
symbol: "ETH",
|
|
14758
14759
|
decimals: 18,
|
|
14759
|
-
priceId:
|
|
14760
|
+
priceId: null,
|
|
14760
14761
|
minAmount: "0",
|
|
14761
14762
|
assetType: "NATIVE",
|
|
14762
14763
|
metadata: null,
|
|
14763
|
-
multiChainAsset: "ETH-
|
|
14764
|
+
multiChainAsset: "ETH-EthereumTestnet",
|
|
14764
14765
|
hasValue: false,
|
|
14765
14766
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/soneiumminato-native-eth.png"
|
|
14766
14767
|
}
|
|
@@ -26409,6 +26410,15 @@
|
|
|
26409
26410
|
priceId: "aleph-zero",
|
|
26410
26411
|
hasValue: true,
|
|
26411
26412
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/azero-alephzero.png"
|
|
26413
|
+
},
|
|
26414
|
+
"ETH-EthereumTestnet": {
|
|
26415
|
+
slug: "ETH-EthereumTestnet",
|
|
26416
|
+
originChainAsset: null,
|
|
26417
|
+
name: "Ethereum Testnet",
|
|
26418
|
+
symbol: "ETH",
|
|
26419
|
+
priceId: null,
|
|
26420
|
+
hasValue: false,
|
|
26421
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereumtestnet.png"
|
|
26412
26422
|
}
|
|
26413
26423
|
};
|
|
26414
26424
|
|
|
@@ -808,6 +808,7 @@
|
|
|
808
808
|
"nctr-apillon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/nctr-apillon.png",
|
|
809
809
|
"route-routeprotocol": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/route-routeprotocol.png",
|
|
810
810
|
"azero-alephzero": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/azero-alephzero.png",
|
|
811
|
+
"eth-ethereumtestnet": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereumtestnet.png",
|
|
811
812
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
812
813
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
813
814
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -1327,7 +1327,7 @@
|
|
|
1327
1327
|
"minAmount": "0",
|
|
1328
1328
|
"assetType": "NATIVE",
|
|
1329
1329
|
"metadata": null,
|
|
1330
|
-
"multiChainAsset":
|
|
1330
|
+
"multiChainAsset": "ETH-EthereumTestnet",
|
|
1331
1331
|
"hasValue": false,
|
|
1332
1332
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum_goerli-native-eth.png"
|
|
1333
1333
|
},
|
|
@@ -8089,7 +8089,7 @@
|
|
|
8089
8089
|
"minAmount": "0",
|
|
8090
8090
|
"assetType": "NATIVE",
|
|
8091
8091
|
"metadata": null,
|
|
8092
|
-
"multiChainAsset":
|
|
8092
|
+
"multiChainAsset": "ETH-EthereumTestnet",
|
|
8093
8093
|
"hasValue": false,
|
|
8094
8094
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-native-eth.png"
|
|
8095
8095
|
},
|
|
@@ -12025,7 +12025,7 @@
|
|
|
12025
12025
|
"polygonZkEvm-NATIVE-ETH": {
|
|
12026
12026
|
"originChain": "polygonZkEvm",
|
|
12027
12027
|
"slug": "polygonZkEvm-NATIVE-ETH",
|
|
12028
|
-
"name": "
|
|
12028
|
+
"name": "Ethereum",
|
|
12029
12029
|
"symbol": "ETH",
|
|
12030
12030
|
"decimals": 18,
|
|
12031
12031
|
"priceId": "ethereum",
|
|
@@ -12067,14 +12067,14 @@
|
|
|
12067
12067
|
"soneiumMinato-NATIVE-ETH": {
|
|
12068
12068
|
"originChain": "soneiumMinato",
|
|
12069
12069
|
"slug": "soneiumMinato-NATIVE-ETH",
|
|
12070
|
-
"name": "
|
|
12070
|
+
"name": "Ethereum Testnet",
|
|
12071
12071
|
"symbol": "ETH",
|
|
12072
12072
|
"decimals": 18,
|
|
12073
|
-
"priceId":
|
|
12073
|
+
"priceId": null,
|
|
12074
12074
|
"minAmount": "0",
|
|
12075
12075
|
"assetType": "NATIVE",
|
|
12076
12076
|
"metadata": null,
|
|
12077
|
-
"multiChainAsset": "ETH-
|
|
12077
|
+
"multiChainAsset": "ETH-EthereumTestnet",
|
|
12078
12078
|
"hasValue": false,
|
|
12079
12079
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/soneiumminato-native-eth.png"
|
|
12080
12080
|
}
|
|
@@ -781,5 +781,14 @@
|
|
|
781
781
|
"priceId": "aleph-zero",
|
|
782
782
|
"hasValue": true,
|
|
783
783
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/azero-alephzero.png"
|
|
784
|
+
},
|
|
785
|
+
"ETH-EthereumTestnet": {
|
|
786
|
+
"slug": "ETH-EthereumTestnet",
|
|
787
|
+
"originChainAsset": null,
|
|
788
|
+
"name": "Ethereum Testnet",
|
|
789
|
+
"symbol": "ETH",
|
|
790
|
+
"priceId": null,
|
|
791
|
+
"hasValue": false,
|
|
792
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereumtestnet.png"
|
|
784
793
|
}
|
|
785
794
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -808,6 +808,7 @@
|
|
|
808
808
|
"nctr-apillon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/nctr-apillon.png",
|
|
809
809
|
"route-routeprotocol": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/route-routeprotocol.png",
|
|
810
810
|
"azero-alephzero": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/azero-alephzero.png",
|
|
811
|
+
"eth-ethereumtestnet": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereumtestnet.png",
|
|
811
812
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
812
813
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
813
814
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -1327,7 +1327,7 @@
|
|
|
1327
1327
|
"minAmount": "0",
|
|
1328
1328
|
"assetType": "NATIVE",
|
|
1329
1329
|
"metadata": null,
|
|
1330
|
-
"multiChainAsset":
|
|
1330
|
+
"multiChainAsset": "ETH-EthereumTestnet",
|
|
1331
1331
|
"hasValue": false,
|
|
1332
1332
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum_goerli-native-eth.png"
|
|
1333
1333
|
},
|
|
@@ -8089,7 +8089,7 @@
|
|
|
8089
8089
|
"minAmount": "0",
|
|
8090
8090
|
"assetType": "NATIVE",
|
|
8091
8091
|
"metadata": null,
|
|
8092
|
-
"multiChainAsset":
|
|
8092
|
+
"multiChainAsset": "ETH-EthereumTestnet",
|
|
8093
8093
|
"hasValue": false,
|
|
8094
8094
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-native-eth.png"
|
|
8095
8095
|
},
|
|
@@ -12025,7 +12025,7 @@
|
|
|
12025
12025
|
"polygonZkEvm-NATIVE-ETH": {
|
|
12026
12026
|
"originChain": "polygonZkEvm",
|
|
12027
12027
|
"slug": "polygonZkEvm-NATIVE-ETH",
|
|
12028
|
-
"name": "
|
|
12028
|
+
"name": "Ethereum",
|
|
12029
12029
|
"symbol": "ETH",
|
|
12030
12030
|
"decimals": 18,
|
|
12031
12031
|
"priceId": "ethereum",
|
|
@@ -12067,14 +12067,14 @@
|
|
|
12067
12067
|
"soneiumMinato-NATIVE-ETH": {
|
|
12068
12068
|
"originChain": "soneiumMinato",
|
|
12069
12069
|
"slug": "soneiumMinato-NATIVE-ETH",
|
|
12070
|
-
"name": "
|
|
12070
|
+
"name": "Ethereum Testnet",
|
|
12071
12071
|
"symbol": "ETH",
|
|
12072
12072
|
"decimals": 18,
|
|
12073
|
-
"priceId":
|
|
12073
|
+
"priceId": null,
|
|
12074
12074
|
"minAmount": "0",
|
|
12075
12075
|
"assetType": "NATIVE",
|
|
12076
12076
|
"metadata": null,
|
|
12077
|
-
"multiChainAsset": "ETH-
|
|
12077
|
+
"multiChainAsset": "ETH-EthereumTestnet",
|
|
12078
12078
|
"hasValue": false,
|
|
12079
12079
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/soneiumminato-native-eth.png"
|
|
12080
12080
|
}
|
|
@@ -781,5 +781,14 @@
|
|
|
781
781
|
"priceId": "aleph-zero",
|
|
782
782
|
"hasValue": true,
|
|
783
783
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/azero-alephzero.png"
|
|
784
|
+
},
|
|
785
|
+
"ETH-EthereumTestnet": {
|
|
786
|
+
"slug": "ETH-EthereumTestnet",
|
|
787
|
+
"originChainAsset": null,
|
|
788
|
+
"name": "Ethereum Testnet",
|
|
789
|
+
"symbol": "ETH",
|
|
790
|
+
"priceId": null,
|
|
791
|
+
"hasValue": false,
|
|
792
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereumtestnet.png"
|
|
784
793
|
}
|
|
785
794
|
}
|
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.84-beta.
|
|
10
|
+
version: '0.2.84-beta.4'
|
|
11
11
|
};
|