Skip to content

Commit

Permalink
feat: add Base support (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
solarthesis authored Mar 18, 2024
1 parent a11a7fe commit 044ad63
Showing 1 changed file with 4 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 @@ -47,6 +47,10 @@ def providers():
yield "optimism", "goerli-fork", HardhatForkProvider
yield "optimism", "sepolia-fork", HardhatForkProvider

yield "base", LOCAL_NETWORK_NAME, HardhatProvider
yield "base", "mainnet-fork", HardhatForkProvider
yield "base", "sepolia-fork", HardhatForkProvider

yield "polygon", LOCAL_NETWORK_NAME, HardhatProvider
yield "polygon", "mainnet-fork", HardhatForkProvider
yield "polygon", "mumbai-fork", HardhatForkProvider
Expand Down

0 comments on commit 044ad63

Please sign in to comment.