fix: remove delisted mode balancer pool from olas-token page - #574
Merged
Conversation
The Balancer pool on Mode is no longer live, so drop it from the Mode entry in data/tokens.json. With no exchanges left for Mode, the Get OLAS cell fell through to the "Coming soon" / "TBD" empty state, which reads as forthcoming rather than retired. Render "n/a" instead (matching the bridge column) and guard on `exchanges?.length` so an empty array does not render a blank cell. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01D3mccotoPBzhS53E9LRS3z
DavidMinarsch
requested review from
Tanya-atatakai and
atepem
as code owners
September 5, 2026 18:22
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
The Balancer pool on Mode is no longer live, but it was still listed under Get OLAS for Mode in the Token Details table on https://olas.network/olas-token. This removes it.
Changes
data/tokens.json— Mode'sexchangesis nownull(was thebalancer.fi/pools/mode/v2/0xd1dbea…entry). That pool URL appeared nowhere else in the repo; Mode's token address and bridge rows are unchanged.components/OlasTokenPage/TokenDetails.tsx— with no exchanges left for Mode, the cell fell through to the empty state, which said "Coming soon" (desktop) / "TBD" (mobile) — that reads as forthcoming rather than retired. Both now rendern/a, matching the bridge column. Also switched the guard totoken.exchanges?.lengthso an empty array doesn't render a blank cell.Mode is the first entry to hit that empty state, so no other network's rendering changes.
Verification
yarn lint— cleandata/tokens.jsonvalidates as JSON🤖 Generated with Claude Code
https://claude.ai/code/session_01D3mccotoPBzhS53E9LRS3z