@subwallet/chain-list 0.2.117-beta.1-pr-585-4f762314 → 0.2.117-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 +12 -2
- package/cjs/data/AssetLogoMap.json +1196 -1195
- package/cjs/data/ChainAsset.json +1074 -1074
- package/cjs/data/ChainInfo.json +373 -373
- package/cjs/data/ChainLogoMap.json +376 -376
- package/cjs/data/MultiChainAsset.json +128 -119
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1196 -1195
- package/data/ChainAsset.json +1074 -1074
- package/data/ChainInfo.json +373 -373
- package/data/ChainLogoMap.json +376 -376
- package/data/MultiChainAsset.json +128 -119
- 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
|
|