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
I am working on a contract that makes calls to other contracts, so naturally I wanted to use the Calls.huff from Huffmate. However, I noticed in testing that the calls kept reverting. I started narrowing down the issue by copying the Calls.huff file to my local directory, which still reverted, and then copying the STATICCALL function to my contract file. In the end, it seems that there is an issue with passing arguments to the macro
I am working on a contract that makes calls to other contracts, so naturally I wanted to use the Calls.huff from Huffmate. However, I noticed in testing that the calls kept reverting. I started narrowing down the issue by copying the Calls.huff file to my local directory, which still reverted, and then copying the
STATICCALL
function to my contract file. In the end, it seems that there is an issue with passing arguments to the macroContract.huff:
foundry.toml:
The text was updated successfully, but these errors were encountered: