-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
in this code
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",
},
}
);
the sdk return value for fast,meduim, slow preset but custom is undefiend
Metadata
Metadata
Assignees
Labels
No labels