core
core copied to clipboard
[Feature] sol! attrs bytecode_path and deployed_bytecode_path
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