Skip to content

Commit 8ba3bdd

Browse files
committed
refactor: move down
1 parent 1de282d commit 8ba3bdd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
File renamed without changes.

src/apps/lido/LidoL2.sol renamed to src/apps/Lido.sol

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ import {IERC20} from "openzeppelin-contracts/contracts/token/ERC20/IERC20.sol";
88
import {SignetL2} from "../../l2/Signet.sol";
99
import {BurnMintERC20} from "../../vendor/BurnMintERC20.sol";
1010

11+
/// @notice An example contract, implementing LIDO staking from Signet L2, with
12+
/// support for CCIP teleporting.
13+
/// Allows bridging two ways:
14+
/// - Signet native bridging with Orders.
15+
/// - CCIP Teleporting via support for the CCT standard.
1116
contract LidoL2 is SignetL2, BurnMintERC20 {
1217
using SafeERC20 for IERC20;
1318

0 commit comments

Comments
 (0)