Skip to content

Commit

Permalink
hardat-verify: fix "test hardhat-verify on Windows with Node 16" for …
Browse files Browse the repository at this point in the history
…sourcify config
  • Loading branch information
marcocastignoli committed Dec 18, 2023
1 parent 5b9065a commit b387e9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/hardhat-verify/test/unit/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ describe("Extend config", () => {
const userConfig: HardhatUserConfig = {};
const expected: SourcifyConfig = {
enabled: false,
apiUrl: "https://sourcify.dev/server",
browserUrl: "https://repo.sourcify.dev",
};
sourcifyConfigExtender(hardhatConfig, userConfig);

Expand Down

0 comments on commit b387e9c

Please sign in to comment.