diff --git a/src/components/ConnectButton/index.tsx b/src/components/ConnectButton/index.tsx index c382253a..a3a2d3a4 100644 --- a/src/components/ConnectButton/index.tsx +++ b/src/components/ConnectButton/index.tsx @@ -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) => { diff --git a/src/config/networks/volta.ts b/src/config/networks/volta.ts index 3d96e6f8..ca35f29f 100644 --- a/src/config/networks/volta.ts +++ b/src/config/networks/volta.ts @@ -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,