Skip to content

Commit 7302b1e

Browse files
committed
bump up solidity versions
1 parent b4d9ed7 commit 7302b1e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/onft721-zksync/hardhat.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ const config: HardhatUserConfig = {
4949
version: '0.8.24',
5050
eraVersion: '1.0.0', //optional. Compile contracts with EraVM compiler
5151
settings: {
52+
evmVersion: 'cancun',
5253
optimizer: {
5354
enabled: true,
5455
runs: 200,

examples/onft721/hardhat.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const config: HardhatUserConfig = {
4545
{
4646
version: '0.8.24',
4747
settings: {
48+
evmVersion: 'cancun',
4849
optimizer: {
4950
enabled: true,
5051
runs: 200,

0 commit comments

Comments
 (0)