Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ To get the dummy implementation, solution is to:

- download the [repo](https://github.com/zdenham/diamond-etherscan/blob/main/README.md) and follow the instructions
- upload the dummy implementation [here](./scripts/generated/DummyDiamondImplementation.sol)
- if the address used has ownership on the Transmuter contracts, run [this script](./scripts/gnosis/VerifyProxyEtherscan.s.sol) to deploy the new dummy facet and add it to the whole Transmuter system
- if the address used has ownership on the Transmuter contracts, run [this script](https://github.com/AngleProtocol/angle-transmuter/blob/main/scripts/gnosis/VerifyProxyEtherscanGnosis.s.sol) to deploy the new dummy facet and add it to the whole Transmuter system
- go to Etherscan and point the `DiamondProxy` to the `DiamondEtherscanFacet` contract

Every time a facet is updated with a new function or a change in interface, a new dummy implementation should be deployed and governance should call `DiamondEtherscan.setDummyImplementation()` with the newly deployed dummy implementation.
Expand Down