wip
This commit is contained in:
parent
5b376885fd
commit
9f0b163303
19 changed files with 1340 additions and 490 deletions
|
|
@ -3,6 +3,10 @@ src = "src"
|
|||
out = "out"
|
||||
libs = ["lib"]
|
||||
fs_permissions = [{ access = "read-write", path = "./"}]
|
||||
gas_limit = 100_000_000
|
||||
gas_price = 0
|
||||
optimizer = true
|
||||
optimizer_runs = 200
|
||||
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
|
||||
|
||||
[rpc_endpoints]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue