hevm-0.53.0: test/BlockchainTests.hs
module Main where
import EVM.Test.BlockchainTests qualified as BlockchainTests
import Test.Tasty
import EVM.Effects
testEnv :: Env
testEnv = Env { config = defaultConfig }
main :: IO ()
main = do
tests <- runEnv testEnv BlockchainTests.prepareTests
defaultMain tests