@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/browser/index.js
CHANGED
|
@@ -9616,7 +9616,7 @@ var Client = class _Client {
|
|
|
9616
9616
|
async updateBorrowLendMarket(asset, optimalUtilisationRate, minBorrowRate, maxBorrowRate, optimalBorrowRate, assetWeight, initialLiabilityWeight, maintenanceLiabilityWeight, depositLimit, borrowLimit, liquidationRewardRatio, liabilityLiquidationLimitRatio) {
|
|
9617
9617
|
return await this.submitTransaction({
|
|
9618
9618
|
exchange: {
|
|
9619
|
-
|
|
9619
|
+
update_borrow_lend_market: {
|
|
9620
9620
|
args: {
|
|
9621
9621
|
asset_id: asset,
|
|
9622
9622
|
optimal_utilisation_rate: optimalUtilisationRate ? BulletWasm.convert_rust_decimal_to_json(
|