Skip to content

Commit bef9728

Browse files
committed
Fix BIP-32 example manifest
1 parent 5df253f commit bef9728

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/examples/packages/bip32/snap.manifest.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "I0xKCYPmg9IuOUQO/JbXr5YFHLhIKvNfr6JDfe+CsTE=",
10+
"shasum": "S8JJzZaDPhHp16nyJVCPY++KVgOpYSCUrEVp/dmbsRE=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -17,6 +17,10 @@
1717
}
1818
},
1919
"initialPermissions": {
20+
"endowment:rpc": {
21+
"dapps": true,
22+
"snaps": true
23+
},
2024
"snap_dialog": {},
2125
"snap_getBip32Entropy": [
2226
{

0 commit comments

Comments
 (0)