diff --git a/auction/manager.go b/auction/manager.go index 155901b..b1c638a 100644 --- a/auction/manager.go +++ b/auction/manager.go @@ -29,7 +29,7 @@ var ( ) var ( - ATLETH_BONDED_BALANCE_MULTI_REQ = big.NewInt(3) + ATLETH_BONDED_BALANCE_MULTI_REQ = big.NewInt(1) ) type solverGasLimitFn func(common.Address) (uint32, *relayerror.Error)