Skip to content

Commit

Permalink
Switched proposer address in fork tests to one with some voting power
Browse files Browse the repository at this point in the history
  • Loading branch information
jferas committed Sep 26, 2024
1 parent 862aee8 commit e1dc1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ForkTestSimulateUpgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe("ForkTestSimulateUpgrade", function () {
"0xc0Da02939E1441F497fd74F78cE7Decb17B66529",
);
const proposingSigner = await ethers.getSigner(
"0x2775b1c75658Be0F640272CCb8c72ac986009e38",
"0xc3d688B66703497DAA19211EEdff47f25384cdc3",
);
await hardhat.network.provider.send("hardhat_setBalance", [
proposingSigner.address,
Expand Down

0 comments on commit e1dc1e2

Please sign in to comment.