Skip to content

Commit

Permalink
readme (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonzwli authored Aug 9, 2023
1 parent 31ead91 commit b4b37ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,16 @@ contract MyERC721 is ImmutableERC721PermissionedMintable {
string memory symbol,
string memory baseURI,
string memory contractURI,
address receiver,
address royaltyAllowlist,
address receiver,
uint96 feeNumerator
) ImmutableERC721PermissionedMintable(
owner,
name,
symbol,
baseURI,
contractURI,
royaltyAllowlist,
receiver,
feeNumerator
)
Expand Down

0 comments on commit b4b37ce

Please sign in to comment.