Skip to content

Commit cd0901d

Browse files
authored
Merge pull request #97 from ChainSafe/irubido/bump0.2.1
Irubido/bump0.2.1
2 parents d861879 + e31dfdb commit cd0901d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/snap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/webzjs-zcash-snap",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Zcash Metmamask Snap that utilizes WebZjs.",
55
"repository": {
66
"type": "git",

packages/snap/snap.manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "0.2.0",
2+
"version": "0.2.1",
33
"description": "WebZjs Snap for demo wallet",
44
"proposedName": "WebZjs Snap",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/ChainSafe/WebZjs.git"
88
},
99
"source": {
10-
"shasum": "bv6g12lbJdTIUvkAZs3+7obzF8zISIGA3ZWIp8innSA=",
10+
"shasum": "qEgmDNiFc38+m/Ra1d5sOCSYmdAitT/Ghy6lVl21oDY=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -22,8 +22,8 @@
2222
"endowment:webassembly": {},
2323
"endowment:rpc": {
2424
"allowedOrigins": [
25-
"https://webzjs.chainsafe.dev",
26-
"http://localhost:3000"
25+
"http://localhost:3000",
26+
"https://webzjs.chainsafe.dev"
2727
]
2828
},
2929
"snap_getBip44Entropy": [

0 commit comments

Comments
 (0)