We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834bbc4 commit f937136Copy full SHA for f937136
.github/workflows/ci.yml
@@ -154,7 +154,7 @@ jobs:
154
- name: Install Foundry
155
uses: foundry-rs/foundry-toolchain@v1
156
with:
157
- version: stable
+ version: nightly
158
- name: Install Dependencies
159
run: forge install
160
- name: Run prep scripts and forge fmt
foundry.toml
@@ -31,6 +31,7 @@ skip = []
31
[profile.ithaca]
32
evm_version = "cancun"
33
odyssey = true
34
+gas_limit = 100_000_000
35
skip = []
36
37
[profile.solx]
0 commit comments