Skip to content

Deploy Bedrock scripts#3

Merged
anikaraghu merged 1 commit intomainfrom
anika/deploy-scripts
Jun 8, 2023
Merged

Deploy Bedrock scripts#3
anikaraghu merged 1 commit intomainfrom
anika/deploy-scripts

Conversation

@anikaraghu
Copy link
Contributor

Add scripts for

  • Full L1 Bedrock Deploy process
  • Deploy L1 bedrock implementation contracts
  • Deploy L2 bedrock implementation contracts


function run() public {
utils = new Utils();
Utils.AddressesConfig memory addressCfg = utils.readAddressesFile();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worth nothing that with this approach, addresses.json will have to be added to the inputs folder for that deploy directory, which would mean addresses.json being duplicated in multiple places. Should be fine because none of the addresses should change, but an alternative would be that all addresses we use can be explicitly passed into the relevant script and defined in the .env file

@anikaraghu anikaraghu merged commit 6ec7e64 into main Jun 8, 2023
@anikaraghu anikaraghu deleted the anika/deploy-scripts branch June 8, 2023 10:22
jjtny1 pushed a commit that referenced this pull request Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants