diff --git a/contracts/precompiles/Keccak256.yul b/contracts/precompiles/Keccak256.yul index 0cc04a0..17235a3 100644 --- a/contracts/precompiles/Keccak256.yul +++ b/contracts/precompiles/Keccak256.yul @@ -4,7 +4,9 @@ * @dev It accepts the data to be hashed in the calldata, propagate it to the zkEVM built-in circuit precompile via `precompileCall` and burn . */ object "Keccak256" { - code { } + code { + return(0, 0) + } object "Keccak256_deployed" { code { ////////////////////////////////////////////////////////////////