Skip to content

Commit

Permalink
feat: update foundry runs and env example
Browse files Browse the repository at this point in the history
  • Loading branch information
adamegyed committed Dec 18, 2024
1 parent a9c7829 commit aa26e57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ WEBAUTHN_VALIDATION_MODULE_SALT=
MODULAR_ACCOUNT_IMPL_SALT=
SEMI_MODULAR_ACCOUNT_7702_IMPL_SALT=
SEMI_MODULAR_ACCOUNT_BYTECODE_IMPL_SALT=
SEMI_MODULAR_ACCOUNT_STORAGEONLY_IMPL_SALT=
SEMI_MODULAR_ACCOUNT_STORAGE_ONLY_IMPL_SALT=

ACCOUNT_FACTORY_SALT=

Expand Down
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cache_path = 'cache-optimized'
deny_warnings = true
via_ir = true
test = 'src'
optimizer_runs = 10_000_000_000
optimizer_runs = 10000000
out = 'out-optimized-standalone'
cache_path = 'cache-optimized-standalone'

Expand Down

0 comments on commit aa26e57

Please sign in to comment.