-
-
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
feat: support new sepolia testnet [APE-1487] #19
Conversation
APE-1487 "feat: support new sepolia testnet" (ApeWorX/ape-optimism #19)
What I didfixes: # How I did itHow to verify itChecklist
ApeWorX/ape-optimism #19 by fubuloubu on GitHub via LinearSync |
related: ApeWorX/ape-etherscan#105 |
related: ApeWorX/ape-infura#66 |
@@ -18,6 +18,7 @@ | |||
# chain_id, network_id | |||
"mainnet": (10, 10), | |||
"goerli": (420, 420), | |||
"sepolia": (11155420, 11155420), |
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.
Could be entirely wrong here, but I think the chain id is 11155111
?
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.
This is the chain ID of the optimism l2 chain for sepolia, not sepolia itself
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.
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.
11155111 is for Ethereum's Sepolia, right? 11155420 is for Optimism's
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.
Gotcha! Thanks for the clarification and I finally found the resource.
https://community.optimism.io/docs/useful-tools/networks/#op-sepolia
What I did
fixes: #
How I did it
How to verify it
Checklist