Skip to content

Commit

Permalink
Add EmailRecoveryManagerZkSync
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Sep 12, 2024
1 parent 5775930 commit c776a2e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/EmailRecoveryManagerZkSync.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.25;

import { EmailRecoveryManager } from "./EmailRecoveryManager.sol";

/**
* @title EmailRecoveryManagerZkSync
* @notice Provides a mechanism for account recovery using email guardians on ZKSync networks.
* @dev The underlying EmailAccountRecoveryZkSync contract provides some base logic for deploying
* guardian contracts and handling email verification.
*/
abstract contract EmailRecoveryManagerZkSync is EmailRecoveryManager { }

0 comments on commit c776a2e

Please sign in to comment.