Skip to content

Commit

Permalink
Merge branch 'sami/optimism-migration' into debug_scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinNagpal committed Oct 22, 2024
2 parents 27e81ae + 786ff73 commit b6e22bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const newConfiguratorImplementationAddress = '0x371DB45c7ee248dAFf4Dc1FFB67A20fa
const newCometProxyAdminAddress = '0x24D86Da09C4Dd64e50dB7501b0f695d030f397aF';
const marketAdminPermissionCheckerAddress = '0x62DD0452411113404cf9a7fE88A5E6E86f9B71a6';

const communityMultiSigAddress = '0x0747a435b8a60070A7a111D015046d765098e4cc';
const communityMultiSigAddress = '0x3fFd6c073a4ba24a113B18C8F373569640916A45';

const cometProxyAdminOldAddress = '0x3C30B5a5A04656565686f800481580Ac4E7ed178';
const configuratorProxyAddress = '0x84E93EC6170ED630f5ebD89A1AAE72d4F63f2713';
Expand Down
2 changes: 1 addition & 1 deletion forge/script/marketupdates/ComputeContractsAddresses.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ contract ComputeContractAddresses is Script {
ChainAddresses.Chain chain = ChainAddresses.getChainBasedOnChainId(passedChainId);
ChainAddresses.ChainAddressesStruct memory chainAddresses = ChainAddresses.getChainAddresses(chain);

console.log("Deploying contracts with sender: ", msg.sender);
console.log("computing addresses for contracts with sender: ", msg.sender);

uint256 deployerPrivateKey = vm.envUint("PRIVATE_KEY");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ library MarketUpdateContractsDeployer {
address marketAdminPauseGuardianAddress,
address marketUpdateProposalGuardianAddress,
address localTimelockAddress
) internal returns (DeployedContracts memory) {
) internal view returns (DeployedContracts memory) {

ICreate2Deployer create2Deployer = ICreate2Deployer(create2DeployerAddress);
ContractDeploymentParams memory marketUpdateTimelockParams = getMarketUpdateTimelockParams(msgSender);
Expand Down

0 comments on commit b6e22bc

Please sign in to comment.