diff --git a/hardhat.config.ts b/hardhat.config.ts index e2951a6..7700207 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -35,6 +35,7 @@ const config: HardhatUserConfig = { currency: "USD", gasPriceApi: "https://api.etherscan.io/api?module=proxy&action=eth_gasPrice", + enabled: true, }, };