We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6188f37 commit 82918f4Copy full SHA for 82918f4
.github/workflows/certora.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
22
with:
23
submodules: recursive
24
@@ -28,10 +28,10 @@ jobs:
28
java-version: '11'
29
java-package: jre
30
31
- - name: Set up Python 3.8
32
- uses: actions/setup-python@v3
+ - name: Set up Python 3.13
+ uses: actions/setup-python@v5
33
34
- python-version: 3.8
+ python-version: 3.13
35
36
- name: Install solc-select
37
run: pip3 install solc-select
foundry.toml
@@ -3,6 +3,9 @@ src = "src"
3
out = "out"
4
libs = ["lib"]
5
solc = "0.8.21"
6
+optimizer = true
7
+optimizer_runs = 200
8
+evmVersion = "shanghai"
9
fs_permissions = [
10
{ access = "read", path = "./script/input/"},
11
{ access = "read", path = "./out/"},
0 commit comments