Skip to content

Commit

Permalink
Merge branch 'feat/second-opinion-test' of git-ldo:lidofinance/lido-d…
Browse files Browse the repository at this point in the history
…ao into feat/second-opinion-test
  • Loading branch information
vp4242 committed Oct 11, 2024
2 parents 261f90f + a862c7a commit 5897662
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 5897662

Please sign in to comment.