From 714f0a8f2cb9ac278db9fb69f0b0541d76bcedff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1zaro=20Ra=C3=BAl?= <47638426+e1Ru1o@users.noreply.github.com> Date: Wed, 16 Jul 2025 08:28:54 +0200 Subject: [PATCH] Update mismatch in a comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lázaro Raúl <47638426+e1Ru1o@users.noreply.github.com> --- src/GenericFactory/MetaProxyDeployer.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GenericFactory/MetaProxyDeployer.sol b/src/GenericFactory/MetaProxyDeployer.sol index e172f27c..a3a31611 100644 --- a/src/GenericFactory/MetaProxyDeployer.sol +++ b/src/GenericFactory/MetaProxyDeployer.sol @@ -11,7 +11,7 @@ pragma solidity ^0.8.0; contract MetaProxyDeployer { error E_DeploymentFailed(); - // Meta proxy bytecode from EIP-3488 https://eips.ethereum.org/EIPS/eip-3448 + // Meta proxy bytecode from EIP-3448 https://eips.ethereum.org/EIPS/eip-3448 bytes constant BYTECODE_HEAD = hex"600b380380600b3d393df3363d3d373d3d3d3d60368038038091363936013d73"; bytes constant BYTECODE_TAIL = hex"5af43d3d93803e603457fd5bf3";