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
Now sol! macro accepts only literal hex for bytecode: #[sol(abi, bytecode = "HEX")]. It would be nice to be able to pass a path to .bin file with HEX bytecode inside and include it at compile time as it's done for json abi.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component
sol! macro
Describe the feature you would like
Now sol! macro accepts only literal hex for bytecode:
#[sol(abi, bytecode = "HEX")]
. It would be nice to be able to pass a path to .bin file with HEX bytecode inside and include it at compile time as it's done for json abi.Additional context
No response
The text was updated successfully, but these errors were encountered: