Skip to content

Commit 334b429

Browse files
committed
refactor: move down
1 parent 1de282d commit 334b429

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
File renamed without changes.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ 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+
12+
/// @notice An example contract, implementing LIDO staking from Signet L2, with
13+
/// support for CCIP teleporting.
14+
/// Allows bridging two ways:
15+
/// - Signet native bridging with Orders.
16+
/// - CCIP Teleporting via support for the CCT standard.
1117
contract LidoL2 is SignetL2, BurnMintERC20 {
1218
using SafeERC20 for IERC20;
1319

0 commit comments

Comments
 (0)