Skip to content

Commit adbc51f

Browse files
authored
Merge pull request #13768 from p1kalys/update-wallet-trezor
fixes #13736 - Updated metadata of Trezor wallet
2 parents a885384 + 9f0c48f commit adbc51f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,19 +1060,19 @@ export const walletsData: WalletData[] = [
10601060
new_to_crypto: true,
10611061
},
10621062
{
1063-
last_updated: "2022-08-21",
1063+
last_updated: "2024-09-01",
10641064
name: "Trezor",
10651065
image: TrezorImage,
10661066
brand_color: "#ffffff",
10671067
url: "https://trezor.io/",
10681068
active_development_team: true,
1069-
languages_supported: ["en"],
1070-
twitter: "https://twitter.com/Trezor",
1069+
languages_supported: ["en", "es", "cs", "de", "fr"],
1070+
twitter: "https://x.com/Trezor",
10711071
discord: "",
10721072
reddit: "https://www.reddit.com/r/TREZOR/",
10731073
telegram: "",
1074-
ios: false,
1075-
android: false,
1074+
ios: true,
1075+
android: true,
10761076
linux: true,
10771077
windows: true,
10781078
macOS: true,
@@ -1082,25 +1082,25 @@ export const walletsData: WalletData[] = [
10821082
open_source: true,
10831083
repo_url: "https://github.com/trezor",
10841084
non_custodial: true,
1085-
security_audit: ["https://blog.trezor.io/security-updates/home"],
1085+
security_audit: ["https://github.com/orgs/trezor/discussions"],
10861086
scam_protection: false,
1087-
hardware_support: false,
1087+
hardware_support: true,
10881088
rpc_importing: false,
10891089
nft_support: false,
1090-
connect_to_dapps: false,
1091-
staking: false,
1090+
connect_to_dapps: true,
1091+
staking: true,
10921092
swaps: true,
10931093
multichain: true,
1094-
layer_2: false,
1094+
layer_2: true,
10951095
gas_fee_customization: true,
10961096
ens_support: false,
1097-
erc_20_support: false,
1097+
erc_20_support: true,
10981098
buy_crypto: true,
10991099
withdraw_crypto: true,
11001100
multisig: false,
11011101
social_recovery: false,
1102-
onboard_documentation: "",
1103-
documentation: "https://wiki.trezor.io/Welcome",
1102+
onboard_documentation: "https://trezor.io/support",
1103+
documentation: "https://trezor.io/learn",
11041104
},
11051105
{
11061106
last_updated: "2022-08-21",

0 commit comments

Comments
 (0)