sei-protocol/sei-js

[BUG] The 'proto' library does not have a module to handle the 'seiprotocol.seichain.evm.MsgEVMTransaction' message.

EddieYS95 opened this issue · 1 comments

SeiJS package & version
"@sei-js/cosmjs": "^1.0.5", "@sei-js/evm": "^1.0.3"

Describe the bug
I am trying to parse EVM logs that remain in the CosmWasm Log using the Proto library, but I am unable to find the following logic and wonder if it is not supported:

import { seiprotocol } from "@sei-js/proto";
 
seiprotocol.seichain.evm.MsgEVMTransaction.decode(tx.body.messages[0].value)

This has been fixed in the latest version of @sei-js/evm

#166