alloy-rs/core

[Feature] improve error messages on sol invocations

Closed this issue ยท 0 comments

          Gotcha, makes sense. Maybe update the error message with a suggestion?

Also, I'm guessing if you wanted rpc calls you just do:

sol!(
  #[sol(rpc)]
  "../examples/erc20/src/test.sol"
);

Feel free to close ๐Ÿ‘

Originally posted by @alexfertel in #636 (comment)