@ledgerhq/vault-cli 1.64.13 → 1.64.15
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/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @ledgerhq/vault-cli
|
|
2
2
|
|
|
3
|
+
## 1.64.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6b7c53f: fix tradelink hsmless preset
|
|
8
|
+
- f1e9c5b: Support TL onboarding true/false for UI e2e bake of TL network without onboarding of the objects
|
|
9
|
+
- Updated dependencies [f1e9c5b]
|
|
10
|
+
- @ledgerhq/vault-common@1.96.12
|
|
11
|
+
|
|
12
|
+
## 1.64.14
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [e9c105d]
|
|
17
|
+
- @ledgerhq/vault-common@1.96.11
|
|
18
|
+
|
|
3
19
|
## 1.64.13
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"currency": "ethereum_sepolia",
|
|
197
197
|
"exchanges": [
|
|
198
198
|
{
|
|
199
|
-
"id":
|
|
199
|
+
"id": 1,
|
|
200
200
|
"approver_group_id": 3,
|
|
201
201
|
"whitelist_id": 4,
|
|
202
202
|
"name": "Crypto.com",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"requires_pre_approval": true
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
|
-
"id":
|
|
209
|
+
"id": 2,
|
|
210
210
|
"approver_group_id": 4,
|
|
211
211
|
"whitelist_id": 3,
|
|
212
212
|
"name": "ByBit",
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"requires_pre_approval": true
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
|
-
"id":
|
|
219
|
+
"id": 3,
|
|
220
220
|
"approver_group_id": 2,
|
|
221
221
|
"whitelist_id": 2,
|
|
222
222
|
"name": "Wintermute",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
}
|
|
228
228
|
],
|
|
229
229
|
"asset_manager": {
|
|
230
|
-
"id":
|
|
230
|
+
"id": 1,
|
|
231
231
|
"approver_group_id": 5,
|
|
232
232
|
"whitelist_id": 5,
|
|
233
233
|
"name": "OneOf",
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
"code": "OOF"
|
|
237
237
|
},
|
|
238
238
|
"custodian": {
|
|
239
|
-
"id":
|
|
239
|
+
"id": 1,
|
|
240
240
|
"approver_group_id": 1,
|
|
241
241
|
"whitelist_id": 1,
|
|
242
242
|
"role": "CUSTODIAN",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/vault-cli",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.15",
|
|
4
4
|
"description": "A various utility command-line for Vault development",
|
|
5
5
|
"homepage": "https://github.com/LedgerHQ/vault-ts",
|
|
6
6
|
"license": "BSD-2-Clause",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"qs": "^6.11.2",
|
|
36
36
|
"@ledgerhq/coin-check": "0.4.1",
|
|
37
37
|
"@ledgerhq/live-common-stub": "1.6.1",
|
|
38
|
-
"@ledgerhq/vault-common": "1.96.
|
|
38
|
+
"@ledgerhq/vault-common": "1.96.12",
|
|
39
39
|
"@ledgerhq/vault-utils": "1.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|