You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: rename deployments.json to legacy-addresses.json and simplify README (#1333)
Replace the manually-maintained deployments/README.md address tables with a
pointer to broadcast/deployed-addresses.json as the source of truth. Rename
deployments/deployments.json to legacy-addresses.json to reduce redundancy
and clarify its legacy Hardhat role. Update all references across the codebase.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This [script](https://github.com/across-protocol/contracts/blob/555475cdee6109af
19
19
20
20
## Deployed Contract Versions
21
21
22
-
The latest contract deployments can be found in `/deployments/deployments.json`.
22
+
The latest contract deployments can be found in `/broadcast/deployed-addresses.json` (auto-generated by `yarn extract-addresses`). Legacy Hardhat deployment addresses are in `/deployments/legacy-addresses.json`.
23
23
24
24
## Requirements
25
25
@@ -148,7 +148,7 @@ solana program set-upgrade-authority \
148
148
--new-upgrade-authority $MULTISIG
149
149
```
150
150
151
-
Update and commit `deployments/deployments.json` with the deployed program ID and deployment slot.
151
+
Update and commit `deployments/legacy-addresses.json` with the deployed program ID and deployment slot.
152
152
153
153
Upload the IDL and set the upgrade authority to the multisig:
0 commit comments