We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e136fa commit d3cad6aCopy full SHA for d3cad6a
1 file changed
src/BETH.sol
@@ -12,7 +12,7 @@ import { ERC20 } from "openzeppelin-contracts/contracts/token/ERC20/ERC20.sol";
12
contract BETH is ERC20 {
13
/// @notice Canonical Ethereum burn address used as the ETH sink
14
/// @dev This is a constant well-known address to which ETH is forwarded
15
- address public constant ETH_BURN_ADDRESS = 0x000000000000000000000000000000000000dEaD;
+ address public constant ETH_BURN_ADDRESS = 0x0000000000000000000000000000000000000000;
16
17
/// @notice Error for zero-value deposits
18
/// @dev Thrown when msg.value == 0 in deposit paths
0 commit comments