-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Labels
C: ContractsContractsSmart Contract relatedSmart Contract relatedP3: LowIssue priority: lowIssue priority: low
Description
Description
Remove the tryStoreAddress function from all deployment scripts.
This function is no longer required as address persistence has been moved to a different place.
Motivation
Removing unused functions simplifies the deployment scripts, reduces maintenance overhead, and prevents potential confusion or errors in future deployments.
Tasks
- Remove the
tryStoreAddressfunction from all deployment scripts - Remove any reference to this function in the codebase
- Verify deployments work as expected without the function
Acceptance criteria
- All deployment scripts no longer contain storeAddress
- Deployments succeed
- No references or dependencies remain in the codebase
Metadata
Metadata
Assignees
Labels
C: ContractsContractsSmart Contract relatedSmart Contract relatedP3: LowIssue priority: lowIssue priority: low