Skip to content

Commit 4bac54e

Browse files
committed
forge fmt
1 parent 2ce272c commit 4bac54e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

script/releases/transfer-da-ownership/3-executeTransferProxyAdmin.s.sol

+1-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ contract ExecuteTransferProxyAdmin is QueueTransferProxyAdmin {
5454

5555
assertTrue(timelock.isOperationDone(txHash), "Transaction should be complete.");
5656
assertTrue(
57-
Ownable(C.EIGEN_DA_PROXY_ADMIN).owner() == C.EIGEN_DA_OPS_MULTISIG,
58-
"eigenDAProxyAdmin owner invalid"
57+
Ownable(C.EIGEN_DA_PROXY_ADMIN).owner() == C.EIGEN_DA_OPS_MULTISIG, "eigenDAProxyAdmin owner invalid"
5958
);
6059
}
6160
}

script/releases/transfer-da-ownership/TransferDAOwnershipConstants.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ library TransferDAOwnershipConstants {
77
address internal constant EIGEN_DA_EJECTION_MANAGER = 0x130d8EA0052B45554e4C99079B84df292149Bd5E;
88
address internal constant EIGEN_DA_REGISTRY_COORDINATOR = 0x0BAAc79acD45A023E19345c352d8a7a83C4e5656;
99
address internal constant EIGEN_DA_SERVICE_MANAGER = 0x870679E138bCdf293b7Ff14dD44b70FC97e12fc0;
10-
}
10+
}

0 commit comments

Comments
 (0)