helios
helios copied to clipboard
refactor: make better use of alloy types
Investigate whether we can use the alloy BlockTag
, CallOpts
, and Account
types everywhere. Additionally audit use of Vec<u8>
to see if it can be switched to alloy Bytes
when applicable.