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 8ba3bddCopy full SHA for 8ba3bdd
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,11 @@ 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
+/// @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.
16
contract LidoL2 is SignetL2, BurnMintERC20 {
17
using SafeERC20 for IERC20;
18
0 commit comments