We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62dcac2 commit e31dfdbCopy full SHA for e31dfdb
2 files changed
packages/snap/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@chainsafe/webzjs-zcash-snap",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "Zcash Metmamask Snap that utilizes WebZjs.",
5
"repository": {
6
"type": "git",
packages/snap/snap.manifest.json
@@ -7,7 +7,7 @@
7
"url": "https://github.com/ChainSafe/WebZjs.git"
8
},
9
"source": {
10
- "shasum": "bv6g12lbJdTIUvkAZs3+7obzF8zISIGA3ZWIp8innSA=",
+ "shasum": "qEgmDNiFc38+m/Ra1d5sOCSYmdAitT/Ghy6lVl21oDY=",
11
"location": {
12
"npm": {
13
"filePath": "dist/bundle.js",
@@ -22,8 +22,8 @@
22
"endowment:webassembly": {},
23
"endowment:rpc": {
24
"allowedOrigins": [
25
- "https://webzjs.chainsafe.dev",
26
- "http://localhost:3000"
+ "http://localhost:3000",
+ "https://webzjs.chainsafe.dev"
27
]
28
29
"snap_getBip44Entropy": [
0 commit comments