Collect fees
collectFees?: {
integratorAddress: string; // The EVM address of the integrator that will receive the fee
fee: number; // The amount in "basis points" for the fee. 50 = 0.05%. there is currently soft limit of 1% fee allowed for each tx.
};Last updated