Open zakarialounes opened 2 years ago
I need to create some examples and fix some issues on the submit proposals to make sure that it works. Probably at the end of this week I should be able to do it!
Okay, thank you very much @hanchon. I tried to change the order of the properties of the RLP types, but it didn't work.
I also have the same problem with the message set-withdraw-addr
(whatever the order, it doesn't work either).
I use the below RLP information:
MsgValue: [
{ name: "withdraw_address", type: "string" },
{ name: "delegator_address", type: "string" },
]
I would like to understand what could be the problem (by the way, I don't use this repository to avoid overloading with dependencies, I have my own EIP712 type file and custom binding logic).
Thanks in advance
@hanchon It would be great to have some examples! I'm trying to get it to work and I'm having a hard time. Opened a question here: https://github.com/evmos/evmosjs/issues/173
Anyone have any idea what the problem is with submitting a text-based governance proposal? This is the only type of message for which I can't get Evmos + Ledger to work with Keplr.
I get the below error:
The used RLP Type:
The signDoc content looks like this:
If I use type: any for the content property, I get the below error:
Thanks in advance 🙏