umbra-protocol
umbra-protocol copied to clipboard
Clean up `contracts/deploy-history` folder
Right now the folder is cluttered, and it contains both test deployments and production deployments with no way to discern the two. I think we should:
- Have a canonical
deploys.jsonfile in thedeploy-historyfolder which contains production deplys - Create a
deploy-history/archivefolder to hold the full set of deploy logs currently shown - Update the deploy script to handle this change