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
The readme says that we can deploy GasSponsorInvoker to alphanet doing $ forge create GasSponsorInvoker --private-key <your-private-key> --rpc-url <alphanet-rpc-url>
However this command assumes that forge refers to a patched binary in the host machine. In most cases people will have a regular non-patchedforge registered in PATH, which will cause re-compilation of GasSponsorInvoker to fail.
The text was updated successfully, but these errors were encountered:
The readme says that we can deploy
GasSponsorInvoker
to alphanet doing$ forge create GasSponsorInvoker --private-key <your-private-key> --rpc-url <alphanet-rpc-url>
However this command assumes that
forge
refers to a patched binary in the host machine. In most cases people will have a regular non-patchedforge
registered in PATH, which will cause re-compilation of GasSponsorInvoker to fail.The text was updated successfully, but these errors were encountered: