ubiquity-dollar
ubiquity-dollar copied to clipboard
Enable Etherscan Support for Diamond
Depends on #300 to be completed.
We should add etherscan support for the Diamond contract using https://github.com/zdenham/diamond-etherscan
Corresponding docs
What should be done:
- Add a shell script which generates the dummy contract (step 1 from the docs)
- Add dummy contract deployment to the development deploy scripts
- Add EtherscanFacet to our Diamond contract
- In the dummy deployment script set the proxy implementation to point to the deployed dummy
This way we would have an "etherscan friendly" development deploy which we would later modify for production deployment