Skip to content

Commit 4272afd

Browse files
committed
change hot-fuzz evm target
1 parent 61af65b commit 4272afd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
gnupg
9393
];
9494

95-
# minimem development shell
95+
# minimum development shell
9696
minimumDevInputs = commonDevInputs ++ ethDevInputs ++ defaultNodeDevInputs;
9797

9898
# additional tooling for whitehat hackers

packages/hot-fuzz/foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
root = '../..'
33
src = 'packages/hot-fuzz/contracts'
44
solc_version = "0.8.30"
5-
evm_version = 'shanghai'
5+
evm_version = 'cancun'
66
optimizer = true
77
optimizer_runs = 200
88
remappings = [

0 commit comments

Comments
 (0)