Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
EndymionJkb committed Feb 12, 2025
1 parent 09799bd commit 33de523
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ describeForkTest('ProtocolFeeController', 'mainnet', 21827132, function () {

const fork = getForkedNetwork(hre);

const WETH = wethTask.output({network: fork}).WETH;
const BAL = balTask.output({network: fork}).BAL;
const WETH = wethTask.output({ network: fork }).WETH;
const BAL = balTask.output({ network: fork }).BAL;

tokenConfig = [
{
token: WETH,
Expand Down

0 comments on commit 33de523

Please sign in to comment.