Replies: 1 comment
-
Please share a link to the lesson |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently under the
compiling foundry zksync chapter
...I followed the installation instructions including...
git clone https://github.com/matter-labs/foundry-zksync.git
for the cloning.cd foundry-zksync
to switch directory .foundryup-zksync
for the installation .Forge build zksync
and finally,SimpleStorage.sol
compilation with zksyncnow the problem lies on the fourth one; while trying to run the 4th command
Forge build zksync
i got this long ass message indicating what i assume might be caused by the other files i created in thesrc
andscript
folderignoring the warnings there, i still have errors such as this one...
Error. Such calls will fail depending on the pubdata costs. Please use 'payable(<address>).call{value: <X>}("")' instead, but be careful with the...
So does the errors mean i should check my other sol files in the folder???
Beta Was this translation helpful? Give feedback.
All reactions