Skip to content

Commit

Permalink
Adding missing Hardhat configuration for Goerli network (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
liarco authored Sep 26, 2022
1 parent 4a95b58 commit 82558af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smart-contract/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,9 @@ const config: HardhatUserConfig = {
etherscan: {
apiKey: {
// Ethereum
rinkeby: process.env.BLOCK_EXPLORER_API_KEY,
goerli: process.env.BLOCK_EXPLORER_API_KEY,
mainnet: process.env.BLOCK_EXPLORER_API_KEY,
rinkeby: process.env.BLOCK_EXPLORER_API_KEY,

// Polygon
polygon: process.env.BLOCK_EXPLORER_API_KEY,
Expand Down

0 comments on commit 82558af

Please sign in to comment.