Skip to content

Commit

Permalink
Fixed CurvePoolBooster fork test
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 committed Jan 30, 2025
1 parent 60a8f70 commit 236ccfc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ describe("ForkTest: CurvePoolBooster", function () {
wousd = fixture.wousd;
josh = fixture.josh;

// Set Campaing Id to 0
const { strategist } = await getNamedAccounts();
sStrategist = await ethers.provider.getSigner(strategist);
// Set Campaign Id to 0
const { multichainStrategistAddr } = await getNamedAccounts();
sStrategist = await ethers.provider.getSigner(multichainStrategistAddr);
const gov = await curvePoolBooster.governor();
sGov = await ethers.provider.getSigner(gov);
woethSigner = await impersonateAndFund(wousd.address);
Expand Down

0 comments on commit 236ccfc

Please sign in to comment.