Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #57 from matter-labs/sb-add-constructor-code
Browse files Browse the repository at this point in the history
Add constructor code
  • Loading branch information
StanislavBreadless committed Nov 21, 2023
2 parents 6903d17 + bd52d32 commit b560437
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contracts/precompiles/Keccak256.yul
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit b560437

Please sign in to comment.