The useEagerConnect hook might not be necessary anymore as the wallet is auto-connected by wagmi now.
Still, the application requires the ready to query the API. We need to check if this ready is still relevant, if not then the whole useEagerConnect should be removed
The
useEagerConnect
hook might not be necessary anymore as the wallet is auto-connected by wagmi now. Still, the application requires theready
to query the API. We need to check if thisready
is still relevant, if not then the wholeuseEagerConnect
should be removed