Skip to content

Commit

Permalink
feat: add create referral to token params
Browse files Browse the repository at this point in the history
  • Loading branch information
kulkarohan authored and oveddan committed Oct 18, 2023
1 parent 7276360 commit 511be1c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ struct TokenCreationConfig {
address royaltyRecipient;
// Fixed price minter address
address fixedPriceMinter;
// Create referral
address createReferral;
}

struct PremintConfig {
Expand Down

0 comments on commit 511be1c

Please sign in to comment.