How can I connect to the goerli test network using the wagmi useConnect hooks and the metamask connector?
const { connect } = useConnect({
connector: new MetaMaskConnector(),
chainId: goerli.id,
})
This is how I am trying it, and how will I know that I have connected to the goerli network?