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:
parent
2bf5c1a8cd
commit
5c61725a1e
@ -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: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user