ApeWorX / ape-foundry

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

Use `anvil_mine` instead of `evm_mine` for faster mining via `chain.mine` [APE-1234] #68

Closed fubuloubu closed 7 months ago

fubuloubu commented 1 year ago

Change this: https://github.com/ApeWorX/ape-foundry/blob/06e0054bb5efeae6df31f53877cf50ad83055c92/ape_foundry/provider.py#L476

to more like this: https://github.com/ApeWorX/ape-hardhat/blob/13cbc7873efcaf1e9328f487276736bbd7d795e6/ape_hardhat/provider.py#L617

fubuloubu commented 7 months ago

fixed in #77