Allow unprotected transactions defines if replay-protected (i.e non EIP155 signed) transactions can be executed on the state machine.
chain config defines the EVM chain configuration parameters
enable call toggles state transitions that use the vm.Call function
enable create toggles state transitions that use the vm.Create function
evm denom represents the token denomination used to run the EVM state transitions.
extra eips defines the additional EIPs for the vm.Config
Generated using TypeDoc
Params defines the EVM module parameters