diff --git a/README.md b/README.md index 1b76c1f..4244fec 100644 --- a/README.md +++ b/README.md @@ -567,6 +567,13 @@ node scripts/invoke.mjs initialize \ address: address: u32:250 ``` +> **⚠️ Stale testnet deployments:** The contract IDs listed under "Deployed +> on Stellar testnet" were deployed *before* several behavior-changing fixes +> landed on `main` — #55 (O(n log n) dust distribution), #56 +> (deadline-proportional TTL scaling), #57 (escrow crowdfunding), and #58 +> (milestones crowdfunding). The WASM live at those IDs does **not** match +> `main`; redeploy locally to test current behavior. + ## Roadmap - Extract shared split/fee math (`compute_split`) into a common