From c77670fbe72ea002605fb19fc3c3731f6532fe36 Mon Sep 17 00:00:00 2001 From: Eloi Manuel Date: Fri, 29 Dec 2023 18:47:30 +0100 Subject: [PATCH] Minor script update --- script/deployEIP6551.s.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/deployEIP6551.s.sol b/script/deployEIP6551.s.sol index 38b1cce..fa9c6cd 100644 --- a/script/deployEIP6551.s.sol +++ b/script/deployEIP6551.s.sol @@ -27,7 +27,7 @@ contract ERC6551OpenfortDeploy is Script { } // deploy a new MockERC721 collection - nft721 = new MockERC721(); + nft721 = new MockERC721{salt: versionSalt}(); // The first call should create a new account, while the second will just return the corresponding account address address account2 =