wevm / anvil.js

TypeScript wrapper for Foundry Anvil
MIT License
111 stars 14 forks source link

Unable to startProxy in Playwright global setup #36

Closed matthewlilley closed 11 months ago

matthewlilley commented 1 year ago

Playwright imports CJS by default in global setup, but it will complain about get-port needing to be dyanmically imported. I made a patch in our repository: https://github.com/sushiswap/sushiswap/blob/master/patches/%40viem__anvil%400.0.6.patch

matthewlilley commented 1 year ago

Added here to track @fubhy

conwayconstar commented 1 year ago

Added fix in PR https://github.com/wagmi-dev/anvil.js/pull/38 awaiting CI issue with ENV var to be fixed

fubhy commented 11 months ago

Thanks for the fix and sorry for the delay