From 91e4bdf92603035d819ccd85bc1b0d1da92fedc6 Mon Sep 17 00:00:00 2001 From: openhands Date: Mon, 16 Mar 2026 09:46:55 +0000 Subject: [PATCH] fix: red-team-program.md taxRate naming inconsistency (pre-existing) (#835) --- scripts/harb-evaluator/red-team-program.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/harb-evaluator/red-team-program.md b/scripts/harb-evaluator/red-team-program.md index 6c1874a..ba2ef20 100644 --- a/scripts/harb-evaluator/red-team-program.md +++ b/scripts/harb-evaluator/red-team-program.md @@ -86,8 +86,8 @@ to rebalance, then re-deploys positions at the current price. It: Any account can call it (public). TWAP oracle enforces safety. ### Staking -`Stake.snatch(assets, receiver, taxRateIndex, positionsToSnatch)` -- taxRateIndex: 0–29 (index into the 30-element TAX_RATES array — not a raw percentage) +`Stake.snatch(assets, receiver, taxRate, positionsToSnatch)` +- taxRate: 0–29 (index into the 30-element TAX_RATES array — not a raw percentage) - KRK staked is held by the Stake contract (excluded from adjusted_supply) - KRK in Stake does NOT count against the floor denominator