Skip to content

Commit ddec886

Browse files
authored
fix: no testnet alert (#367)
# Description Removes interpreter testnet warning message ## Linked Issues N/A ## Additional context v27 is live on Era and other mainnets
1 parent a43e008 commit ddec886

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

content/00.zksync-era/30.unique-features/40.evm-interpreter/01.evm-interpreter.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ description: The special contracts that allows executing EVM bytecode on EraVM
55
ZKsync Era integrates an EVM bytecode interpreter that enables compatibility with EVM bytecode.
66
The interpreter works by translating EVM instructions into EraVM instructions at execution time.
77

8-
::callout{icon="i-heroicons-exclamation-triangle" color="amber"}
9-
At the moment the EVM bytecode interpreter is only available on test blockchains.
10-
::
11-
128
This allows developers to deploy and interact with smart contracts without the need of using the ZKsync custom compilers
139
(`zksolc` and `zkvyper`). Additionally, standard EVM tooling like Foundry and Hardhat works out of the box without the need
1410
for [plugins](../../tooling/hardhat/plugins/hardhat-zksync) or [custom versions](../../tooling/foundry/overview).

content/20.zksync-protocol/75.evm-interpreter/00.overview.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ To address this, ZKsync introduces **EVM execution mode via an EVM Bytecode Inte
1212
on ZK chains **without recompilation or changes to developer tooling**. This enables projects built for Ethereum to execute in
1313
ZKsync while maintaining EraVM as the core execution environment.
1414

15-
::callout{icon="i-heroicons-exclamation-triangle" color="amber"}
16-
At the moment the EVM interpretation is only available on test blockchains.
17-
::
18-
1915
## Execution Model
2016

2117
- **EraVM remains the primary execution environment.** The EVM Interpreter does not replace EraVM but acts as a **translation layer**,

0 commit comments

Comments
 (0)