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
Upgrade configurations allow for specifying a BalanceChange to be applied to an account as part of a network state upgrade.
Currently, the BalanceChange value is interpreted as a uint256 and always added to the account balance, but there is no validation that the configured value provided was not negative.