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
- 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).
- 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.
Problem
The "Scout Game" entry on https://ethereum.org/apps/ links to
https://scoutgame.xyz/. The domain no longer resolves to any host:Users clicking the card hit a connection failure.
Proposed change
GOOGLE_SHEET_ID_DAPPSinsrc/data-layer/fetchers/fetchApps.ts:14).app-scout-game-descriptionatsrc/intl/en/page-app-descriptions.json:119and any localised copies the translation pipeline syncs.Notes
scoutgame.comis a parked-domain redirect, not the same project. No live successor URL identified — recommend removal rather than replacement unless the maintainers know of one.