We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de282d commit 334b429Copy full SHA for 334b429
src/apps/bridge/BridgeL2.sol renamed to src/apps/Bridge.sol
src/apps/lido/LidoL2.sol renamed to src/apps/Lido.sol
@@ -8,6 +8,12 @@ import {IERC20} from "openzeppelin-contracts/contracts/token/ERC20/IERC20.sol";
8
import {SignetL2} from "../../l2/Signet.sol";
9
import {BurnMintERC20} from "../../vendor/BurnMintERC20.sol";
10
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.
17
contract LidoL2 is SignetL2, BurnMintERC20 {
18
using SafeERC20 for IERC20;
19
0 commit comments