@rhea-finance/cross-chain-sdk 0.1.7 → 0.1.8
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
|
@@ -18294,7 +18294,7 @@ async function postMultichainLendingRequests({
|
|
|
18294
18294
|
mca_id,
|
|
18295
18295
|
wallet,
|
|
18296
18296
|
request,
|
|
18297
|
-
page_display_data
|
|
18297
|
+
page_display_data = ""
|
|
18298
18298
|
}) {
|
|
18299
18299
|
try {
|
|
18300
18300
|
const params = {
|