Open
Description
@jamesyoung requests the ability to use signTypedData for messages on non-selected networks.
This could be an easier lift than adding true multi-network support, since no data source is needed.
There is a danger that a user who believes they are on a low-stakes/test network is then presented with a higher-stakes confirmation.
One way to mitigate that danger would be to make this dapp ability a permission using EIP 2255 permissions, like Permission to sign messages for the X network
.
We would then also indicate the intended network on the signature screen.
Needs UI design and API design.