Skip to content

Commit

Permalink
fix: fix mainnet fork update for sanity checker
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Oct 11, 2024
1 parent 2ec00cc commit a862c7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export async function main() {
const proxyLocator = await ethers.getContractAt("OssifiableProxy", locatorAddress);
const proxyAdmin = await proxyLocator.proxy__getAdmin();

const proxyAdminSigner = await impersonate(proxyAdmin, ether("1"));
const proxyAdminSigner = await impersonate(proxyAdmin, ether("100"));

await updateLidoLocatorImplementation(
locatorAddress,
Expand Down

0 comments on commit a862c7a

Please sign in to comment.