Skip to content

Commit

Permalink
Fixed config bug for CI pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
broken-byte committed Jun 22, 2024
1 parent 3acb709 commit 7ef1604
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { HardhatUserConfig } from "hardhat/config";
import "@nomicfoundation/hardhat-toolbox";
import "./tasks/LockBasedWhaleLiquidity";
import "@nomicfoundation/hardhat-verify";

const isPreppedForTestnetAndMainnetDeployments: Boolean = true;
Expand Down

0 comments on commit 7ef1604

Please sign in to comment.