We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d0742 commit 69baeddCopy full SHA for 69baedd
src/main/scala/io/iohk/ethereum/extvm/VMClient.scala
@@ -131,6 +131,7 @@ class VMClient(
131
132
val config = externalVmConfig.vmType match {
133
case VmConfig.ExternalConfig.VmTypeIele => Config.IeleConfig(buildIeleConfigMsg()) // always pass config for IELE
134
+ case VmConfig.ExternalConfig.VmTypeKevm => Config.EthereumConfig(buildEthereumConfigMsg(ctx.evmConfig.blockchainConfig)) // always pass config for KEVM
135
case _ if testMode => Config.EthereumConfig(buildEthereumConfigMsg(ctx.evmConfig.blockchainConfig))
136
case _ => Config.Empty
137
}
0 commit comments