We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d9ed7 commit 7302b1eCopy full SHA for 7302b1e
examples/onft721-zksync/hardhat.config.ts
@@ -49,6 +49,7 @@ const config: HardhatUserConfig = {
49
version: '0.8.24',
50
eraVersion: '1.0.0', //optional. Compile contracts with EraVM compiler
51
settings: {
52
+ evmVersion: 'cancun',
53
optimizer: {
54
enabled: true,
55
runs: 200,
examples/onft721/hardhat.config.ts
@@ -45,6 +45,7 @@ const config: HardhatUserConfig = {
45
{
46
47
48
0 commit comments