@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/node/index.js
CHANGED
|
@@ -9894,7 +9894,7 @@ var Client = class _Client {
|
|
|
9894
9894
|
interest_rate: BulletWasm.convert_rust_decimal_to_json(
|
|
9895
9895
|
interestRate.toFixed()
|
|
9896
9896
|
),
|
|
9897
|
-
|
|
9897
|
+
leverage_table_args: new Map(
|
|
9898
9898
|
Array.from(initLeverageTableArgs.entries()).map(
|
|
9899
9899
|
([decimalKey, value]) => [
|
|
9900
9900
|
BulletWasm.convert_rust_decimal_to_json(decimalKey.toFixed()),
|