Skip to content

Commit 5adb66f

Browse files
committed
fix url
1 parent 561f53b commit 5adb66f

File tree

3 files changed

+1583
-1474
lines changed

3 files changed

+1583
-1474
lines changed

packages/snap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Zcash Metmamask Snap that utilizes WebZjs.",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/MetaMask/template-snap-monorepo.git"
7+
"url": "https://github.com/ChainSafe/WebZjs/tree/main/packages/snap"
88
},
99
"license": "(MIT-0 OR Apache-2.0)",
1010
"main": "./dist/bundle.js",
@@ -25,7 +25,7 @@
2525
"test": "jest"
2626
},
2727
"dependencies": {
28-
"@chainsafe/webzjs-keys": "workspace:^",
28+
"@chainsafe/webzjs-keys": "0.1.0",
2929
"@metamask/snaps-sdk": "^6.17.1",
3030
"buffer": "^6.0.3",
3131
"superstruct": "^2.0.2"

packages/snap/snap.manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"proposedName": "WebZjs Snap",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/MetaMask/template-snap-monorepo.git"
7+
"url": "https://github.com/ChainSafe/WebZjs/tree/main/packages/snap"
88
},
99
"source": {
10-
"shasum": "bWDrBVj+U8wN6pHU5ruxXdApjEE3fQbwwNq+3HCQg5M=",
10+
"shasum": "PMmFAEa2sAfRl+MLgISIiQiGu18ebgtJti3N31i1mng=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -31,6 +31,6 @@
3131
],
3232
"snap_manageState": {}
3333
},
34-
"platformVersion": "6.17.1",
34+
"platformVersion": "6.22.0",
3535
"manifestVersion": "0.1"
3636
}

0 commit comments

Comments
 (0)