@bulletxyz/bullet-sdk 0.27.0-rc.3 → 0.27.0-rc.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/browser/index.js
CHANGED
|
@@ -9880,7 +9880,7 @@ var Client = class _Client {
|
|
|
9880
9880
|
interest_rate: BulletWasm.convert_rust_decimal_to_json(
|
|
9881
9881
|
interestRate.toFixed()
|
|
9882
9882
|
),
|
|
9883
|
-
|
|
9883
|
+
leverage_table_args: new Map(
|
|
9884
9884
|
Array.from(initLeverageTableArgs.entries()).map(
|
|
9885
9885
|
([decimalKey, value]) => [
|
|
9886
9886
|
BulletWasm.convert_rust_decimal_to_json(decimalKey.toFixed()),
|