fix: deployments-local.json committed to repo (#589)

- Add onchain/deployments-local.json to .gitignore so it is no longer tracked
- Remove the stale committed file from git
- Update fitness.sh to read LM address from forge broadcast JSON
  (DeployLocal.sol's run-latest.json) instead of the potentially stale
  deployments-local.json, matching the approach deploy-optimizer.sh already uses

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
openhands 2026-03-20 09:48:00 +00:00
parent 4c27351b27
commit 79a2e2ee5e
3 changed files with 21 additions and 19 deletions

3
.gitignore vendored
View file

@ -39,3 +39,6 @@ logs/
# Holdout scenarios (cloned at runtime by evaluate.sh)
.holdout-scenarios/
# Local deployment addresses (generated per-run by bootstrap scripts)
onchain/deployments-local.json