Skip to content

Commit

Permalink
fix: Do not double save the superchain ProxyAdmin
Browse files Browse the repository at this point in the history
  • Loading branch information
maurelian committed Sep 30, 2024
1 parent baef038 commit 936be21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/contracts-bedrock/scripts/deploy/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ contract Deploy is Deployer {
}
require(admin.addressManager() == addressManager);
}
save(proxyAdminName, address(admin));
console.log("%s deployed at %s", proxyAdminName, address(admin));
addr_ = address(admin);
}
Expand Down

0 comments on commit 936be21

Please sign in to comment.