Skip to content

Commit

Permalink
feat: add optimism (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurentiu-Andronache committed Jan 31, 2023
1 parent 0c5bb30 commit 9aef745
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ape_hardhat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ def providers():
yield "polygon", "mainnet-fork", HardhatForkProvider
yield "polygon", "mumbai-fork", HardhatForkProvider

yield "optimism", LOCAL_NETWORK_NAME, HardhatProvider
yield "optimism", "mainnet-fork", HardhatForkProvider
yield "optimism", "goerli-fork", HardhatForkProvider


__all__ = [
"HardhatNetworkConfig",
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[flake8]
max-line-length = 100
exclude =
.venv*
venv*
docs
build
Expand Down

0 comments on commit 9aef745

Please sign in to comment.