@naviprotocol/lending 1.4.4-beta.1 → 1.4.4-beta.2
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/dist/market.d.ts +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.4-beta.
|
|
132
|
+
}), ye = "1.4.4-beta.2", S = {
|
|
133
133
|
version: ye
|
|
134
134
|
}, ge = S.version, he = () => {
|
|
135
135
|
if (typeof process < "u" && process.versions && process.versions.node)
|
|
@@ -621,7 +621,7 @@ const et = P(
|
|
|
621
621
|
key: "ember",
|
|
622
622
|
name: "Ember Market"
|
|
623
623
|
},
|
|
624
|
-
|
|
624
|
+
"sui-eco": {
|
|
625
625
|
id: 2,
|
|
626
626
|
key: "sui-eco",
|
|
627
627
|
name: "Sui Eco Market"
|