File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
apps/portal/src/app/payments/faq Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Yes, Payments is designed to be agnostic to wallet infrastructure. You can use i
2626<Details summary = " How can I split the payment between multiple destination wallet addresses?" >
2727You can use the thirdweb [ Split contract] ( https://thirdweb.com/thirdweb.eth/Split ) to handle this.
2828
29- - Deploy the Split contract with the set of beneficiary addresses. (These are immutable and fixed at deploy time.
29+ - Deploy the Split contract with the set of beneficiary addresses. (These are immutable and fixed at deploy time.)
3030- Set the Split contract address as the sale recipient in your configuration.
3131- Distribute the funds at any time by calling the distribute() function on the contract.
3232
You can’t perform that action at this time.
0 commit comments