Skip to content

Commit 329ae6c

Browse files
committed
chore(fw): add authenticity.json for T3W1
- T3W1 uses a blacklist (list of revoked pubkeys) for device authenticity check. The list is empty so far. However, but when the list is not available, it raises errors/warnings when authenticating using trezorctl. This minimal json provides trezorctl with empty revoked list, which is enough to resolve the trezorctl's issues.
1 parent b625a65 commit 329ae6c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

firmware/t3w1/authenticity.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"timestamp": "2026-07-20T12:00:00+00:00",
3+
"revoked_pubkeys": []
4+
}

0 commit comments

Comments
 (0)