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

Change NetworkConfig #127

Merged
merged 3 commits into from
Aug 22, 2024
Merged

Change NetworkConfig #127

merged 3 commits into from
Aug 22, 2024

Conversation

vignesha22
Copy link
Contributor

Description

  • changed network config to add apiKey for all bundler url with etherspot.io substring

Types of changes

What types of changes does your code introduce?

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Other (please describe):

Further comments (optional)

Copy link

Deploying arka with  Cloudflare Pages  Cloudflare Pages

Latest commit: efeca7f
Status: ✅  Deploy successful!
Preview URL: https://4511f171.arka-3qg.pages.dev
Branch Preview URL: https://change-networkconfig.arka-3qg.pages.dev

View logs

@@ -1,7 +1,7 @@
[
{
"chainId": 1,
"bundler": "https://ethereum-bundler.etherspot.io/",
"bundler": "https://rpc.etherspot.io/ethereum",
Copy link
Member

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",
Copy link
Member

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

Copy link
Member

@ch4r10t33r ch4r10t33r left a 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.

@vignesha22 vignesha22 merged commit fc3e800 into master Aug 22, 2024
4 checks passed
@vignesha22 vignesha22 deleted the Change_networkConfig branch August 22, 2024 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants