Skip to content

Commit 149dc97

Browse files
authored
Merge pull request #11566 from ethereum/addTrustWallet
Add Trust Wallet
2 parents 6c9432e + 7dad7a6 commit 149dc97

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed

public/wallets/trustwallet.png

1.99 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ import TahoImage from "@/public/wallets/taho.png"
3434
import TokenPocketImage from "@/public/wallets/tokenpocket.png"
3535
import TorusImage from "@/public/wallets/torus.png"
3636
import TrezorImage from "@/public/wallets/trezor.png"
37+
import TrustWalletImage from "@/public/wallets/trustwallet.png"
3738
import UnstoppableWalletImage from "@/public/wallets/unstoppable.png"
3839
import XDEFIImage from "@/public/wallets/xdefi.png"
3940
import ZerionImage from "@/public/wallets/zerion.png"
@@ -1870,6 +1871,70 @@ export const walletsData: WalletData[] = [
18701871
documentation:
18711872
"https://docs.xdefi.io/xdefi-wallet-v2-draft/technical-docs/extension-integration",
18721873
},
1874+
{
1875+
last_updated: "2023-11-02",
1876+
name: "Trust Wallet",
1877+
image: TrustWalletImage,
1878+
brand_color: "#0500FF",
1879+
url: "https://www.trustwallet.com/",
1880+
wallet_live_date: "2017-10-25",
1881+
active_development_team: true,
1882+
languages_supported: [
1883+
"en",
1884+
"ar",
1885+
"ba",
1886+
"fr",
1887+
"de",
1888+
"hi",
1889+
"id",
1890+
"ja",
1891+
"ko",
1892+
"pt-br",
1893+
"es",
1894+
"tr",
1895+
"uk",
1896+
"vi",
1897+
"ru",
1898+
"zh",
1899+
"zh-tw",
1900+
],
1901+
twitter: "https://twitter.com/TrustWallet",
1902+
discord: "https://discord.gg/trustwallet",
1903+
reddit: "",
1904+
telegram: "",
1905+
ios: true,
1906+
android: true,
1907+
linux: false,
1908+
windows: false,
1909+
macOS: false,
1910+
firefox: false,
1911+
chromium: true,
1912+
hardware: false,
1913+
open_source: true,
1914+
repo_url: "https://github.com/trustwallet",
1915+
non_custodial: true,
1916+
security_audit: [
1917+
"https://community.trustwallet.com/t/a-complete-overview-of-trust-wallet-security/628739",
1918+
],
1919+
scam_protection: true,
1920+
hardware_support: true,
1921+
rpc_importing: true,
1922+
nft_support: true,
1923+
connect_to_dapps: true,
1924+
staking: false,
1925+
swaps: false,
1926+
multichain: true,
1927+
layer_2: true,
1928+
gas_fee_customization: true,
1929+
ens_support: true,
1930+
erc_20_support: true,
1931+
buy_crypto: true,
1932+
withdraw_crypto: true,
1933+
multisig: false,
1934+
social_recovery: false,
1935+
onboard_documentation: "https://community.trustwallet.com/",
1936+
documentation: "https://developer.trustwallet.com/developer/",
1937+
},
18731938
{
18741939
last_updated: "2023-10-30",
18751940
name: "Aurox Wallet",

0 commit comments

Comments
 (0)