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

custom rpc url? #2

Open
benluelo opened this issue Sep 16, 2024 · 2 comments
Open

custom rpc url? #2

benluelo opened this issue Sep 16, 2024 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@benluelo
Copy link

would be super handy for unsupported/local networks if it was possible to pass in a custom rpc url

@roninjin10
Copy link
Contributor

Contributions are welcome! So you can already change the rpc url but only for the known networks. Tevm does support completely unknown networks via rpc url though so this feature isn't too hard to add.

If anybody wants to pick this up let me know and I'm happy to guide you

@roninjin10 roninjin10 added the help wanted Extra attention is needed label Sep 16, 2024
@roninjin10
Copy link
Contributor

Here is some requirements

  • Store the custom rpc in local storage
  • User should see Custom in html
  • We should generate a tevm client. Do not pass in a common. Default to the mainnet alchemy rpc url.
  • Now you can test ui record a video before submitting pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants