Skip to content

Commit d8053a8

Browse files
committed
chore: update shasum
1 parent e1a32c5 commit d8053a8

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

packages/snap/snap.manifest.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snap-solana-wallet.git"
88
},
99
"source": {
10-
"shasum": "A0/YnYbo59cMwI521E6huAS3wcnLzGbx+bmIa15Ngik=",
10+
"shasum": "tc9MLRhAZZIWuyapvXzUM61CK9SHjFdhqZXgxLoVpj4=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -16,7 +16,9 @@
1616
"registry": "https://registry.npmjs.org/"
1717
}
1818
},
19-
"locales": ["locales/en.json"]
19+
"locales": [
20+
"locales/en.json"
21+
]
2022
},
2123
"initialConnections": {
2224
"https://portfolio.metamask.io": {}
@@ -27,11 +29,17 @@
2729
"snaps": false
2830
},
2931
"endowment:keyring": {
30-
"allowedOrigins": ["https://portfolio.metamask.io"]
32+
"allowedOrigins": [
33+
"https://portfolio.metamask.io"
34+
]
3135
},
3236
"snap_getBip32Entropy": [
3337
{
34-
"path": ["m", "44'", "501'"],
38+
"path": [
39+
"m",
40+
"44'",
41+
"501'"
42+
],
3543
"curve": "ed25519"
3644
}
3745
],

0 commit comments

Comments
 (0)