Skip to content

Commit

Permalink
p1kalys/fixes #13736
Browse files Browse the repository at this point in the history
  • Loading branch information
p1kalys committed Sep 1, 2024
1 parent 81b80c6 commit 9f0c48f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/data/wallets/wallet-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1060,19 +1060,19 @@ export const walletsData: WalletData[] = [
new_to_crypto: true,
},
{
last_updated: "2022-08-21",
last_updated: "2024-09-01",
name: "Trezor",
image: TrezorImage,
brand_color: "#ffffff",
url: "https://trezor.io/",
active_development_team: true,
languages_supported: ["en"],
twitter: "https://twitter.com/Trezor",
languages_supported: ["en", "es", "cs", "de", "fr"],
twitter: "https://x.com/Trezor",
discord: "",
reddit: "https://www.reddit.com/r/TREZOR/",
telegram: "",
ios: false,
android: false,
ios: true,
android: true,
linux: true,
windows: true,
macOS: true,
Expand All @@ -1082,25 +1082,25 @@ export const walletsData: WalletData[] = [
open_source: true,
repo_url: "https://github.com/trezor",
non_custodial: true,
security_audit: ["https://blog.trezor.io/security-updates/home"],
security_audit: ["https://github.com/orgs/trezor/discussions"],
scam_protection: false,
hardware_support: false,
hardware_support: true,
rpc_importing: false,
nft_support: false,
connect_to_dapps: false,
staking: false,
connect_to_dapps: true,
staking: true,
swaps: true,
multichain: true,
layer_2: false,
layer_2: true,
gas_fee_customization: true,
ens_support: false,
erc_20_support: false,
erc_20_support: true,
buy_crypto: true,
withdraw_crypto: true,
multisig: false,
social_recovery: false,
onboard_documentation: "",
documentation: "https://wiki.trezor.io/Welcome",
onboard_documentation: "https://trezor.io/support",
documentation: "https://trezor.io/learn",
},
{
last_updated: "2022-08-21",
Expand Down

0 comments on commit 9f0c48f

Please sign in to comment.