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 May 12, 2025. It is now read-only.
The vm.ffi enables running arbitrary commands on your machine, which is dangerous and it is generally advised to use only as a last resort.
What you think about writing a custom vm.suaveGeth() cheatcode directly in forge, which would allow only the suave-geth to be run with any arguments? It could be implemented in the suavex-foundry repository, both users and this repository would then have to make the switch to use this library. Then the Connector.sol would have to be updated, but the changes would not have to be great.
The
vm.ffienables running arbitrary commands on your machine, which is dangerous and it is generally advised to use only as a last resort.What you think about writing a custom
vm.suaveGeth()cheatcode directly in forge, which would allow only thesuave-gethto be run with any arguments? It could be implemented in thesuavex-foundryrepository, both users and this repository would then have to make the switch to use this library. Then theConnector.solwould have to be updated, but the changes would not have to be great.