Skip to content

Commit d3cad6a

Browse files
committed
updates zero addr
1 parent 7e136fa commit d3cad6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BETH.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { ERC20 } from "openzeppelin-contracts/contracts/token/ERC20/ERC20.sol";
1212
contract BETH is ERC20 {
1313
/// @notice Canonical Ethereum burn address used as the ETH sink
1414
/// @dev This is a constant well-known address to which ETH is forwarded
15-
address public constant ETH_BURN_ADDRESS = 0x000000000000000000000000000000000000dEaD;
15+
address public constant ETH_BURN_ADDRESS = 0x0000000000000000000000000000000000000000;
1616

1717
/// @notice Error for zero-value deposits
1818
/// @dev Thrown when msg.value == 0 in deposit paths

0 commit comments

Comments
 (0)