Skip to content

Commit b8db50f

Browse files
committed
update bps
1 parent a16bb23 commit b8db50f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apps/dashboard/src/components/contract-components/contract-deploy-form/custom-contract.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const voteParamsSet = new Set([
112112
"_initialVoteQuorumFraction",
113113
]);
114114

115-
const DEFAULT_FEE_BPS = 300;
115+
const DEFAULT_FEE_BPS = 250;
116116
const DEFAULT_FEE_RECIPIENT = "0x0000000000000000000000000000000000000000"; // TODO
117117

118118
function checkTwPublisher(publisher: string | undefined) {
@@ -523,7 +523,8 @@ export const CustomContractForm: React.FC<CustomContractFormProps> = ({
523523
return (
524524
<>
525525
<p className="mb-3 text-muted-foreground text-sm">
526-
Placeholder text for default configs
526+
A 2.5% minting fee is applied per primary sale at no cost to the
527+
contract deployer.
527528
</p>
528529
<FormProvider {...form}>
529530
<Flex

0 commit comments

Comments
 (0)