@ledgerhq/vault-cli 0.63.0 → 0.64.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/bin/commands/bake.d.ts +6 -0
- package/bin/commands/bake.js +0 -12
- package/bin/commands/bake.js.map +1 -1
- package/bin/commands/index.d.ts +12 -0
- package/bin/commands/wipe.d.ts +13 -0
- package/bin/commands/wipe.js +6 -0
- package/bin/commands/wipe.js.map +1 -1
- package/package.json +3 -3
- package/bin/presets/1acc-0wt-0gr-1op-0ad.json +0 -19
- package/bin/presets/1acc-0wt-4gr-15opers-15op-2ad.json +0 -49
- package/bin/presets/1acc-1wt-0gr-1op-0ad.json +0 -77
- package/bin/presets/1acc-2wt-300addr-0gr-1op-0ad.json +0 -1282
- package/bin/presets/1acc-6wt-3gr-4op-2ad.json +0 -1917
- package/bin/presets/3acc-3rules-3appr-steps.json +0 -98
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"customUsernames": {
|
|
3
|
-
"10": "John Lennon",
|
|
4
|
-
"11": "Paul McCartney",
|
|
5
|
-
"12": "George Harrison",
|
|
6
|
-
"13": "Ringo Starr",
|
|
7
|
-
"14": "Brian Epstein"
|
|
8
|
-
},
|
|
9
|
-
"users": {
|
|
10
|
-
"operators": [10, 11, 12, 13, 14]
|
|
11
|
-
},
|
|
12
|
-
"groups": [
|
|
13
|
-
{ "name": "Beatles", "users": [10, 11, 12, 13] },
|
|
14
|
-
{ "name": "Beatles1", "users": [10, 11] },
|
|
15
|
-
{ "name": "Beatles2", "users": [12, 13] }
|
|
16
|
-
],
|
|
17
|
-
"whitelists": [
|
|
18
|
-
{
|
|
19
|
-
"name": "White Album",
|
|
20
|
-
"addresses": [
|
|
21
|
-
{
|
|
22
|
-
"address": "mmizX66rU546AD6A5BBd7qKoyBKBwJWD4h",
|
|
23
|
-
"currency": "bitcoin_testnet"
|
|
24
|
-
}
|
|
25
|
-
]
|
|
26
|
-
}
|
|
27
|
-
],
|
|
28
|
-
"accounts": [
|
|
29
|
-
{
|
|
30
|
-
"name": "BTC Testnet 1",
|
|
31
|
-
"currency": "bitcoin_testnet",
|
|
32
|
-
"rules": [
|
|
33
|
-
[
|
|
34
|
-
{
|
|
35
|
-
"type": "MULTI_AUTHORIZATIONS",
|
|
36
|
-
"steps": [{ "quorum": 1, "group": "Beatles" }]
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"type": "WHITELIST",
|
|
40
|
-
"whitelists": ["White Album"]
|
|
41
|
-
}
|
|
42
|
-
],
|
|
43
|
-
[
|
|
44
|
-
{
|
|
45
|
-
"type": "MULTI_AUTHORIZATIONS",
|
|
46
|
-
"steps": [{ "quorum": 1, "group": "Beatles1" }]
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"type": "THRESHOLD",
|
|
50
|
-
"max": 0.01
|
|
51
|
-
}
|
|
52
|
-
],
|
|
53
|
-
[
|
|
54
|
-
{
|
|
55
|
-
"type": "MULTI_AUTHORIZATIONS",
|
|
56
|
-
"steps": [
|
|
57
|
-
{ "quorum": 1, "group": "Beatles" },
|
|
58
|
-
{ "quorum": 1, "users": [14] }
|
|
59
|
-
]
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"type": "THRESHOLD",
|
|
63
|
-
"min": 0.01
|
|
64
|
-
}
|
|
65
|
-
]
|
|
66
|
-
]
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"name": "ETH Ropsten 1",
|
|
70
|
-
"currency": "ethereum_ropsten",
|
|
71
|
-
"rules": [
|
|
72
|
-
[
|
|
73
|
-
{
|
|
74
|
-
"type": "MULTI_AUTHORIZATIONS",
|
|
75
|
-
"steps": [{ "quorum": 1, "users": [10] }]
|
|
76
|
-
}
|
|
77
|
-
]
|
|
78
|
-
]
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"name": "ETH Ropsten 2",
|
|
82
|
-
"currency": "ethereum_ropsten",
|
|
83
|
-
"rules": [
|
|
84
|
-
[
|
|
85
|
-
{
|
|
86
|
-
"type": "MULTI_AUTHORIZATIONS",
|
|
87
|
-
"steps": [
|
|
88
|
-
{ "quorum": 1, "users": [10] },
|
|
89
|
-
{ "quorum": 1, "users": [11] },
|
|
90
|
-
{ "quorum": 1, "users": [12] },
|
|
91
|
-
{ "quorum": 1, "users": [13] }
|
|
92
|
-
]
|
|
93
|
-
}
|
|
94
|
-
]
|
|
95
|
-
]
|
|
96
|
-
}
|
|
97
|
-
]
|
|
98
|
-
}
|