Skip to content

Commit

Permalink
disable Torus temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrouid committed Sep 30, 2019
1 parent e334d58 commit a0842f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions example/src/App.tsx
Expand Up @@ -7,7 +7,7 @@ import WalletConnectProvider from '@walletconnect/web3-provider'
import Portis from '@portis/web3'
// @ts-ignore
// import Squarelink from 'squarelink'
import Torus from '@toruslabs/torus-embed'
// import Torus from '@toruslabs/torus-embed'
// @ts-ignore
import Fortmatic from 'fortmatic'
import { convertUtf8ToHex } from '@walletconnect/utils'
Expand Down Expand Up @@ -421,16 +421,16 @@ class App extends React.Component<any, any> {
options: {
key: process.env.REACT_APP_FORTMATIC_KEY
}
},
}
// squarelink: {
// package: Squarelink,
// options: {
// id: process.env.REACT_APP_SQUARELINK_ID
// }
// },
torus: {
package: Torus
}
// torus: {
// package: Torus
// }
}}
onConnect={(provider: any) => {
this.onConnect(provider)
Expand Down

0 comments on commit a0842f7

Please sign in to comment.