diff --git a/apps/trading/pages/index.page.tsx b/apps/trading/pages/index.page.tsx index 32f5dacb5..5e737d079 100644 --- a/apps/trading/pages/index.page.tsx +++ b/apps/trading/pages/index.page.tsx @@ -1,9 +1,6 @@ import { Callout, Button } from '@vegaprotocol/ui-toolkit'; -import { useVegaWallet } from '@vegaprotocol/react-helpers'; export function Index() { - const { keypair, keypairs, selectPublicKey, sendTx } = useVegaWallet(); - return (