// SPDX-License-Identifier: MIT pragma solidity 0.8.19; import "../interfaces/IBlast.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; interface IWETH is IERC20, IERC20Rebasing { function deposit() external payable; }