File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
apps/dashboard/src/components/contract-components/contract-deploy-form Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 ;
116116const DEFAULT_FEE_RECIPIENT = "0x0000000000000000000000000000000000000000" ; // TODO
117117
118118function 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
You can’t perform that action at this time.
0 commit comments