Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for specific json-rpc endpoints in rollapp-wasm #232

Open
omritoptix opened this issue Feb 4, 2025 · 0 comments
Open

Add support for specific json-rpc endpoints in rollapp-wasm #232

omritoptix opened this issue Feb 4, 2025 · 0 comments
Assignees

Comments

@omritoptix
Copy link
Contributor

omritoptix commented Feb 4, 2025

we need to be able to support basic json rpc calls for being able to use one wallet from the portal as demanded by the prince.

currently the portal requires the following method to be supported from wasm:

wallet_switchEthereumChain
wallet_addEthereumChain
eth_chainId
eth_requestAccounts
personal_sign
accountsChanged
eth_signTypedData_v4
-----------------------
bonus method: 
wallet_watchAsset

We currently import evmos in wasm.
Question is: can we just start the json rpc of evmos in wasm or should we support each method independently? or any other solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants