Skip to content

Commit 9cd64d6

Browse files
committed
feat: Target latest EVM version
1 parent 11db51a commit 9cd64d6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

hardhat.config.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,6 @@ const v8Settings = {
7171
},
7272
},
7373
},
74-
// TODO remove this to target the latest EVM version.
75-
/**
76-
* @dev The 0.8.20 compiler switches the default target EVM version to Shanghai.
77-
* At this time, the iExec Bellecour blockchain does not support new OPCODES
78-
* brought by the Shanghai fork, hence the target must be lowered.
79-
*/
80-
evmVersion: bellecourBaseConfig.hardfork,
8174
};
8275

8376
const config: HardhatUserConfig = {

0 commit comments

Comments
 (0)