Skip to content

Commit

Permalink
honey I deleted the wrong file
Browse files Browse the repository at this point in the history
  • Loading branch information
elfedy committed Dec 24, 2024
1 parent c557dc8 commit 778786c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions crates/zksync/compilers/test-data/yul-sample/SimpleStore.yul
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
object "SimpleStore" {
code {
datacopy(0, dataoffset("SimpleStore_deployed"), datasize("SimpleStore_deployed"))
return(0, datasize("SimpleStore_deployed"))
}
object "SimpleStore_deployed" {
code {
calldatacopy(0, 0, 36) // write calldata to memory
}
}
}

This file was deleted.

0 comments on commit 778786c

Please sign in to comment.