Skip to content

Commit

Permalink
feat: include missing testnet forks (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Nov 17, 2022
1 parent 8da11fa commit 84b824d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ape_hardhat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@ def providers():

yield "fantom", LOCAL_NETWORK_NAME, HardhatProvider
yield "fantom", "opera-fork", HardhatForkProvider
yield "fantom", "testnet-fork", HardhatForkProvider

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

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


__all__ = [
Expand Down

0 comments on commit 84b824d

Please sign in to comment.