From 275e489222ec99866580758eadbd620ae44c58ce Mon Sep 17 00:00:00 2001 From: Liuhaai Date: Thu, 3 Apr 2025 16:48:37 -0700 Subject: [PATCH] fix typo --- src/ERC6551Registry.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ERC6551Registry.sol b/src/ERC6551Registry.sol index 08db74e..b05f496 100644 --- a/src/ERC6551Registry.sol +++ b/src/ERC6551Registry.sol @@ -68,7 +68,7 @@ contract ERC6551Registry is IERC6551Registry { // ---- // 0x55 ERC-1167 Constructor + Header (20 bytes) // 0x69 implementation (address) (20 bytes) - // 0x5D ERC-1167 Footer (15 bytes) + // 0x7D ERC-1167 Footer (15 bytes) // 0x8C salt (uint256) (32 bytes) // 0xAC chainId (uint256) (32 bytes) // 0xCC tokenContract (address) (32 bytes)