diff --git a/tests/tester.js b/tests/tester.js index e9be54e3048..47731673380 100644 --- a/tests/tester.js +++ b/tests/tester.js @@ -2,7 +2,7 @@ const argv = require('minimist')(process.argv.slice(2)) const async = require('async') const tape = require('tape') const testing = require('ethereumjs-testing') -const FORK_CONFIG = argv.fork || 'Metropolis' +const FORK_CONFIG = argv.fork || 'Byzantium' const skip = [ 'CreateHashCollision', // impossible hash collision on generating address 'SuicidesMixingCoinbase', // sucides to the coinbase, since we run a blockLevel we create coinbase account.