@@ -134,7 +134,8 @@ impl ProtocolVersionId {
134134 ProtocolVersionId :: Version27 => VmVersion :: VmEvmEmulator ,
135135 ProtocolVersionId :: Version28 => VmVersion :: VmEcPrecompiles ,
136136 ProtocolVersionId :: Version29 => VmVersion :: VmInterop ,
137- ProtocolVersionId :: Version30 => VmVersion :: VmMediumInterop ,
137+ // Note V30 is only present on zksync os
138+ ProtocolVersionId :: Version30 => VmVersion :: VmInterop ,
138139 ProtocolVersionId :: Version31 => VmVersion :: VmMediumInterop ,
139140 // Speculative VM version for the next protocol version to be used in the upgrade integration test etc.
140141 ProtocolVersionId :: Version32 => VmVersion :: VmMediumInterop ,
@@ -326,7 +327,7 @@ impl From<ProtocolVersionId> for VmVersion {
326327 ProtocolVersionId :: Version27 => VmVersion :: VmEvmEmulator ,
327328 ProtocolVersionId :: Version28 => VmVersion :: VmEcPrecompiles ,
328329 ProtocolVersionId :: Version29 => VmVersion :: VmInterop ,
329- ProtocolVersionId :: Version30 => VmVersion :: VmMediumInterop ,
330+ ProtocolVersionId :: Version30 => VmVersion :: VmInterop ,
330331 ProtocolVersionId :: Version31 => VmVersion :: VmMediumInterop ,
331332 // Speculative VM version for the next protocol version to be used in the upgrade integration test etc.
332333 ProtocolVersionId :: Version32 => VmVersion :: VmMediumInterop ,
0 commit comments