You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In development when changing the grantRegistry and grantRoundManager contract addresses (in chains.ts) you must clear cache and clear the IndexDB in order to see the correct grants. This should happen automatically. I.E. we could keep the other cached data but index new data under a new key and point to the appropriate set of data depending on contracts being used.
The text was updated successfully, but these errors were encountered:
In development when changing the grantRegistry and grantRoundManager contract addresses (in chains.ts) you must clear cache and clear the IndexDB in order to see the correct grants. This should happen automatically. I.E. we could keep the other cached data but index new data under a new key and point to the appropriate set of data depending on contracts being used.
The text was updated successfully, but these errors were encountered: