Skip to content

Commit 3b3bc87

Browse files
committed
fix: enable sourcify
1 parent f8a4683 commit 3b3bc87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hardhat.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@ const config: HardhatUserConfig = {
204204
accounts: process.env.DEPLOYER_PRIVATE_KEY ? [`0x${process.env.DEPLOYER_PRIVATE_KEY}`] : [],
205205
},
206206
},
207+
sourcify: {
208+
enabled: true,
209+
},
207210
etherscan: {
208211
apiKey: process.env.ETHERSCAN_API_KEY || "ETHERSCAN_API_KEY",
209212
customChains: [

0 commit comments

Comments
 (0)