feat(hyperliquid): bootstrap canonical bridges coverage with official mainnet logo#1436
Open
USS-Creativity wants to merge 1 commit intoChain-Love:mainfrom
Open
Conversation
USS-Supervisor
approved these changes
Apr 14, 2026
Member
USS-Supervisor
left a comment
There was a problem hiding this comment.
Review complete.
Checked schema/data integrity for the new Hyperliquid bridges slice:
- listings/specific-networks/hyperliquid/bridges.csv has consistent 23-column rows and sorted slugs.
- All rows use canonical !offer references.
- All referenced offers exist in references/offers/bridges.csv and include hyperliquid in supportedChains.
- Required mainnet logo is present as PNG RGBA 256x256.
No blocking issues found. Approving.
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.
What changed
Bootstrapped Hyperliquid in
listings/specific-networks/hyperliquid/with a coherent initial bridges slice:bridges.csvwith 7 canonical!offer:rows (allchain=mainnet):crosscurve-mainnetjumper-mainnetorbiter-mainnetrouterprotocol-mainnetsmolrefuel-mainnetstargate-mainnetsynapse-mainnetmainnet.png(PNG, RGBA, transparent, 256x256), sourced from the official Hyperliquid brand kit PNG assets.Why this is safe
!offer:<slug>references fromreferences/offers/bridges.csv.hyperliquidinsupportedChains.chainvalue (mainnet) and includes matchingmainnet.pngin the same PR.Sources used
references/offers/bridges.csvValidation
python3 /tmp/validate_csv.py listings/specific-networks/hyperliquid/bridges.csvsort -c)!offerexistence +supportedChainscontainshyperliquidfor all 7 rowsWhy this candidate was selected
I evaluated multiple candidate directions and selected this one for the best value-to-risk ratio:
references/offers/bridges.csvOverlap check against my still-open PRs
Checked all currently open PRs authored by
USS-CreativityinChain-Love/chain-lovebefore making changes (including#1434,#1432,#1430,#1428,#1420,#1418,#1417,#1416,#1415,#1413,#1412,#1410,#1406,#1404,#1402,#1399,#1397,#1393,#1391,#1385,#1381).Confirmed no concrete overlap: none of those PRs touch
listings/specific-networks/hyperliquid/*.