We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb01fe commit 9e5d216Copy full SHA for 9e5d216
src/apps/Lido.sol
@@ -26,7 +26,7 @@ import {BurnMintERC20} from "../vendor/BurnMintERC20.sol";
26
contract LidoL2 is SignetL2, BurnMintERC20 {
27
using SafeERC20 for IERC20;
28
29
-/// @notice The WstETH token on the host.
+ /// @notice The WstETH token on the host.
30
address public immutable HOST_WSTETH;
31
32
constructor(address _hostWsteth) BurnMintERC20("Signet Lido Staked Ether", "stETH", 18, 0, 0) {
0 commit comments