@ape.swap/bonds-sdk 3.0.75 → 3.0.76
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/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -79068,7 +79068,7 @@ const LoadingSpinner = ({ isLoading, size }) => {
|
|
|
79068
79068
|
return jsx$2(Flex, { sx: isLoading ? stylesLoading : styles });
|
|
79069
79069
|
};
|
|
79070
79070
|
|
|
79071
|
-
const stepDelay =
|
|
79071
|
+
const stepDelay = 1000;
|
|
79072
79072
|
const TransactionModal = ({ onDismiss, txChain, approvalState, approveCallback, loadingTx, txCallback, bondData, inputToken, inputValue, depositAmount, buyTxHash, rateChanged, }) => {
|
|
79073
79073
|
var _a, _b, _c, _d, _e;
|
|
79074
79074
|
// Hooks
|