We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d44391 commit 6c73000Copy full SHA for 6c73000
protocol-contracts/fhevm-cli/hardhat.config.ts
@@ -1,4 +1,3 @@
1
-// Add the FHEVM Hardhat plugin here!
2
import "@fhevm/hardhat-plugin";
3
import "@nomicfoundation/hardhat-chai-matchers";
4
import "@nomicfoundation/hardhat-ethers";
@@ -13,7 +12,6 @@ const config: HardhatUserConfig = {
13
12
solidity: {
14
version: "0.8.28",
15
settings: {
16
- // ⚠️ FHEVM requires at least the "cancun" EVM version
17
evmVersion: "cancun",
18
},
19
0 commit comments