@compass-labs/widgets 0.1.21 → 0.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -5127,7 +5127,7 @@ function EarnAccount({
5127
5127
  if (!estimatedOutput || parseFloat(estimatedOutput) <= 0) {
5128
5128
  throw new Error("Invalid swap quote - no output amount");
5129
5129
  }
5130
- const depositAmount = (parseFloat(estimatedOutput) * 0.99).toString();
5130
+ const depositAmount = (parseFloat(estimatedOutput) * 0.99999).toString();
5131
5131
  setStatusMessage(`Preparing swap and deposit...`);
5132
5132
  const bundleActions = [
5133
5133
  {