Release v1.2.1-alpha.0: EVM testnets, BTC RPC, ISO timestamps#16
Merged
Conversation
Adds a JSON-RPC eth_blockNumber probe with a 10s per-attempt timeout and a 60s total budget per endpoint; endpoints that never respond are filtered out before writing.
Re-imports RPC endpoints from chainlist.org for all 9 EVM chains and drops endpoints that did not respond within the 60s probe budget.
Switches the rpc schema to format: date-time and updates import-rpcs to write a full ISO 8601 timestamp instead of date-only.
Adds Arbitrum Sepolia, Optimism Sepolia, Base Sepolia, Polygon Amoy and Avalanche Fuji to networks.json. Also updates the root updatedAt to an ISO 8601 timestamp.
Re-imports endpoints for all 14 EVM chains via import-rpcs (writing ISO timestamps) and converts existing solana/btc updatedAt fields to date-time format to match the updated rpc schema.
Sourced from SmolDapp/tokenAssets, reusing the mainnet logo for each respective testnet (Arbitrum Sepolia, OP Sepolia, Base Sepolia, Polygon Amoy, Avalanche Fuji).
Re-runs optimize-images on previously unoptimized assets surfaced when running the script for the new testnet logos.
Merged
12 tasks
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.
Summary
import-rpcsscript, dropping endpoints that don't respond within a 10s/60s probe budgetupdatedAtin the RPC schema and data files from date-only to ISO 8601 timestamps1.2.0-alpha.0→1.2.1-alpha.0Test plan
npm run validate— 437 files validnpm run lint— cleannpm run build— completes