docs: remove token addresses from support pages - #81
Open
acedatacloud-dev wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Why
Seventeen localized customer-support pages publish
GEuu...pumpasCA. Repository and runtime evidence identifies that address as the previous $ACE mint, while the platform, current coin documentation, whitepaper, and benefit logic use the post-2025-12-27GnHp...pumpmint.More importantly, a customer-support contact page is the wrong place to assert any token contract. Placing
CAbetween social and email contacts makes the address look like a prerequisite for receiving help and lets identity drift spread across translations. Replacing it with the new mint would preserve the same information-architecture problem.What changed
CAline from 17 localized support pages;CA,Contract address, orMintfields in every localized support page;Validation
python3.12 tests/test_support_identity.py— 3/3 passedpython3.12 scripts/check_support_identity.py— 18 localized support pages passedpython3.12 tests/test_sync_from_platformbackend.py— 30/30 safeguards passedpython3.12 scripts/validate_nav.py— schema OK, 15 navigated languages validatedgit diff --check— cleanScope boundaries
This PR does not choose or publish a token contract, alter token benefits, edit the whitepaper, contact CoinGecko, or change support channels. Current/previous mint identity and migration history belong on a dedicated token source-of-truth surface and are handled separately.
Rollback
Revert the commit to restore the lines and remove the guard. No runtime or database migration is involved beyond normal Docs publishing.
🤖 Generated with Claude Code