wBanano / wban-dApp

GNU General Public License v3.0
20 stars 11 forks source link

Show farms without verifying wallet #94

Open ohamouda-karim opened 2 years ago

ohamouda-karim commented 2 years ago

Some users might prefer to view farms before verifying wallet.

wrap-that-potassium commented 2 years ago

Same issue with the NFTs page. Most of the pages should NOT check for bridge setup, except the one where wrapping/unwrapping can be done.

wrap-that-potassium commented 1 year ago

Some users might prefer to view farms before verifying wallet.

I haven't forgotten this issue, but this is a rather complicated one to tackle as there are plenty of calls made to display the farms data. Those calls needs a valid Web3 connection. It should fallback to a static provider when the user ain't connected 🤔