Skip to content

Commit

Permalink
fix(suite): update FW check outdated URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemonexe committed Jan 30, 2025
1 parent 80382f6 commit 72ff624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/urls/src/urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const HELP_CENTER_EVM_ADDRESS_CHECKSUM: Url =
export const HELP_CENTER_EVM_SEND_TO_CONTRACT_URL =
'https://trezor.io/support/a/where-is-my-ethereum';
export const HELP_CENTER_FIRMWARE_REVISION_CHECK: Url =
'https://trezor.io/learn/a/trezor-firmware-revision-check';
'https://trezor.io/learn/a/trezor-firmware-authenticity-check';
export const HELP_CENTER_REPLACE_BY_FEE: Url =
'https://trezor.io/learn/a/replace-by-fee-rbf-ethereum';

Expand Down

0 comments on commit 72ff624

Please sign in to comment.