Skip to content

Commit

Permalink
feat: add polygon mainnet fork (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
r4VP4 authored Nov 17, 2022
1 parent 1d39a2a commit 8da11fa
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 @@ -34,6 +34,9 @@ def providers():
yield "arbitrum", LOCAL_NETWORK_NAME, HardhatProvider
yield "arbitrum", "mainnet-fork", HardhatForkProvider

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


__all__ = [
"HardhatNetworkConfig",
Expand Down

0 comments on commit 8da11fa

Please sign in to comment.