Skip to content

Remove tryStoreAddress function from all deployment scripts #1631

@VGau

Description

@VGau

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 tryStoreAddress function 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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions