core icon indicating copy to clipboard operation
core copied to clipboard

[Feature] sol! attrs bytecode_path and deployed_bytecode_path

Open kpp opened this issue 1 year ago • 0 comments

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

kpp avatar Jun 12 '24 15:06 kpp