From 90b4f4bb4773d66bf53cea95b6bf855ef86c3e8e Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 31 Jul 2020 12:02:00 +0200 Subject: [PATCH] disable torus for now --- src/utils/wallet.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/utils/wallet.ts b/src/utils/wallet.ts index 880d3e050..92877d47b 100644 --- a/src/utils/wallet.ts +++ b/src/utils/wallet.ts @@ -18,17 +18,17 @@ const providerOptions = { options: { infuraId: infuraProjectId } - }, - torus: { - package: Torus, - options: { - networkParams: { - host: oceanConfig.url // optional - // chainId: 1337, // optional - // networkId: 1337 // optional - } - } } + // torus: { + // package: Torus, + // options: { + // networkParams: { + // host: oceanConfig.url // optional + // // chainId: 1337, // optional + // // networkId: 1337 // optional + // } + // } + // } } export const web3ModalOpts = {