Skip to content

Commit 365b087

Browse files
committed
update more solc_version to 0.8.30
1 parent ae36ff0 commit 365b087

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/automation-contracts/autowrap/foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
root = '../../../'
33
libs = ['lib']
44
src = 'packages/automation-contracts/autowrap'
5-
solc_version = "0.8.23"
5+
solc_version = "0.8.30"
66
evm_version = 'paris'
77
optimizer = true
88
optimizer_runs = 200

packages/automation-contracts/scheduler/foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
root = '../../../'
33
libs = ['lib']
44
src = 'packages/automation-contracts/scheduler'
5-
solc_version = "0.8.23"
5+
solc_version = "0.8.30"
66
evm_version = 'paris'
77
optimizer = true
88
optimizer_runs = 200

packages/hot-fuzz/foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[profile.default]
22
root = '../..'
33
src = 'packages/hot-fuzz/contracts'
4-
solc_version = "0.8.23"
4+
solc_version = "0.8.30"
55
evm_version = 'shanghai'
66
optimizer = true
77
optimizer_runs = 200

0 commit comments

Comments
 (0)