Skip to content

Commit

Permalink
fix: enable gas price track
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Jan 31, 2024
1 parent 92cc7eb commit 1b95057
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const config: HardhatUserConfig = {
currency: "USD",
gasPriceApi:
"https://api.etherscan.io/api?module=proxy&action=eth_gasPrice",
enabled: true,
},
};

Expand Down

0 comments on commit 1b95057

Please sign in to comment.