From a8559d9918b455417548f4de18f049dd2067e003 Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Thu, 25 Sep 2025 10:40:44 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.