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:
parent
4c27351b27
commit
79a2e2ee5e
3 changed files with 21 additions and 19 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue