Skip to content

Commit

Permalink
increase gas_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun1on committed Jul 17, 2024
1 parent 261688e commit d9b3d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
with:
version: nightly

- name: Run tests
- name: Check format
run: forge fmt --check
1 change: 1 addition & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ optimizer_runs = 1000000
ffi = true
fs_permissions = [{ access = "read-write", path = ".forge-snapshots/"}]
evm_version = "cancun"
gas_limit = "3000000000"

[profile.ci]
fuzz_runs = 100000
Expand Down

0 comments on commit d9b3d8f

Please sign in to comment.