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
We should detect the following types of eth_sendTransaction calls (based on their data field) and render specific styles of confirmation screens:
Detect contract deploy send
Detect token send
Detect contract function call send
Until we do this, all of these operations will still work from within a dapp since they're just eth_sendTransaction calls, but the user may not have a clear idea what's going on.
The text was updated successfully, but these errors were encountered:
We should detect the following types of
eth_sendTransaction
calls (based on theirdata
field) and render specific styles of confirmation screens:Until we do this, all of these operations will still work from within a dapp since they're just
eth_sendTransaction
calls, but the user may not have a clear idea what's going on.The text was updated successfully, but these errors were encountered: