@cardano-sdk/wallet 0.53.17 → 0.53.19
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/README.md +2 -0
- package/dist/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/esm/tsconfig.tsbuildinfo +1 -1
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -14,5 +14,7 @@ It requires a `.env` file in package root, see [.env.example](./.env.example)
|
|
|
14
14
|
|
|
15
15
|
Tests assume that wallet has some ADA available
|
|
16
16
|
|
|
17
|
+
For hardware wallet testing, see [Hardware Testing Guide](./HARDWARE_TESTING.md).
|
|
18
|
+
|
|
17
19
|
[integration tests]: https://github.com/input-output-hk/cardano-js-sdk/tree/master/packages/wallet/test/integration
|
|
18
20
|
[code coverage report]: https://input-output-hk.github.io/cardano-js-sdk/coverage/wallet
|