You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Failed bids for swap quotes now have a reason status that exposes why the transaction failed on-chain. [554](https://github.com/pyth-network/per/pull/554)
* @description Whether the quote is cancellable by the searcher between the time the quote is requested and the time the quote is signed and submitted back.
672
680
* For cancellable quotes, the quote needs to be signed and submitted back to the API. If the quote is not cancellable, the user may broadcast the transaction to the blockchain on their own instead of submitting it back to the API.
673
-
* Thereforecancellable quotes allow the integrator to reduce the number of API calls to one, but at the cost of potentially worse prices. Price-optimizing integrators should use the default value of false.
681
+
* Therefore, non-cancellable quotes allow the integrator to reduce the number of API calls to one, but at the cost of potentially worse prices. Price-optimizing integrators should use the default value of true.
0 commit comments