-
Notifications
You must be signed in to change notification settings - Fork 9
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
Change NetworkConfig #127
Change NetworkConfig #127
Conversation
Deploying arka with Cloudflare Pages
|
@@ -1,7 +1,7 @@ | |||
[ | |||
{ | |||
"chainId": 1, | |||
"bundler": "https://ethereum-bundler.etherspot.io/", | |||
"bundler": "https://rpc.etherspot.io/ethereum", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aren't we using https://rpc.etherspot.io/<chainId>
format?
@@ -59,6 +59,16 @@ | |||
"MultiTokenPaymasterOracleUsed": "chainlink", | |||
"entryPoint": "0x0000000071727De22E5E9d8BAf0edAc6f37da032" | |||
}, | |||
{ | |||
"chainId": 50, | |||
"bundler": "https://rpc.etherspot.io/v2/50", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please be consistent in the URL format. Stick to using chainId
or chainName
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pls ignore my comment.
Description
etherspot.io
substringTypes of changes
What types of changes does your code introduce?
Further comments (optional)