Skip to content

Commit

Permalink
fix etherscan url
Browse files Browse the repository at this point in the history
  • Loading branch information
YouStillAlive committed Jun 13, 2024
1 parent ae7d508 commit 0286e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const config: HardhatUserConfig = {
showMethodSig: true,
currency: 'USD',
token: 'ETH',
gasPriceApi: 'https://api.bscscan.com/api?module=proxy&action=eth_gasPrice&apikey=' + process.env.ETHERSCAN_API_KEY,
gasPriceApi: 'https://api.etherscan.io/api?module=proxy&action=eth_gasPrice&apikey=' + process.env.ETHERSCAN_API_KEY,
coinmarketcap: process.env.CMC_API_KEY || '',
noColors: true,
reportFormat: "markdown",
Expand Down

0 comments on commit 0286e43

Please sign in to comment.