-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Hey
When the getQuote response is parsed here, we expect the response to have fee for building
this.resolverFeePreset = {
receiver: new Address(response.fee.receiver),
whitelistDiscountPercent: Bps.fromPercent(
response.fee.whitelistDiscountPercent
),
bps: new Bps(BigInt(response.fee.bps))
}
but I don't see that the response has it. Also when I played with fusion swap in 1inch's UI https://app.1inch.io/1/advanced/swap
I assume fee will exist, only if I pass integratorFee info
dkatzan, danielbellmas, asaf740 and DanielSolomonYeungKC
Metadata
Metadata
Assignees
Labels
No labels