diff --git a/integration-tests/deploy/deployer.go b/integration-tests/deploy/deployer.go index fa5a30d0a..a1634d314 100644 --- a/integration-tests/deploy/deployer.go +++ b/integration-tests/deploy/deployer.go @@ -191,7 +191,6 @@ func (d *Deployer) DeployGeth() error { "--rpc.allow-unprotected-txs", "--http.corsdomain=*", "--vmdebug", - "--networkid=1337", "--dev.period=1", "--miner.gasprice=10", },