Skip to content

Commit

Permalink
fix: tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaShWoof committed Dec 17, 2024
1 parent 0f26863 commit bf64a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import '@nomiclabs/hardhat-ethers';
import '@nomiclabs/hardhat-etherscan';
import '@typechain/hardhat';
import 'hardhat-chai-matchers';
import 'hardhat-change-network';
import 'hardhat-contract-sizer';
import 'hardhat-cover';
import 'hardhat-gas-reporter';
Expand Down
2 changes: 1 addition & 1 deletion tasks/deployment_manager/task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ task('calculateMultiplier', 'Calculates the multiplier for a rewardsV2 campaign'
const dm = new DeploymentManager(
network,
deployment,
getForkEnv(env, deployment)
await getForkEnv(env, deployment)
);

const comet = await dm.contract('comet');
Expand Down

0 comments on commit bf64a5a

Please sign in to comment.