keplr-chain-registry
keplr-chain-registry copied to clipboard
Unable to sign evm transactions again (regression)
It seems like there is a recent removal in the evm field in carbon.json as shown here:
https://github.com/chainapsis/keplr-chain-registry/commit/feeaefb33fd95d18c2108cf5392fc893695f4c46
and that the evm info for the chain is moved to:
https://github.com/chainapsis/keplr-chain-registry/blob/main/evm/eip155%3A9790.json
but this brings back this error Not ethermint like and EVM chain
due to the missing evmInfo field.
This sudden update is breaking our chains evm transaction. Can anyone help?