@metamask/institutional-wallet-snap 0.3.1 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -1
- package/dist/bundle.js +1 -1
- package/dist/preinstalled-snap.json +1 -1
- package/package.json +2 -1
- package/snap.manifest.json +26 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/institutional-wallet-snap",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Institutional accounts in MetaMask.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"metamask",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@ethereumjs/common": "^3.1.2",
|
|
44
44
|
"@ethereumjs/tx": "^4.1.2",
|
|
45
|
+
"@ethereumjs/util": "^9.1.0",
|
|
45
46
|
"@metamask/eth-sig-util": "^7.0.1",
|
|
46
47
|
"@metamask/keyring-api": "11.0.0",
|
|
47
48
|
"@metamask/snaps-sdk": "6.12.0",
|
package/snap.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "1.0.0",
|
|
3
3
|
"description": "Institutional accounts in MetaMask.",
|
|
4
4
|
"proposedName": "Institutional Wallet",
|
|
5
5
|
"repository": {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"url": "git+https://github.com/MetaMask/snap-institutional-wallet.git"
|
|
8
8
|
},
|
|
9
9
|
"source": {
|
|
10
|
-
"shasum": "
|
|
10
|
+
"shasum": "65u6s6IJ1ZQYlEh4n/lmO8uJ0jXnCCALptVa/ZcCDtI=",
|
|
11
11
|
"location": {
|
|
12
12
|
"npm": {
|
|
13
13
|
"filePath": "dist/bundle.js",
|
|
@@ -19,19 +19,30 @@
|
|
|
19
19
|
},
|
|
20
20
|
"initialConnections": {
|
|
21
21
|
"localhost:8000": {},
|
|
22
|
-
"
|
|
22
|
+
"http://localhost:3000": {},
|
|
23
|
+
"https://localhost:3000": {},
|
|
24
|
+
"http://localhost:8000": {},
|
|
23
25
|
"https://neptune-custody-ui.metamask-institutional.io": {},
|
|
24
26
|
"https://ui-v2.sit.zodia.io": {},
|
|
25
27
|
"https://ui-v2.qa.zodia.io": {},
|
|
26
28
|
"https://ui-preprod-v2.qa.zodia.io": {},
|
|
29
|
+
"https://ui-preprod-v2.uat.zodia.io": {},
|
|
27
30
|
"https://v2.custody.zodia.io": {},
|
|
28
31
|
"https://console.fireblocks.io": {},
|
|
32
|
+
"https://local.waterballoons.xyz:4200": {},
|
|
33
|
+
"https://dev4-console.waterballoons.xyz": {},
|
|
34
|
+
"https://dev10-console.waterballoons.xyz": {},
|
|
29
35
|
"https://console.dev.mpcvault.com": {},
|
|
30
36
|
"https://saturn-custody-ui.metamask-institutional.io": {},
|
|
31
37
|
"https://console.mpcvault.com": {},
|
|
32
38
|
"https://app.bitgo.com": {},
|
|
33
39
|
"https://app.bitgo-test.com": {},
|
|
34
|
-
"https://apps-portal.safe.global": {}
|
|
40
|
+
"https://apps-portal.safe.global": {},
|
|
41
|
+
"https://alpha.mycactus.io": {},
|
|
42
|
+
"https://pre.mycactus.com": {},
|
|
43
|
+
"https://www.mycactus.dev": {},
|
|
44
|
+
"https://debug.mycactus.dev:1443": {},
|
|
45
|
+
"https://www.mycactus.com": {}
|
|
35
46
|
},
|
|
36
47
|
"initialPermissions": {
|
|
37
48
|
"snap_notify": {},
|
|
@@ -49,19 +60,29 @@
|
|
|
49
60
|
"http://localhost:8000",
|
|
50
61
|
"localhost:3000",
|
|
51
62
|
"https://localhost:3000",
|
|
63
|
+
"http://localhost:3000",
|
|
52
64
|
"https://neptune-custody-ui.metamask-institutional.io",
|
|
53
65
|
"https://zodia.io",
|
|
54
66
|
"https://ui-v2.sit.zodia.io",
|
|
55
67
|
"https://ui-v2.qa.zodia.io",
|
|
56
68
|
"https://ui-preprod-v2.qa.zodia.io",
|
|
69
|
+
"https://ui-preprod-v2.uat.zodia.io",
|
|
57
70
|
"https://v2.custody.zodia.io",
|
|
58
71
|
"https://console.fireblocks.io",
|
|
72
|
+
"https://local.waterballoons.xyz:4200",
|
|
73
|
+
"https://dev4-console.waterballoons.xyz",
|
|
74
|
+
"https://dev10-console.waterballoons.xyz",
|
|
59
75
|
"https://console.dev.mpcvault.com",
|
|
60
76
|
"https://saturn-custody-ui.metamask-institutional.io",
|
|
61
77
|
"https://console.mpcvault.com",
|
|
62
78
|
"https://app.bitgo.com",
|
|
63
79
|
"https://app.bitgo-test.com",
|
|
64
|
-
"https://apps-portal.safe.global"
|
|
80
|
+
"https://apps-portal.safe.global",
|
|
81
|
+
"https://alpha.mycactus.io",
|
|
82
|
+
"https://pre.mycactus.com",
|
|
83
|
+
"https://www.mycactus.dev",
|
|
84
|
+
"https://debug.mycactus.dev:1443",
|
|
85
|
+
"https://www.mycactus.com"
|
|
65
86
|
]
|
|
66
87
|
},
|
|
67
88
|
"endowment:cronjob": {
|