Merged
Conversation
- Add missing Polygon (eip155:137) with 33 endpoints - Update all EVM networks with latest endpoints from chainlist.org - Remove duplicate dRPC endpoint in Base (8453)
feat: Update RPC metadata and add deduplication
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the EVM RPC endpoint metadata for multiple networks, introduces a new Polygon (137) network file, and improves the import script to deduplicate endpoints. The changes ensure more accurate, up-to-date, and cleaner endpoint lists across supported chains.
Data updates and additions:
137.json) with a comprehensive list of public RPC endpoints, including tracking and provider metadata.updatedAtfield to2026-02-22for all affected networks to reflect the latest data refresh. [1] [2] [3] [4] [5] [6] [7]core.gashawk.io/rpcand0xrpc.io/op. [1] [2]Script and versioning improvements:
import-rpcs.ts) to deduplicate endpoints by URL, ensuring each endpoint appears only once per network. The script now reports the number of duplicates removed. [1] [2]1.1.1-alpha.0inpackage.jsonto reflect these updates.