Skip to content

Remove Scout Game from /apps — link is dead (scoutgame.xyz no longer resolves) #18049

@konopkja

Description

@konopkja

Problem

The "Scout Game" entry on https://ethereum.org/apps/ links to https://scoutgame.xyz/. The domain no longer resolves to any host:

$ dig scoutgame.xyz A
;; AUTHORITY SECTION:
scoutgame.xyz.  891  IN  SOA  ns-227.awsdns-28.com. ...
(no A record returned)

$ curl -v https://scoutgame.xyz/
* Could not resolve host: scoutgame.xyz

Users clicking the card hit a connection failure.

Proposed change

  1. Remove the Scout Game row from the apps Google Sheet (the source of truth — see GOOGLE_SHEET_ID_DAPPS in src/data-layer/fetchers/fetchApps.ts:14).
  2. Delete the now-orphan translation key app-scout-game-description at src/intl/en/page-app-descriptions.json:119 and any localised copies the translation pipeline syncs.

Notes

  • scoutgame.com is a parked-domain redirect, not the same project. No live successor URL identified — recommend removal rather than replacement unless the maintainers know of one.
  • Worth a one-time sweep of all app URLs in the sheet for the same failure mode while the file is open.

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs triage 📥This issue needs triaged before being worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions