Open olegshilov opened 1 year ago
I wanted to provide you with an update regarding the issue I mentioned earlier. It appears that downgrading the @evmosjs/*
packages to the following versions has resolved the problem:
"@evmos/proto": "0.1.27",
"@evmos/provider": "0.2.8",
"@evmos/transactions": "0.2.13"
By reverting to these specific versions, the functionality is now working correctly once again.
I wanted to share this information with you to ensure everyone is aware of the solution. If anyone encounters a similar issue, please advise them to follow the steps I have mentioned.
Thank you for your attention and support in resolving this matter.
I have some issues with signing with metamask.
I am currently facing some challenges while attempting to sign a transaction created with evmosjs using Metamask. Specifically, I am encountering an issue when trying to create and sign a delegate message with Metamask. Unfortunately, upon broadcasting the transaction, I received the following response:
I would greatly appreciate any assistance or guidance you can provide to help resolve this issue. To further illustrate this compatibility issue, I have created a reproduction repository that demonstrates the problem. You can find it at the following link: https://github.com/olegshilov/evmosjs-metamask-sign-error