Skip to content

Commit

Permalink
refactor: restore root gauge code to the monorepo (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
EndymionJkb authored Sep 5, 2023
1 parent 2d4f713 commit 22c7f94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
39 changes: 0 additions & 39 deletions src/helpers/contracts/MockAvalancheRootGauge.sol

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ describeForkTest('AvalancheRootGaugeFactory V2', 'mainnet', 17879200, function (
sharedBeforeEach(async () => {
const input = task.input() as AvalancheRootGaugeFactoryDeployment;
// We need to set force to `true`.
// Source code for this Mock is in src/helpers/contracts
// The mock root gauge code is in the monorepo, in liquidity-mining/contracts/test.
mockGauge = await task.deploy('MockAvalancheRootGauge', [input.BalancerMinter, input.BALProxy], admin, true);

// Fund mock gauge with BAL
Expand Down

0 comments on commit 22c7f94

Please sign in to comment.