Skip to content

Commit 9f2259a

Browse files
committed
explicit evm_version for automation-contracts
1 parent 83865d2 commit 9f2259a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/automation-contracts/autowrap/foundry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ root = '../../../'
33
libs = ['lib']
44
src = 'packages/automation-contracts/autowrap'
55
solc_version = "0.8.23"
6+
evm_version = 'paris'
67
optimizer = true
78
optimizer_runs = 200
89
remappings = [

packages/automation-contracts/scheduler/foundry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ root = '../../../'
33
libs = ['lib']
44
src = 'packages/automation-contracts/scheduler'
55
solc_version = "0.8.23"
6+
evm_version = 'paris'
67
optimizer = true
78
optimizer_runs = 200
89
remappings = [

0 commit comments

Comments
 (0)