-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathsnap.manifest.json
More file actions
95 lines (95 loc) · 2.29 KB
/
Copy pathsnap.manifest.json
File metadata and controls
95 lines (95 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"version": "1.32.0",
"description": "Manage Solana using MetaMask",
"proposedName": "Solana",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snap-solana-wallet.git"
},
"source": {
"shasum": "CFaSxaVJ86Yu8T8+W+NyoB67a6ALkWTEVYrVLyMLEg8=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
"iconPath": "images/icon.svg",
"packageName": "@metamask/solana-wallet-snap",
"registry": "https://registry.npmjs.org/"
}
},
"locales": ["locales/en.json"]
},
"initialConnections": {
"https://portfolio.metamask.io": {}
},
"initialPermissions": {
"endowment:rpc": {
"dapps": true,
"snaps": false
},
"endowment:keyring": {
"allowedOrigins": ["https://portfolio.metamask.io"]
},
"snap_getBip32Entropy": [
{
"path": ["m", "44'", "501'"],
"curve": "ed25519"
}
],
"endowment:network-access": {},
"endowment:cronjob": {
"jobs": [
{
"expression": "* * * * *",
"request": {
"method": "refreshSend",
"params": {}
}
},
{
"expression": "* * * * *",
"request": {
"method": "refreshConfirmationEstimation",
"params": {}
}
},
{
"expression": "*/2 * * * *",
"request": {
"method": "scheduleRefreshAccounts",
"params": {}
}
}
]
},
"endowment:protocol": {
"scopes": {
"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp": {
"methods": [
"getGenesisHash",
"getLatestBlockhash",
"getMinimumBalanceForRentExemption"
]
},
"solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1": {
"methods": [
"getGenesisHash",
"getLatestBlockhash",
"getMinimumBalanceForRentExemption"
]
}
}
},
"endowment:assets": {
"scopes": [
"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"
]
},
"snap_manageAccounts": {},
"snap_manageState": {},
"snap_dialog": {},
"snap_getPreferences": {}
},
"platformVersion": "7.1.0",
"manifestVersion": "0.1"
}