eth-json-rpc-middleware icon indicating copy to clipboard operation
eth-json-rpc-middleware copied to clipboard

[14.x] fix: support ethermint's EIP712 implementation

Open mtsitrin opened this issue 5 months ago • 3 comments

MM is broken since v12.1.1 for cosmos chains that use https://github.com/evmos/ethermint as EVM adapter.

Ethermint uses hard coded "cosmos" string as the VerifyingContract field, which is broken since validateVerifyingContract was introduced in MM.

This PR adds support to allow "cosmos" as the VerifyingContract value.

mtsitrin avatar Sep 09 '24 10:09 mtsitrin