liteflow-labs / starter-kit

NFT Marketplace running on the Liteflow infrastructure
https://demo.liteflow.com
Apache License 2.0
11 stars 43 forks source link

Remove `useEagerConnect` hook #231

Closed antho1404 closed 1 year ago

antho1404 commented 1 year ago

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

antho1404 commented 1 year ago

merged with https://github.com/liteflow-labs/starter-kit/pull/291