From 045fe4d3c6f78b063fabbb72af87dd82c4c384f7 Mon Sep 17 00:00:00 2001 From: jj1980a Date: Wed, 24 Jul 2024 14:46:28 +0400 Subject: [PATCH] less atleth requirement --- auction/manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)