diff --git a/README.md b/README.md index 17273f48..26df5fd4 100644 --- a/README.md +++ b/README.md @@ -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.