node
node copied to clipboard
`IsEVMChain` should check that the VM is EVM
Describe the Issue
Currently IsEVMChain is used to check the consensus while it should be used to check the VM (consensus is used for consensus related functionalities like block header)