Skip to content

Commit

Permalink
[NO-JIRA] fix hybrid allowlist init (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonzwli authored Aug 29, 2023
1 parent c28881c commit a914dc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ abstract contract ImmutableERC721HybridBase is RoyaltyEnforced, MintingAccessCon
// Initialize state variables
_grantRole(DEFAULT_ADMIN_ROLE, owner_);
_setDefaultRoyalty(receiver_, feeNumerator_);
setRoyaltyAllowlistRegistry(royaltyAllowlist_);
_setRoyaltyAllowlistRegistry(royaltyAllowlist_);
baseURI = baseURI_;
contractURI = contractURI_;
}
Expand Down

0 comments on commit a914dc5

Please sign in to comment.