Trust Wallet connector for web3-react
import { TrustWallet } from "@trustwallet/web3-react-trust-wallet";
const [trustWallet, hooks] = initializeConnector<TrustWallet>(
(actions) => new TrustWallet({ actions })
);
trustWallet.activate();