Skip to content

Commit

Permalink
etherscan config
Browse files Browse the repository at this point in the history
  • Loading branch information
ialberquilla committed Jul 26, 2023
1 parent cc30f92 commit 0f288c6
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 @@ -40,7 +40,7 @@ const config: HardhatUserConfig = {
},
etherscan: {
apiKey: {
polygonMumbai: 'S4ABE91AKTPWA2HTKTY5IHBWZ7N5IEMI11'
polygonMumbai: process.env.ETHERSCAN_API || ""
}
}
};
Expand Down

0 comments on commit 0f288c6

Please sign in to comment.