@bulletxyz/bullet-sdk 0.25.4-rc.4 → 0.25.4-rc.5
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/node/index.js
CHANGED
|
@@ -9630,7 +9630,7 @@ var Client = class _Client {
|
|
|
9630
9630
|
async updateBorrowLendMarket(asset, optimalUtilisationRate, minBorrowRate, maxBorrowRate, optimalBorrowRate, assetWeight, initialLiabilityWeight, maintenanceLiabilityWeight, depositLimit, borrowLimit, liquidationRewardRatio, liabilityLiquidationLimitRatio) {
|
|
9631
9631
|
return await this.submitTransaction({
|
|
9632
9632
|
exchange: {
|
|
9633
|
-
|
|
9633
|
+
update_borrow_lend_market: {
|
|
9634
9634
|
args: {
|
|
9635
9635
|
asset_id: asset,
|
|
9636
9636
|
optimal_utilisation_rate: optimalUtilisationRate ? BulletWasm.convert_rust_decimal_to_json(
|