Skip to content

Commit

Permalink
[#787] Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-ap committed Jul 16, 2024
1 parent 68d6b88 commit 0174534
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions contracts/libraries/SafeMigration.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ import {ISafe} from "../interfaces/ISafe.sol";

/**
* @title Migration Contract for Safe Upgrade
* @notice This is a generic contract that facilitates the migration of a Safe contract.
* @notice This is a generic contract that facilitates the migration of a Safe and SafeL2 contracts.
* The supported target Safe version codehash is immutable and set in the constructor during the deployment of the contract.
* This contract supports both Safe and SafeL2 contracts.
* This contract also supports migration with fallback handler update.
* @author @safe-global/safe-protocol
* @dev IMPORTANT: The library is intended to be used with the Safe standard proxy that stores the singleton address
* at the storage slot 0. Use at your own risk with custom proxy implementations. The contract will allow invocations
* to the migration functions only via delegatecall.
*/
contract SafeMigration is SafeStorage {
// Address of this contract
Expand Down

0 comments on commit 0174534

Please sign in to comment.