const quote = await sdk.getQuoteWithCustomPreset(
{
amount: config.amount,
srcChainId: NetworkEnum.ARBITRUM,
dstChainId: NetworkEnum.COINBASE,
enableEstimate: true,
srcTokenAddress: config.srcTokenAddress,
dstTokenAddress: config.dstTokenAddress,
walletAddress,
},
{
customPreset: {
auctionDuration: 180,
auctionEndAmount: "2000000000000000000000000",
auctionStartAmount: "2000000000000000000000000",
},
}
);
in this code
the sdk return value for fast,meduim, slow preset but custom is undefiend