-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
[Bug]: cancelSwapRequest failing on all dexs #53
Comments
I got the same error on Minswap |
@Sluder Hi Is cancel swap request working well? |
@ndtr2000 @dpbeaumont I'm taking a look at this today |
We need to use |
@dpbeaumont can you share more about how you workaround with that, may be a piece of code? |
@dpbeaumont hi, can you help me on the cancel one |
Data Provider
Blockfrost
DEX
SundaeSwap
Description
When using the following code to cancel a swap request, that was sitting in Sundaeswap as out of range.
dexter.newCancelSwapRequest().forTransaction(transactionId).forDex(dexName).cancel();
The below error was received, I subscribed to the onSigning and logged out the error below.
I can replicate this each time on Sundae, I haven't tested any other dex as of yet, will update this when I do.
EDIT: this also happens on Minswap each time too.
The text was updated successfully, but these errors were encountered: