Skip to content

Commit

Permalink
♻️ Disable zksync
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Dec 12, 2023
1 parent 650a41f commit c6bf4eb
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 @@ -113,7 +113,7 @@ const config: HardhatUserConfig = {
enabled: false,
},
ledgerAccounts,
zksync: true, // Enable zkSync in the Hardhat local network
// zksync: true, // Enable zkSync in the Hardhat local network
},
localhost: {
url: "http://127.0.0.1:8545",
Expand Down

0 comments on commit c6bf4eb

Please sign in to comment.