@subwallet/chain-list 0.2.54-beta.1 → 0.2.54-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.
|
@@ -2699,7 +2699,9 @@
|
|
|
2699
2699
|
priceId: "hydradx",
|
|
2700
2700
|
minAmount: "1000000000000",
|
|
2701
2701
|
assetType: "NATIVE",
|
|
2702
|
-
metadata:
|
|
2702
|
+
metadata: {
|
|
2703
|
+
assetId: "0"
|
|
2704
|
+
},
|
|
2703
2705
|
multiChainAsset: null,
|
|
2704
2706
|
hasValue: true,
|
|
2705
2707
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-native-hdx.png"
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -1397,7 +1397,9 @@
|
|
|
1397
1397
|
"priceId": "hydradx",
|
|
1398
1398
|
"minAmount": "1000000000000",
|
|
1399
1399
|
"assetType": "NATIVE",
|
|
1400
|
-
"metadata":
|
|
1400
|
+
"metadata": {
|
|
1401
|
+
"assetId": "0"
|
|
1402
|
+
},
|
|
1401
1403
|
"multiChainAsset": null,
|
|
1402
1404
|
"hasValue": true,
|
|
1403
1405
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-native-hdx.png"
|
package/cjs/packageInfo.js
CHANGED
package/data/ChainAsset.json
CHANGED
|
@@ -1397,7 +1397,9 @@
|
|
|
1397
1397
|
"priceId": "hydradx",
|
|
1398
1398
|
"minAmount": "1000000000000",
|
|
1399
1399
|
"assetType": "NATIVE",
|
|
1400
|
-
"metadata":
|
|
1400
|
+
"metadata": {
|
|
1401
|
+
"assetId": "0"
|
|
1402
|
+
},
|
|
1401
1403
|
"multiChainAsset": null,
|
|
1402
1404
|
"hasValue": true,
|
|
1403
1405
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-native-hdx.png"
|
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.54-beta.
|
|
10
|
+
version: '0.2.54-beta.2'
|
|
11
11
|
};
|