Skip to content

Commit

Permalink
disable creator fee
Browse files Browse the repository at this point in the history
  • Loading branch information
0xble committed Feb 8, 2024
1 parent cc0cb51 commit f46df80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/party/EZPartyBuilder.sol
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ contract EZPartyBuilder is ERC721Receiver {
symbol: partySymbol,
customizationPresetId: 0
}),
creatorFeeOn: true,
creatorFeeOn: false,
a: 50_000,
b: 0.001 ether
}),
Expand Down

0 comments on commit f46df80

Please sign in to comment.