Skip to content

Commit

Permalink
feat: add default configs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellinoco committed Oct 19, 2024
1 parent 5b32130 commit e08cd0c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,12 @@ src = "src"
out = "out"
libs = ["lib"]

ffi = true
ast = true
build_info = true
extra_output = ["storageLayout"]

[rpc_endpoints]
anvil = "http://localhost:8545"

# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options

0 comments on commit e08cd0c

Please sign in to comment.