FlipsideCrypto / badger

EVM primitive, protocol and app layer that exposes top-down management mechanisms for on-chain organizations. Badger is the key to the existing gates and locks within Web3.
https://www.trybadger.com/
MIT License
22 stars 1 forks source link

fix: changing connected wallets in the dashboard breaks everything #230

Closed nftchance closed 1 year ago

nftchance commented 1 year ago

Right now, everything works fine when operating in a single wallet. When you change wallets, we store so much in memory that something is not cleared, and colliding functionality crashes the app entirely.

Can be seen in #229.

nftchance commented 1 year ago

Resolved by #231