Skip to content

Commit

Permalink
removed goerli
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvolear committed Feb 28, 2024
1 parent 7be4e61 commit b5eac41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ const config: HardhatUserConfig = {
},
etherscan: {
apiKey: {
goerli: `${process.env.ETHERSCAN_KEY}`,
sepolia: `${process.env.ETHERSCAN_KEY}`,
mainnet: `${process.env.ETHERSCAN_KEY}`,
bscTestnet: `${process.env.BSCSCAN_KEY}`,
Expand Down

0 comments on commit b5eac41

Please sign in to comment.