commit
c4f6904bd7
|
@ -2,7 +2,7 @@
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
import { connect } from 'react-redux'
|
import { connect } from 'react-redux'
|
||||||
import Web3Connect from 'web3connect'
|
import Web3Connect from 'web3connect'
|
||||||
// import Torus from '@toruslabs/torus-embed'
|
import Torus from '@toruslabs/torus-embed'
|
||||||
import WalletConnectProvider from '@walletconnect/web3-provider'
|
import WalletConnectProvider from '@walletconnect/web3-provider'
|
||||||
import Portis from '@portis/web3'
|
import Portis from '@portis/web3'
|
||||||
import Squarelink from 'squarelink'
|
import Squarelink from 'squarelink'
|
||||||
|
@ -35,15 +35,15 @@ export const web3Connect = new Web3Connect.Core({
|
||||||
id: SQUARELINK_CLIENT_ID,
|
id: SQUARELINK_CLIENT_ID,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
// torus: {
|
torus: {
|
||||||
// package: Torus,
|
package: Torus,
|
||||||
// options: {
|
options: {
|
||||||
// enableLogging: false,
|
enableLogging: false,
|
||||||
// buttonPosition: 'bottom-left',
|
buttonPosition: 'bottom-left',
|
||||||
// buildEnv: process.env.NODE_ENV,
|
buildEnv: process.env.NODE_ENV,
|
||||||
// showTorusButton: true,
|
showTorusButton: true,
|
||||||
// },
|
},
|
||||||
// },
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue