@rhea-finance/cross-chain-sdk 0.1.10 → 0.1.11
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -18151,7 +18151,7 @@ async function fetchIntentsQuotation(params) {
|
|
|
18151
18151
|
refundType: "ORIGIN_CHAIN",
|
|
18152
18152
|
recipientType: "DESTINATION_CHAIN",
|
|
18153
18153
|
depositType: "ORIGIN_CHAIN",
|
|
18154
|
-
deadline: new Date(Date.now() +
|
|
18154
|
+
deadline: new Date(Date.now() + 1 * 60 * 60 * 1e3).toISOString(),
|
|
18155
18155
|
referral: "rhea",
|
|
18156
18156
|
quoteWaitingTimeMs: 3e3,
|
|
18157
18157
|
slippageTolerance: typeof params.slippageTolerance == "number" ? params.slippageTolerance : 50
|