@naviprotocol/lending 1.4.1-beta.2 → 1.4.1-beta.3
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.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -129,7 +129,7 @@ const z = m.bytes(32).transform({
|
|
|
129
129
|
borrow_balance: m.u256(),
|
|
130
130
|
/** User's current supply balance */
|
|
131
131
|
supply_balance: m.u256()
|
|
132
|
-
}), ye = "1.4.1-beta.
|
|
132
|
+
}), ye = "1.4.1-beta.3", V = {
|
|
133
133
|
version: ye
|
|
134
134
|
}, ge = V.version, he = () => {
|
|
135
135
|
if (typeof process < "u" && process.versions && process.versions.node)
|
|
@@ -1426,7 +1426,7 @@ async function Ee(e, n, o) {
|
|
|
1426
1426
|
}
|
|
1427
1427
|
}
|
|
1428
1428
|
for (const t of n)
|
|
1429
|
-
o?.env === "dev"
|
|
1429
|
+
o?.env === "dev" ? e.moveCall({
|
|
1430
1430
|
target: `${r.oracle.packageId}::oracle_pro::update_single_price`,
|
|
1431
1431
|
arguments: [
|
|
1432
1432
|
e.object("0x6"),
|