From 83c72e194b74a4fb9bd91ecdecdffbaff176e121 Mon Sep 17 00:00:00 2001 From: 0xsisyfos <107465625+0xsisyfos@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:43:42 -0600 Subject: [PATCH] Update faq.md (#994) --- docs/build/support/faq.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/build/support/faq.md b/docs/build/support/faq.md index de07bd6c02..cb91b668d9 100644 --- a/docs/build/support/faq.md +++ b/docs/build/support/faq.md @@ -161,10 +161,6 @@ Our [Block Explorer](https://explorer.zksync.io) will show everything you may ne The contract address derivation formula is different from the regular EVM approach. Even if a contract is deployed from the same account address with the same nonce, the zkSync Era contract address will not be the same as it is in another EVM network. This means, for example, that no one will be able to claim an existing Ethereum address of your protocol to try to trick users into interacting with a malicious version of it. -## What is the storage limit for smart contracts on zkSync Era? - -The current limit is 3600000000 gas. - ## What is Block Gas Limit on zkSync Era? The current value is currently set at roughly 2^32 gas.