-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnap.manifest.json
108 lines (108 loc) · 3.39 KB
/
snap.manifest.json
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
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"version": "0.3.1",
"description": "Institutional accounts in MetaMask.",
"proposedName": "Institutional Wallet",
"repository": {
"type": "git",
"url": "git+https://github.com/MetaMask/snap-institutional-wallet.git"
},
"source": {
<<<<<<< HEAD
"shasum": "Z2Okw8pSck1CPImB/5F/GYvH0n21QKv8vPWptR71iS0=",
=======
"shasum": "QTCG9AqJHCFny3MGLHolHLsPYk81RIGKQZCEW11M5Io=",
>>>>>>> ac7f387 (chore: update shasum)
"location": {
"npm": {
"filePath": "dist/bundle.js",
"iconPath": "images/icon.svg",
"packageName": "@metamask/institutional-wallet-snap",
"registry": "https://registry.npmjs.org/"
}
}
},
"initialConnections": {
"localhost:8000": {},
"http://localhost:3000": {},
"https://localhost:3000": {},
"http://localhost:8000": {},
"https://neptune-custody-ui.metamask-institutional.io": {},
"https://ui-v2.sit.zodia.io": {},
"https://ui-v2.qa.zodia.io": {},
"https://ui-preprod-v2.qa.zodia.io": {},
"https://ui-preprod-v2.uat.zodia.io": {},
"https://v2.custody.zodia.io": {},
"https://console.fireblocks.io": {},
"https://local.waterballoons.xyz:4200": {},
"https://dev4-console.waterballoons.xyz": {},
"https://dev10-console.waterballoons.xyz": {},
"https://console.dev.mpcvault.com": {},
"https://saturn-custody-ui.metamask-institutional.io": {},
"https://console.mpcvault.com": {},
"https://app.bitgo.com": {},
"https://app.bitgo-test.com": {},
"https://apps-portal.safe.global": {},
"https://alpha.mycactus.io": {},
"https://pre.mycactus.com": {},
"https://www.mycactus.dev": {},
"https://debug.mycactus.dev:1443": {},
"https://www.mycactus.com": {}
},
"initialPermissions": {
"snap_notify": {},
"endowment:network-access": {},
"endowment:ethereum-provider": {},
"endowment:keyring": {
"allowedOrigins": [
"localhost:8000",
"http://localhost:8000"
]
},
"endowment:rpc": {
"allowedOrigins": [
"localhost:8000",
"http://localhost:8000",
"localhost:3000",
"https://localhost:3000",
"http://localhost:3000",
"https://neptune-custody-ui.metamask-institutional.io",
"https://zodia.io",
"https://ui-v2.sit.zodia.io",
"https://ui-v2.qa.zodia.io",
"https://ui-preprod-v2.qa.zodia.io",
"https://ui-preprod-v2.uat.zodia.io",
"https://v2.custody.zodia.io",
"https://console.fireblocks.io",
"https://local.waterballoons.xyz:4200",
"https://dev4-console.waterballoons.xyz",
"https://dev10-console.waterballoons.xyz",
"https://console.dev.mpcvault.com",
"https://saturn-custody-ui.metamask-institutional.io",
"https://console.mpcvault.com",
"https://app.bitgo.com",
"https://app.bitgo-test.com",
"https://apps-portal.safe.global",
"https://alpha.mycactus.io",
"https://pre.mycactus.com",
"https://www.mycactus.dev",
"https://debug.mycactus.dev:1443",
"https://www.mycactus.com"
]
},
"endowment:cronjob": {
"jobs": [
{
"expression": "* * * * *",
"request": {
"method": "execute"
}
}
]
},
"snap_manageAccounts": {},
"snap_manageState": {},
"snap_dialog": {},
"endowment:page-home": {}
},
"manifestVersion": "0.1"
}