Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
taayyohh committed Aug 24, 2024
1 parent e42fa3f commit da16295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/manager/IManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ interface IManager is IUUPS, IOwnable {
/// @param governor The address to set as the governor of the Treasury.
/// @param timelockDelay The timelock delay to be set in the Treasury.
/// @return treasury The address of the deployed Treasury contract.
function deployAndInitializeTreasuryUsingCreate2(
function deployAndInitializeTreasury(
bytes memory bytecode,
bytes32 salt,
address governor,
Expand Down
2 changes: 1 addition & 1 deletion src/manager/Manager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ contract Manager is IManager, VersionedContract, UUPS, Ownable, ManagerStorageV1
/// @param bytecode The bytecode of the Treasury contract
/// @param governor The EOA to be set as the governor of the Treasury
/// @param timelockDelay The timelock delay to be set in the Treasury
function deployAndInitializeTreasuryUsingCreate2(
function deployAndInitializeTreasury(
bytes32 salt,
bytes memory bytecode,
address governor,
Expand Down

0 comments on commit da16295

Please sign in to comment.