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
The issue is that transfer precompile has a hard limit of u64::MAX for the transfer amount, but it is not applied in the right place. It should be applied after conversion to 9 decimals, but it caps 18-decimal Eth values instead. As a result, the max value we can transfer is approx. 18.4.
The text was updated successfully, but these errors were encountered:
The issue is that transfer precompile has a hard limit of u64::MAX for the transfer amount, but it is not applied in the right place. It should be applied after conversion to 9 decimals, but it caps 18-decimal Eth values instead. As a result, the max value we can transfer is approx. 18.4.
The text was updated successfully, but these errors were encountered: