From 511be1cb34f270b6a31c6b2b75c0ecd9fc6baf9b Mon Sep 17 00:00:00 2001 From: Rohan Kulkarni Date: Wed, 11 Oct 2023 19:00:05 -0400 Subject: [PATCH] feat: add create referral to token params --- .../src/delegation/ZoraCreator1155Attribution.sol | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/1155-contracts/src/delegation/ZoraCreator1155Attribution.sol b/packages/1155-contracts/src/delegation/ZoraCreator1155Attribution.sol index 3249beae2..c7a91a6cf 100644 --- a/packages/1155-contracts/src/delegation/ZoraCreator1155Attribution.sol +++ b/packages/1155-contracts/src/delegation/ZoraCreator1155Attribution.sol @@ -37,6 +37,8 @@ struct TokenCreationConfig { address royaltyRecipient; // Fixed price minter address address fixedPriceMinter; + // Create referral + address createReferral; } struct PremintConfig {