From 5c61725a1eb69fc9508fb125ce4a7d9250a3e7b6 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 31 Jul 2020 13:04:52 +0200 Subject: [PATCH] any solves everything --- src/utils/wallet.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils/wallet.ts b/src/utils/wallet.ts index 28a3ad98e..e8bb635c0 100644 --- a/src/utils/wallet.ts +++ b/src/utils/wallet.ts @@ -11,10 +11,10 @@ const web3ModalTheme = { hover: 'var(--brand-grey-dimmed)' } -const WalletConnectProvider = loadable(() => - import('@walletconnect/web3-provider') +const WalletConnectProvider = loadable( + () => import('@walletconnect/web3-provider') as any ) -const Torus = loadable(() => import('@toruslabs/torus-embed')) +const Torus = loadable(() => import('@toruslabs/torus-embed') as any) const providerOptions = { walletconnect: {