andromeda and logo update#92
Merged
muhammetselimfe merged 6 commits intoDec 20, 2025
Merged
Conversation
Migrate l1-registry from git submodule to npm package
refactor: clean up /api/chains response and add bulk TPS endpoint
refactor: improve validator handling for L1 chains
Migration Updates: - Replace git submodule with l1beat-l1-registry@^1.2.0 npm package - Update registryService to use registry.getDataPath() New Features: - Add explorerUrl field parsing from registry (registryService.js:98) - Add explorerUrl database sync (registryService.js:225, 273) - Add nativeToken support alongside assets field Integration: - Parse nativeToken from registry (symbol, name, decimals, logoUri) - Sync both assets and nativeToken to database - explorerUrl field already exists in Chain model (chain.js:15) Related: L1Beat/l1-registry@v1.2.0
- Fixed missing closing brace in registryService operation - Added to initialize tps, cumulativeTxCount, and validators for new chains - Modified chainService aggregation to ensure tps and cumulativeTxCount are always present in API responses
|
@Ayash-Bera is attempting to deploy a commit to the Selim's projects Team on Vercel. A member of the Team first needs to authorize it. |
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.
Migration Updates:
New Features:
Integration: