We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61af65b commit 4272afdCopy full SHA for 4272afd
flake.nix
@@ -92,7 +92,7 @@
92
gnupg
93
];
94
95
- # minimem development shell
+ # minimum development shell
96
minimumDevInputs = commonDevInputs ++ ethDevInputs ++ defaultNodeDevInputs;
97
98
# additional tooling for whitehat hackers
packages/hot-fuzz/foundry.toml
@@ -2,7 +2,7 @@
2
root = '../..'
3
src = 'packages/hot-fuzz/contracts'
4
solc_version = "0.8.30"
5
-evm_version = 'shanghai'
+evm_version = 'cancun'
6
optimizer = true
7
optimizer_runs = 200
8
remappings = [
0 commit comments