Skip to content

Commit

Permalink
fix error in hardhat config
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Feb 17, 2023
1 parent 9faa8be commit 98340c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Expand Up @@ -2,7 +2,7 @@ import {
getPrivateKey,
getInfuraApiKey,
getCoinMarketCapApiKey,
getEtherscanApiKey
getEtherscanApiKey,
getBscscanApiKey,
getPolygonscanApiKey
} from "./src/EnvParams";
Expand Down

0 comments on commit 98340c4

Please sign in to comment.