Open nestorjpa opened 9 months ago
Hi @nestorjpa we do not support officially Trezor Safe 3, this project is open source. You could follow the README.md to build a version with the new versions and test it.
diff --git a/package.json b/package.json
index 4193b8d75..b70b218d2 100644
--- a/package.json
+++ b/package.json
@@ -199,8 +199,8 @@
"@cardano-foundation/ledgerjs-hw-app-cardano": "6.0.0",
"@iohk-jormungandr/wallet-js": "0.5.0-pre7",
"@ledgerhq/hw-transport-node-hid": "6.27.15",
- "@trezor/connect": "9.0.8",
- "@trezor/transport": "1.1.12",
+ "@trezor/connect": "9.1.11",
+ "@trezor/transport": "1.1.22",
"aes-js": "3.1.2",
"bech32": "2.0.0",
"bignumber.js": "9.0.1",
When you try to pair Trezor Safe 3, Daedalus keeps waiting for the confirmation that never arrives.
Read in Reddit:
"Then I guess Connect v9.0.8 didn't have T3 support yet. I know the support is in Connect v9.1.2 since that was the one bundled in the official software launch back in October. Maybe open an issue to ask them to bump the connect version to v9.1.2 or later"
Is there any way to update it or at least, is there an intention to update it for the next Daedalus version?
Many thanks!