Remove dappId from OnboardJS connection (#1627)
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm> Co-authored-by: nicolas <nicosampler@users.noreply.github.com>
This commit is contained in:
parent
fc1250d528
commit
e3a8b9fe2a
|
@ -8,7 +8,6 @@ import { fetchProvider, removeProvider } from 'src/logic/wallets/store/actions'
|
|||
import transactionDataCheck from 'src/logic/wallets/transactionDataCheck'
|
||||
import { getSupportedWallets } from 'src/logic/wallets/utils/walletList'
|
||||
import { store } from 'src/store'
|
||||
import { BLOCKNATIVE_KEY } from 'src/utils/constants'
|
||||
|
||||
const networkId = getNetworkId()
|
||||
|
||||
|
@ -18,7 +17,6 @@ let providerName
|
|||
const wallets = getSupportedWallets()
|
||||
|
||||
export const onboard = Onboard({
|
||||
dappId: BLOCKNATIVE_KEY,
|
||||
networkId: networkId,
|
||||
subscriptions: {
|
||||
wallet: (wallet) => {
|
||||
|
|
|
@ -42,8 +42,6 @@ const mainnet: NetworkConfig = {
|
|||
},
|
||||
},
|
||||
disabledWallets: [
|
||||
WALLETS.TREZOR,
|
||||
WALLETS.LEDGER,
|
||||
WALLETS.COINBASE,
|
||||
WALLETS.DAPPER,
|
||||
WALLETS.FORTMATIC,
|
||||
|
@ -53,7 +51,6 @@ const mainnet: NetworkConfig = {
|
|||
WALLETS.TORUS,
|
||||
WALLETS.TRUST,
|
||||
WALLETS.UNILOGIN,
|
||||
WALLETS.WALLET_CONNECT,
|
||||
WALLETS.WALLET_LINK,
|
||||
WALLETS.AUTHEREUM,
|
||||
WALLETS.LATTICE,
|
||||
|
|
Loading…
Reference in New Issue