ApeWorX / ape-hardhat

Hardhat network provider for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
18 stars 15 forks source link

fix: issue where process never exits [APE-953] #151

Closed antazoey closed 1 year ago

antazoey commented 1 year ago

What I did

Fixes: APE-953 fixes: #143

How I did it

following advice from https://github.com/NomicFoundation/hardhat/issues/4036

basically use actual binary

How to verify it

when closing a console session or something, the process actually stops, like it did before and like how foundry and ganache and all the others still work

Checklist