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
Currently, make compile_contracts update data/contracts.json but it does not update or remove data/deployment*.json. So make compile_contracts leaves the data directory out of sync. This issue keeps track of making sure that make compile_contracts remove stale deployment files.
Shall we try to remove only the broken deployment files? Or can we simply remove all deployment files?
The text was updated successfully, but these errors were encountered:
Currently,
make compile_contracts
updatedata/contracts.json
but it does not update or removedata/deployment*.json
. Somake compile_contracts
leaves thedata
directory out of sync. This issue keeps track of making sure thatmake compile_contracts
remove stale deployment files.Shall we try to remove only the broken deployment files? Or can we simply remove all deployment files?
The text was updated successfully, but these errors were encountered: