@ledgerhq/coin-tester 0.2.1-nightly.1 → 0.2.1-nightly.2
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 +1 -1
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @ledgerhq/coin-tester
|
|
2
2
|
|
|
3
|
+
## 0.2.1-nightly.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7181](https://github.com/LedgerHQ/ledger-live/pull/7181) [`f0ed580`](https://github.com/LedgerHQ/ledger-live/commit/f0ed580b0e71c1f1aa1b38f6ef7a536f14a5e750) Thanks [@hzheng-ledger](https://github.com/hzheng-ledger)! - polkadot coin tester update
|
|
8
|
+
|
|
3
9
|
## 0.2.1-nightly.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -59,7 +59,7 @@ A `.env` should have at the very least the following attributes:
|
|
|
59
59
|
```conf
|
|
60
60
|
SEED=chronic find success crew board merit elder life achieve scout gravity soul brief pen job
|
|
61
61
|
GH_TOKEN=
|
|
62
|
-
|
|
62
|
+
SPECULOS_API_PORT=4040
|
|
63
63
|
SPECULOS_IMAGE=speculos
|
|
64
64
|
```
|
|
65
65
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-tester",
|
|
3
|
-
"version": "0.2.1-nightly.
|
|
3
|
+
"version": "0.2.1-nightly.2",
|
|
4
4
|
"description": "Deterministic testing of Ledger coin-modules",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"dependencies": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"ts-jest": "^28.0.8",
|
|
19
19
|
"typescript": "^5.1.3",
|
|
20
20
|
"@ledgerhq/types-cryptoassets": "^7.14.0-nightly.0",
|
|
21
|
-
"@ledgerhq/types-live": "^6.49.0-nightly.
|
|
21
|
+
"@ledgerhq/types-live": "^6.49.0-nightly.0"
|
|
22
22
|
},
|
|
23
23
|
"typesVersions": {
|
|
24
24
|
"*": {
|