Skip to content

Commit b2a91dd

Browse files
M1nd3rvdovhanych
authored andcommitted
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, when the list is not available, it raises errors/warnings when authenticating using trezorctl. The added minimal json provides trezorctl with empty revoked list, which is enough to resolve the trezorctl's issues.
1 parent 7ac912c commit b2a91dd

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)