Omsify / hETH

hETH — gas optimised WETH implementation in Huff. ⛽

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace all 0x00 appearances with the push0 opcode

Omsify opened this issue · comments

commented

Huff compiles 0x00 to PUSH1 0x00, which is 1 gas more expensive than the push0 opcode