Skip to content

Commit

Permalink
Minor script update
Browse files Browse the repository at this point in the history
  • Loading branch information
eloi010 committed Dec 29, 2023
1 parent 9daf471 commit c77670f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/deployEIP6551.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit c77670f

Please sign in to comment.