Skip to content

Commit 8ec6cc0

Browse files
Merge remote-tracking branch 'origin/main' into etherscan-verification
2 parents ca8a08b + 21cf396 commit 8ec6cc0

File tree

3 files changed

+738
-317
lines changed

3 files changed

+738
-317
lines changed

hardhat.config.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ const config: HardhatUserConfig = {
7070
username: "thesis",
7171
project: "thesis/threshold-network",
7272
},
73-
etherscan: {
74-
apiKey: process.env.ETHERSCAN_API_KEY,
73+
verify: {
74+
etherscan: {
75+
apiKey: process.env.ETHERSCAN_API_KEY,
76+
},
7577
},
7678
external: {
7779
contracts: [

0 commit comments

Comments
 (0)