Skip to content

Commit

Permalink
Merge pull request #71 from FastLane-Labs/lessen-atleth-requirement
Browse files Browse the repository at this point in the history
Less atleth requirement
  • Loading branch information
jj1980a authored Jul 24, 2024
2 parents 626b6a1 + 045fe4d commit 826fbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auction/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 826fbff

Please sign in to comment.