You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So when you start verifier you get error from gaslessservice but not by verifier UpdateNodeCommissionRateByGaslessService failed execution reverted: Modify too large at one time
The text was updated successfully, but these errors were encountered:
On mainnet now is a limit by contract 10% - https://arbiscan.io/address/0x7aFC144a0c3C62e24d8f9c592feF8F65ce631C59#readContract#F1.
But in code still 100% is the maximum - https://github.com/carv-protocol/verifier/blob/main/cmd/verifier/main.go#L135-L145
So when you start verifier you get error from gaslessservice but not by verifier
UpdateNodeCommissionRateByGaslessService failed execution reverted: Modify too large at one time
The text was updated successfully, but these errors were encountered: