Skip to content

Commit

Permalink
Update Empty.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsW3 authored Jan 10, 2025
1 parent d2c65e6 commit 3b713d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart-wallets/src/Empty.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pragma solidity 0.8.25;
* @author Eugene Y. Q. Shen
* @notice Empty contract that has nothing in it and does nothing
* @dev This empty contract is used as the initial implementation contract
* when deploying new proxy contracts to ensure that the addresses all
* when deploying new proxy contracts ensure that the addresses all
* stay the same when using CREATE2 to deploy them on different chains.
*/
contract Empty {
Expand Down

0 comments on commit 3b713d2

Please sign in to comment.