@ledgerhq/vault-cli 1.56.0 → 1.56.1

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/vault-cli@1.56.0 build /home/runner/work/vault-ts/vault-ts/apps/cli
2
+ > @ledgerhq/vault-cli@1.56.1 build /home/runner/work/vault-ts/vault-ts/apps/cli
3
3
  > tsc && chmod +x bin/index.js
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ledgerhq/vault-cli
2
2
 
3
+ ## 1.56.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 646f2f1: fix tradelink preset
8
+
3
9
  ## 1.56.0
4
10
 
5
11
  ### Minor Changes
@@ -169,24 +169,6 @@
169
169
  "currency": "ethereum_sepolia",
170
170
  "tradelink_data": {
171
171
  "currency": "ethereum_sepolia",
172
- "custodian": {
173
- "id": 1,
174
- "approver_group_id": 1,
175
- "whitelist_id": 5,
176
- "role": "CUSTODIAN",
177
- "name": "Komainu",
178
- "logo_url": "https://pbs.twimg.com/profile_images/1412795738539581447/WoWVR9-f_400x400.png",
179
- "code": "KOM"
180
- },
181
- "asset_manager": {
182
- "id": 1,
183
- "approver_group_id": 5,
184
- "whitelist_id": 5,
185
- "role": "CUSTODIAN",
186
- "name": "Komainu",
187
- "logo_url": "https://pbs.twimg.com/profile_images/1412795738539581447/WoWVR9-f_400x400.png",
188
- "code": "KOM"
189
- },
190
172
  "exchanges": [
191
173
  {
192
174
  "id": 1,
@@ -204,21 +186,41 @@
204
186
  "whitelist_id": 3,
205
187
  "name": "ByBit",
206
188
  "role": "EXCHANGE",
207
- "code": "BBt",
208
189
  "logo_url": "https://seeklogo.com/images/B/bybit-logo-4C31FD6A08-seeklogo.com.png",
190
+ "code": "BBt",
209
191
  "requires_pre_approval": false
210
192
  },
211
193
  {
212
194
  "id": 3,
213
195
  "approver_group_id": 2,
214
196
  "whitelist_id": 2,
215
- "name": "Wintemute",
197
+ "name": "Wintermute",
216
198
  "role": "EXCHANGE",
217
199
  "logo_url": "https://pbs.twimg.com/profile_images/1731739745997234176/wBqS9X5A_400x400.jpg",
218
200
  "code": "WIT",
219
201
  "requires_pre_approval": false
220
202
  }
221
- ]
203
+ ],
204
+ "asset_managers": [
205
+ {
206
+ "id": 4,
207
+ "approver_group_id": 5,
208
+ "whitelist_id": 5,
209
+ "name": "OneOf",
210
+ "role": "ASSET_MANAGER",
211
+ "logo_url": "https://pbs.twimg.com/profile_images/1623734503603593219/kJWLMu2O_400x400.jpg",
212
+ "code": "OOF"
213
+ }
214
+ ],
215
+ "custodian": {
216
+ "id": 5,
217
+ "approver_group_id": 1,
218
+ "whitelist_id": 1,
219
+ "role": "CUSTODIAN",
220
+ "name": "Komainu",
221
+ "logo_url": "https://pbs.twimg.com/profile_images/1412795738539581447/WoWVR9-f_400x400.png",
222
+ "code": "KOM"
223
+ }
222
224
  },
223
225
  "rules": [
224
226
  [
@@ -286,10 +288,6 @@
286
288
  "quorum": 1,
287
289
  "group": "Group OneOf"
288
290
  },
289
- {
290
- "quorum": 1,
291
- "group": "Group OneOf"
292
- },
293
291
  {
294
292
  "quorum": 1,
295
293
  "group": "My Compliance Team"
@@ -305,10 +303,6 @@
305
303
  {
306
304
  "type": "MULTI_AUTHORIZATIONS",
307
305
  "steps": [
308
- {
309
- "quorum": 1,
310
- "group": "My Compliance Team"
311
- },
312
306
  {
313
307
  "quorum": 1,
314
308
  "group": "My Compliance Team"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/vault-cli",
3
- "version": "1.56.0",
3
+ "version": "1.56.1",
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",