@subwallet/chain-list 0.2.102-beta.13 → 0.2.102-beta.14
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 +17 -0
- package/cjs/data/AssetLogoMap.json +1 -0
- package/cjs/data/ChainAsset.json +17 -1
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1 -0
- package/data/ChainAsset.json +17 -1
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -1187,6 +1187,7 @@
|
|
|
1187
1187
|
"ethereum-erc20-sdai-0x83f20f44975d03b1b09e64809b757c47f942beea": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-sdai-0x83f20f44975d03b1b09e64809b757c47f942beea.png",
|
|
1188
1188
|
"acala-local-lova": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-lova.png",
|
|
1189
1189
|
"hydradx_main-local-ksm": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-ksm.png",
|
|
1190
|
+
"ethereum-erc20-peaq-0x1eef208926667594e5136e89d0e9dd6907959197": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-peaq-0x1eef208926667594e5136e89d0e9dd6907959197.png",
|
|
1190
1191
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
1191
1192
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
1192
1193
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -39038,6 +39039,22 @@
|
|
|
39038
39039
|
multiChainAsset: "KSM-Kusama",
|
|
39039
39040
|
hasValue: true,
|
|
39040
39041
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-ksm.png"
|
|
39042
|
+
},
|
|
39043
|
+
"ethereum-ERC20-PEAQ-0x1EeF208926667594E5136e89D0e9DD6907959197": {
|
|
39044
|
+
originChain: "ethereum",
|
|
39045
|
+
slug: "ethereum-ERC20-PEAQ-0x1EeF208926667594E5136e89D0e9DD6907959197",
|
|
39046
|
+
name: "PEAQ",
|
|
39047
|
+
symbol: "PEAQ",
|
|
39048
|
+
decimals: 18,
|
|
39049
|
+
priceId: "peaq-2",
|
|
39050
|
+
minAmount: "0",
|
|
39051
|
+
assetType: "ERC20",
|
|
39052
|
+
metadata: {
|
|
39053
|
+
contractAddress: "0x1EeF208926667594E5136e89D0e9DD6907959197"
|
|
39054
|
+
},
|
|
39055
|
+
multiChainAsset: null,
|
|
39056
|
+
hasValue: true,
|
|
39057
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-peaq-0x1eef208926667594e5136e89d0e9dd6907959197.png"
|
|
39041
39058
|
}
|
|
39042
39059
|
};
|
|
39043
39060
|
|
|
@@ -848,6 +848,7 @@
|
|
|
848
848
|
"ethereum-erc20-sdai-0x83f20f44975d03b1b09e64809b757c47f942beea": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-sdai-0x83f20f44975d03b1b09e64809b757c47f942beea.png",
|
|
849
849
|
"acala-local-lova": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-lova.png",
|
|
850
850
|
"hydradx_main-local-ksm": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-ksm.png",
|
|
851
|
+
"ethereum-erc20-peaq-0x1eef208926667594e5136e89d0e9dd6907959197": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-peaq-0x1eef208926667594e5136e89d0e9dd6907959197.png",
|
|
851
852
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
852
853
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
853
854
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -14031,5 +14031,21 @@
|
|
|
14031
14031
|
"multiChainAsset": "KSM-Kusama",
|
|
14032
14032
|
"hasValue": true,
|
|
14033
14033
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-ksm.png"
|
|
14034
|
+
},
|
|
14035
|
+
"ethereum-ERC20-PEAQ-0x1EeF208926667594E5136e89D0e9DD6907959197": {
|
|
14036
|
+
"originChain": "ethereum",
|
|
14037
|
+
"slug": "ethereum-ERC20-PEAQ-0x1EeF208926667594E5136e89D0e9DD6907959197",
|
|
14038
|
+
"name": "PEAQ",
|
|
14039
|
+
"symbol": "PEAQ",
|
|
14040
|
+
"decimals": 18,
|
|
14041
|
+
"priceId": "peaq-2",
|
|
14042
|
+
"minAmount": "0",
|
|
14043
|
+
"assetType": "ERC20",
|
|
14044
|
+
"metadata": {
|
|
14045
|
+
"contractAddress": "0x1EeF208926667594E5136e89D0e9DD6907959197"
|
|
14046
|
+
},
|
|
14047
|
+
"multiChainAsset": null,
|
|
14048
|
+
"hasValue": true,
|
|
14049
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-peaq-0x1eef208926667594e5136e89d0e9dd6907959197.png"
|
|
14034
14050
|
}
|
|
14035
|
-
}
|
|
14051
|
+
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -848,6 +848,7 @@
|
|
|
848
848
|
"ethereum-erc20-sdai-0x83f20f44975d03b1b09e64809b757c47f942beea": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-sdai-0x83f20f44975d03b1b09e64809b757c47f942beea.png",
|
|
849
849
|
"acala-local-lova": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-lova.png",
|
|
850
850
|
"hydradx_main-local-ksm": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-ksm.png",
|
|
851
|
+
"ethereum-erc20-peaq-0x1eef208926667594e5136e89d0e9dd6907959197": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-peaq-0x1eef208926667594e5136e89d0e9dd6907959197.png",
|
|
851
852
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
852
853
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
853
854
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -14031,5 +14031,21 @@
|
|
|
14031
14031
|
"multiChainAsset": "KSM-Kusama",
|
|
14032
14032
|
"hasValue": true,
|
|
14033
14033
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-ksm.png"
|
|
14034
|
+
},
|
|
14035
|
+
"ethereum-ERC20-PEAQ-0x1EeF208926667594E5136e89D0e9DD6907959197": {
|
|
14036
|
+
"originChain": "ethereum",
|
|
14037
|
+
"slug": "ethereum-ERC20-PEAQ-0x1EeF208926667594E5136e89D0e9DD6907959197",
|
|
14038
|
+
"name": "PEAQ",
|
|
14039
|
+
"symbol": "PEAQ",
|
|
14040
|
+
"decimals": 18,
|
|
14041
|
+
"priceId": "peaq-2",
|
|
14042
|
+
"minAmount": "0",
|
|
14043
|
+
"assetType": "ERC20",
|
|
14044
|
+
"metadata": {
|
|
14045
|
+
"contractAddress": "0x1EeF208926667594E5136e89D0e9DD6907959197"
|
|
14046
|
+
},
|
|
14047
|
+
"multiChainAsset": null,
|
|
14048
|
+
"hasValue": true,
|
|
14049
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-peaq-0x1eef208926667594e5136e89d0e9dd6907959197.png"
|
|
14034
14050
|
}
|
|
14035
|
-
}
|
|
14051
|
+
}
|
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.102-beta.
|
|
10
|
+
version: '0.2.102-beta.14'
|
|
11
11
|
};
|