10 lines
274 B
TOML
10 lines
274 B
TOML
[profile.default]
|
|
src = "src"
|
|
out = "out"
|
|
libs = ["lib"]
|
|
fs_permissions = [{ access = "read-write", path = "./"}]
|
|
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
|
|
|
|
[rpc_endpoints]
|
|
goerli = "${GOERLI_RPC_URL}"
|
|
# Remappings in remappings.txt
|