ethereum-optimism / mocktimism

[WIP!] Coordinates two anvil process (L1 and L2) for testing / forking op-stack chains (mocktimism placeholder name)
MIT License
20 stars 7 forks source link

Implement better toml resolution #38

Closed roninjin10 closed 10 months ago

roninjin10 commented 10 months ago

Description

Currently the config/config.go package loads the toml. The cli/cli.go package can take an optional flag to a toml config. The default behavior is to look at ./mocktimism.toml. What would be better is if we recursively looked for a mocktimism.toml. E.g. look in current dir, then parent dir, then grandparent dir...

Tasks

Sabnock01 commented 10 months ago

Will take this.