@naviprotocol/lending 1.4.4-beta.8 → 1.4.4
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 +3 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -129,7 +129,7 @@ const K = m.bytes(32).transform({
|
|
|
129
129
|
borrow_balance: m.u256(),
|
|
130
130
|
/** User's current supply balance */
|
|
131
131
|
supply_balance: m.u256()
|
|
132
|
-
}), ge = "1.4.4-beta.
|
|
132
|
+
}), ge = "1.4.4-beta.10", V = {
|
|
133
133
|
version: ge
|
|
134
134
|
}, he = V.version, ve = () => {
|
|
135
135
|
if (typeof process < "u" && process.versions && process.versions.node)
|
|
@@ -629,9 +629,9 @@ const tt = P(
|
|
|
629
629
|
// name: 'Sui Eco Market'
|
|
630
630
|
// },
|
|
631
631
|
rwa: {
|
|
632
|
-
id:
|
|
632
|
+
id: 2,
|
|
633
633
|
key: "rwa",
|
|
634
|
-
name: "
|
|
634
|
+
name: "Matrixdock Market"
|
|
635
635
|
}
|
|
636
636
|
};
|
|
637
637
|
class je {
|