1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

any solves everything

This commit is contained in:
Matthias Kretschmann 2020-07-31 13:04:52 +02:00
parent 2bf5c1a8cd
commit 5c61725a1e
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -11,10 +11,10 @@ const web3ModalTheme = {
hover: 'var(--brand-grey-dimmed)' hover: 'var(--brand-grey-dimmed)'
} }
const WalletConnectProvider = loadable(() => const WalletConnectProvider = loadable(
import('@walletconnect/web3-provider') () => import('@walletconnect/web3-provider') as any
) )
const Torus = loadable(() => import('@toruslabs/torus-embed')) const Torus = loadable(() => import('@toruslabs/torus-embed') as any)
const providerOptions = { const providerOptions = {
walletconnect: { walletconnect: {