eth-json-rpc-middleware
eth-json-rpc-middleware copied to clipboard
[14.x] fix: support ethermint's EIP712 implementation
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.