@@ -34,6 +34,7 @@ import TahoImage from "@/public/wallets/taho.png"
34
34
import TokenPocketImage from "@/public/wallets/tokenpocket.png"
35
35
import TorusImage from "@/public/wallets/torus.png"
36
36
import TrezorImage from "@/public/wallets/trezor.png"
37
+ import TrustWalletImage from "@/public/wallets/trustwallet.png"
37
38
import UnstoppableWalletImage from "@/public/wallets/unstoppable.png"
38
39
import XDEFIImage from "@/public/wallets/xdefi.png"
39
40
import ZerionImage from "@/public/wallets/zerion.png"
@@ -1870,6 +1871,70 @@ export const walletsData: WalletData[] = [
1870
1871
documentation :
1871
1872
"https://docs.xdefi.io/xdefi-wallet-v2-draft/technical-docs/extension-integration" ,
1872
1873
} ,
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
+ } ,
1873
1938
{
1874
1939
last_updated : "2023-10-30" ,
1875
1940
name : "Aurox Wallet" ,
0 commit comments