Skip to content

Commit

Permalink
fix: sourcify
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Feb 1, 2024
1 parent ade3e8c commit a0538f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ const {

const config: HardhatUserConfig = {
solidity: "0.8.20",
sourcify: {
enabled: true,
},
networks: {
ethereum: {
url: ETHEREUM_API_URL,
Expand Down

0 comments on commit a0538f0

Please sign in to comment.