stable-layer-sdk 1.0.5 → 1.0.6
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/cjs/index.cjs
CHANGED
|
@@ -711,10 +711,7 @@ var StableLayerClient = class {
|
|
|
711
711
|
})).totalBalance
|
|
712
712
|
) : amount,
|
|
713
713
|
type: STABLE_COIN_TYPES[lpToken]
|
|
714
|
-
})
|
|
715
|
-
if (!btcUsdCoin) {
|
|
716
|
-
throw new Error("No BTCUSD coin found");
|
|
717
|
-
}
|
|
714
|
+
});
|
|
718
715
|
this.releaseRewards(tx);
|
|
719
716
|
const burnRequest = requestBurn({
|
|
720
717
|
package: STABLE_LAYER_PACKAGE_ID,
|