ApeWorX / ape-foundry

Foundry network provider for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
32 stars 13 forks source link

fix: allow empty fork config to default to empty dict #102

Closed antazoey closed 3 months ago

antazoey commented 4 months ago

What I did

i had a config like:

foundry:
  fork:
#    ethereum:
#      mainnet:
#        upstream_provider: geth

which turned to None and broke. this fixes it

How I did it

default to empty dict when none

How to verify it

example cfg

Checklist