Skip to content

Commit

Permalink
feat: Add superchainProxyAdmin
Browse files Browse the repository at this point in the history
  • Loading branch information
maurelian committed Oct 1, 2024
1 parent 22d50a4 commit 719cb35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/contracts-bedrock/scripts/deploy/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ contract Deploy is Deployer {

// Run the deployment script.
deploySuperchain.run(dsi, dso);
save("superchainProxyAdmin", address(dso.superchainProxyAdmin()));
save("SuperchainConfigProxy", address(dso.superchainConfigProxy()));
save("SuperchainConfig", address(dso.superchainConfigImpl()));
save("ProtocolVersionsProxy", address(dso.protocolVersionsProxy()));
Expand Down

0 comments on commit 719cb35

Please sign in to comment.