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 have added code to allow cosmos as valid verifyingContract value for typed signatures. The reason for this is to keep support signature signing on cosmos network.
We have added code to allow
cosmos
as validverifyingContract
value for typed signatures. The reason for this is to keep support signature signing on cosmos network.A lot of cosmos dapps use this deprecated sdk with hard coded value of
verifyingContract
: https://github.com/evmos/ethermint/blob/main/ethereum/eip712/domain.go#L29Once users stop using this SDK we can remove this hard coded condition.
Ref: MetaMask/metamask-extension#26980
The text was updated successfully, but these errors were encountered: