@ledgerhq/vault-cli 1.64.16 → 1.64.18

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.64.16 build /home/runner/work/vault-ts/vault-ts/apps/cli
2
+ > @ledgerhq/vault-cli@1.64.18 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,18 @@
1
1
  # @ledgerhq/vault-cli
2
2
 
3
+ ## 1.64.18
4
+
5
+ ### Patch Changes
6
+
7
+ - e25baf8: fix: correct Sepolia whitelist address in Tradelink manifest
8
+
9
+ ## 1.64.17
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [9521084]
14
+ - @ledgerhq/vault-common@1.97.1
15
+
3
16
  ## 1.64.16
4
17
 
5
18
  ### Patch Changes
@@ -180,12 +180,12 @@
180
180
  },
181
181
  {
182
182
  "name": "oneof sepolia",
183
- "address": "0x85587bD30240A98662a4cFc9de87BB0a2fA90CF",
183
+ "address": "0x85587bD30240A98662a4cFc9de87BB0a2fA90CFf",
184
184
  "currency": "ethereum_sepolia"
185
185
  },
186
186
  {
187
187
  "name": "oneof holesky",
188
- "address": "0x85587bD30240A98662a4cFc9de87BB0a2fA90CF",
188
+ "address": "0x85587bD30240A98662a4cFc9de87BB0a2fA90CFf",
189
189
  "currency": "ethereum_holesky"
190
190
  }
191
191
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/vault-cli",
3
- "version": "1.64.16",
3
+ "version": "1.64.18",
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.97.0",
38
+ "@ledgerhq/vault-common": "1.97.1",
39
39
  "@ledgerhq/vault-utils": "1.0.0"
40
40
  },
41
41
  "devDependencies": {