Closed mtsitrin closed 1 month ago
+1
+1
@jpuri
Thanks again for the contribution @mtsitrin ! I've just pushed a few minor changes to make this match the version of this that we merged into the main branch and shipped to production: https://github.com/MetaMask/eth-json-rpc-middleware/pull/334
This has been published as @metamask/eth-json-rpc-middleware@14.0.2
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 theVerifyingContract
field, which is broken sincevalidateVerifyingContract
was introduced in MM.This PR adds support to allow "cosmos" as the
VerifyingContract
value.