Skip to content

Commit 6c73000

Browse files
committed
chore(protocol-contracts): removed obsolete comments in hardhat config
1 parent 5d44391 commit 6c73000

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

protocol-contracts/fhevm-cli/hardhat.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Add the FHEVM Hardhat plugin here!
21
import "@fhevm/hardhat-plugin";
32
import "@nomicfoundation/hardhat-chai-matchers";
43
import "@nomicfoundation/hardhat-ethers";
@@ -13,7 +12,6 @@ const config: HardhatUserConfig = {
1312
solidity: {
1413
version: "0.8.28",
1514
settings: {
16-
// ⚠️ FHEVM requires at least the "cancun" EVM version
1715
evmVersion: "cancun",
1816
},
1917
},

0 commit comments

Comments
 (0)