-
Notifications
You must be signed in to change notification settings - Fork 737
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
Deploy Polygon Sepolia Testnet #3723
Conversation
001c078
to
5471a69
Compare
5471a69
to
27a7693
Compare
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.
Shouldn't sdk/js/package-lock.js, also, have been changed?
Doesn’t strictly matter for version bumps since it does not get published anyway. |
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.
I reviewed the ethereum
directory.
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.
go bits look good 👍
This PR adds support for Polygon on Sepolia (Amoy). It uses a new chain ID (1007) to avoid clashing with the existing Mumbai.
Note that as of 3/11/2024, the public endpoints (aside from Ankr) support querying for
finalized
but notsafe
, so this PR generates safe blocks off of finalized ones.Note that the guardian cannot be run against an Ankr node until Ankr supports querying for
finalized
.