Skip to content

fix: remove delisted mode balancer pool from olas-token page - #574

Merged
DavidMinarsch merged 1 commit into
mainfrom
fix/remove-mode-balancer-pool
Sep 5, 2026
Merged

fix: remove delisted mode balancer pool from olas-token page#574
DavidMinarsch merged 1 commit into
mainfrom
fix/remove-mode-balancer-pool

Conversation

@DavidMinarsch

Copy link
Copy Markdown
Contributor

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's exchanges is now null (was the balancer.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 render n/a, matching the bridge column. Also switched the guard to token.exchanges?.length so 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 — clean
  • data/tokens.json validates as JSON

🤖 Generated with Claude Code

https://claude.ai/code/session_01D3mccotoPBzhS53E9LRS3z

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
@vercel

vercel Bot commented Sep 5, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
olas-website Ready Ready Preview Sep 5, 2026 6:23pm UTC

Request Review

@DavidMinarsch
DavidMinarsch merged commit 08fd83e into main Sep 5, 2026
10 checks passed
@DavidMinarsch
DavidMinarsch deleted the fix/remove-mode-balancer-pool branch September 5, 2026 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant