docs(registry): align HeavierHand + CapGate descriptions and DEPLOYMENTS with the fixed redeploy - #15
Merged
Conversation
…ENTS to the fixed redeploy PR #14 already landed the new 7-chain addresses and HeavierHand's 0x10C4 flag in the hook JSONs + generated hooklist.json/HOOKS.md, but the human-facing prose and the DEPLOYMENTS ledger still described the old, buggy behavior. This aligns them: - hooks/heavierhand.json: mechanic/plain/rules now describe the price-anchored gate (keeps the pool within ~10% of its OWN opening price; works for any pair and any start price), retiring the false "pushes back toward 50/50" narrative. - hooks/capgate.json: mechanic/plain/rules now describe the 5%-of-reserve cap (decimals-safe) instead of a fixed token-count cap. - hooklist.json + HOOKS.md: regenerated via scripts/aggregate.py. - DEPLOYMENTS.md: HeavierHand + CapGate rows updated to the new addresses, a section added for the Arbitrum/BNB/Unichain redeploys + their PoolManagers, and the old addresses recorded as superseded (immutable, still on-chain).
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.
Follow-up to #13 (contract fix) and #14 (new addresses). #14 landed the new 7-chain addresses + HeavierHand's
0x10C4flag, but the descriptions and the deploy ledger still described the old behavior. This aligns them.scripts/aggregate.py(--checkclean).verified: trueis kept - the "Audited" badge is now legitimately earned (the new off-parity fork test in #13 passes).validate.py+aggregate.py --checkpass.