From f046dda45e23a487cc640dc213126fa08106b925 Mon Sep 17 00:00:00 2001 From: Fahim Ahmed <68152521+fahimahmedx@users.noreply.github.com> Date: Wed, 6 Sep 2023 18:14:13 -0400 Subject: [PATCH] Update EIP-6551: Update eip-6551.md to fix typo Merged by EIP-Bot. --- EIPS/eip-6551.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-6551.md b/EIPS/eip-6551.md index b2b1bc657ec5c..7bf3d13f8fba7 100644 --- a/EIPS/eip-6551.md +++ b/EIPS/eip-6551.md @@ -114,7 +114,7 @@ interface IERC6551Registry { uint256 chainId, address tokenContract, uint256 tokenId, - uint256 seed, + uint256 salt, bytes calldata initData ) external returns (address);