We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fee
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
integratorFee
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey
When the getQuote response is parsed here, we expect the response to have
fee
for buildingbut 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 passintegratorFee
infoThe text was updated successfully, but these errors were encountered: