You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2023. It is now read-only.
test :; forge clean && forge test --no-match-contract SettlementTestFork --optimize --optimizer-runs 1000000 -v # --ffi # enable if you need the `ffi` cheat code on HEVM
# E2E
e2e-test :; forge clean && forge test --fork-url ROPSTEN_FORK_URL --match-contract SettlementTestFork --optimize --optimizer-runs 1000000 -v --ffi # enable if you need the `ffi` cheat code on HEVM