@subwallet/chain-list 0.2.117-beta.1-pr-585-4f762314 → 0.2.117-beta.2-pr-585-3c3b0246
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 +12 -2
- package/cjs/data/AssetLogoMap.json +1 -0
- package/cjs/data/ChainAsset.json +2 -2
- package/cjs/data/MultiChainAsset.json +10 -1
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1 -0
- package/data/ChainAsset.json +2 -2
- package/data/MultiChainAsset.json +10 -1
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -1529,6 +1529,7 @@
|
|
|
1529
1529
|
"trac-origintrail": "/assets/multi-chain-assets/trac-origintrail.png",
|
|
1530
1530
|
"usd₮0-usd₮0": "/assets/multi-chain-assets/usd₮0-usd₮0.png",
|
|
1531
1531
|
"ewt-energywebtoken": "/assets/multi-chain-assets/ewt-energywebtoken.png",
|
|
1532
|
+
"vfy-zkverify": "/assets/multi-chain-assets/vfy-zkverify.png",
|
|
1532
1533
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "/assets/custom-chain-assets/cp_77d5363018.png",
|
|
1533
1534
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
1534
1535
|
"custom-custom-substrate-gosnetwork-native-gos": "/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
@@ -21274,7 +21275,7 @@
|
|
|
21274
21275
|
minAmount: "10000000000000000",
|
|
21275
21276
|
assetType: "NATIVE",
|
|
21276
21277
|
metadata: null,
|
|
21277
|
-
multiChainAsset:
|
|
21278
|
+
multiChainAsset: "VFY-zkVerify",
|
|
21278
21279
|
hasValue: true,
|
|
21279
21280
|
icon: "/assets/chain-assets/zkverify-native-vfy.png"
|
|
21280
21281
|
},
|
|
@@ -21288,7 +21289,7 @@
|
|
|
21288
21289
|
minAmount: "0",
|
|
21289
21290
|
assetType: "NATIVE",
|
|
21290
21291
|
metadata: null,
|
|
21291
|
-
multiChainAsset:
|
|
21292
|
+
multiChainAsset: "VFY-zkVerify",
|
|
21292
21293
|
hasValue: true,
|
|
21293
21294
|
icon: "/assets/chain-assets/vflow-native-vfy.png"
|
|
21294
21295
|
},
|
|
@@ -36739,6 +36740,15 @@
|
|
|
36739
36740
|
priceId: "energy-web-token",
|
|
36740
36741
|
hasValue: true,
|
|
36741
36742
|
icon: "/assets/multi-chain-assets/ewt-energywebtoken.png"
|
|
36743
|
+
},
|
|
36744
|
+
"VFY-zkVerify": {
|
|
36745
|
+
slug: "VFY-zkVerify",
|
|
36746
|
+
originChainAsset: null,
|
|
36747
|
+
name: "zkVerify",
|
|
36748
|
+
symbol: "VFY",
|
|
36749
|
+
priceId: "zkverify",
|
|
36750
|
+
hasValue: true,
|
|
36751
|
+
icon: "/assets/multi-chain-assets/vfy-zkverify.png"
|
|
36742
36752
|
}
|
|
36743
36753
|
};
|
|
36744
36754
|
|
|
@@ -1190,6 +1190,7 @@
|
|
|
1190
1190
|
"trac-origintrail": "https://585-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/trac-origintrail.png",
|
|
1191
1191
|
"usd₮0-usd₮0": "https://585-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/usd₮0-usd₮0.png",
|
|
1192
1192
|
"ewt-energywebtoken": "https://585-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ewt-energywebtoken.png",
|
|
1193
|
+
"vfy-zkverify": "https://585-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/vfy-zkverify.png",
|
|
1193
1194
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://585-merge.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
1194
1195
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://585-merge.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
1195
1196
|
"custom-custom-substrate-gosnetwork-native-gos": "https://585-merge.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -18831,7 +18831,7 @@
|
|
|
18831
18831
|
"minAmount": "10000000000000000",
|
|
18832
18832
|
"assetType": "NATIVE",
|
|
18833
18833
|
"metadata": null,
|
|
18834
|
-
"multiChainAsset":
|
|
18834
|
+
"multiChainAsset": "VFY-zkVerify",
|
|
18835
18835
|
"hasValue": true,
|
|
18836
18836
|
"icon": "https://585-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/zkverify-native-vfy.png"
|
|
18837
18837
|
},
|
|
@@ -18845,7 +18845,7 @@
|
|
|
18845
18845
|
"minAmount": "0",
|
|
18846
18846
|
"assetType": "NATIVE",
|
|
18847
18847
|
"metadata": null,
|
|
18848
|
-
"multiChainAsset":
|
|
18848
|
+
"multiChainAsset": "VFY-zkVerify",
|
|
18849
18849
|
"hasValue": true,
|
|
18850
18850
|
"icon": "https://585-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/vflow-native-vfy.png"
|
|
18851
18851
|
},
|
|
@@ -1060,5 +1060,14 @@
|
|
|
1060
1060
|
"priceId": "energy-web-token",
|
|
1061
1061
|
"hasValue": true,
|
|
1062
1062
|
"icon": "https://585-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ewt-energywebtoken.png"
|
|
1063
|
+
},
|
|
1064
|
+
"VFY-zkVerify": {
|
|
1065
|
+
"slug": "VFY-zkVerify",
|
|
1066
|
+
"originChainAsset": null,
|
|
1067
|
+
"name": "zkVerify",
|
|
1068
|
+
"symbol": "VFY",
|
|
1069
|
+
"priceId": "zkverify",
|
|
1070
|
+
"hasValue": true,
|
|
1071
|
+
"icon": "https://585-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/vfy-zkverify.png"
|
|
1063
1072
|
}
|
|
1064
|
-
}
|
|
1073
|
+
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -1190,6 +1190,7 @@
|
|
|
1190
1190
|
"trac-origintrail": "https://585-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/trac-origintrail.png",
|
|
1191
1191
|
"usd₮0-usd₮0": "https://585-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/usd₮0-usd₮0.png",
|
|
1192
1192
|
"ewt-energywebtoken": "https://585-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ewt-energywebtoken.png",
|
|
1193
|
+
"vfy-zkverify": "https://585-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/vfy-zkverify.png",
|
|
1193
1194
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://585-merge.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
1194
1195
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://585-merge.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
1195
1196
|
"custom-custom-substrate-gosnetwork-native-gos": "https://585-merge.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -18831,7 +18831,7 @@
|
|
|
18831
18831
|
"minAmount": "10000000000000000",
|
|
18832
18832
|
"assetType": "NATIVE",
|
|
18833
18833
|
"metadata": null,
|
|
18834
|
-
"multiChainAsset":
|
|
18834
|
+
"multiChainAsset": "VFY-zkVerify",
|
|
18835
18835
|
"hasValue": true,
|
|
18836
18836
|
"icon": "https://585-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/zkverify-native-vfy.png"
|
|
18837
18837
|
},
|
|
@@ -18845,7 +18845,7 @@
|
|
|
18845
18845
|
"minAmount": "0",
|
|
18846
18846
|
"assetType": "NATIVE",
|
|
18847
18847
|
"metadata": null,
|
|
18848
|
-
"multiChainAsset":
|
|
18848
|
+
"multiChainAsset": "VFY-zkVerify",
|
|
18849
18849
|
"hasValue": true,
|
|
18850
18850
|
"icon": "https://585-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/vflow-native-vfy.png"
|
|
18851
18851
|
},
|
|
@@ -1060,5 +1060,14 @@
|
|
|
1060
1060
|
"priceId": "energy-web-token",
|
|
1061
1061
|
"hasValue": true,
|
|
1062
1062
|
"icon": "https://585-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ewt-energywebtoken.png"
|
|
1063
|
+
},
|
|
1064
|
+
"VFY-zkVerify": {
|
|
1065
|
+
"slug": "VFY-zkVerify",
|
|
1066
|
+
"originChainAsset": null,
|
|
1067
|
+
"name": "zkVerify",
|
|
1068
|
+
"symbol": "VFY",
|
|
1069
|
+
"priceId": "zkverify",
|
|
1070
|
+
"hasValue": true,
|
|
1071
|
+
"icon": "https://585-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/vfy-zkverify.png"
|
|
1063
1072
|
}
|
|
1064
|
-
}
|
|
1073
|
+
}
|
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.117-beta.
|
|
10
|
+
version: '0.2.117-beta.2'
|
|
11
11
|
};
|