From 7f9da1cc162a01fc60e430796232a3133943003c Mon Sep 17 00:00:00 2001 From: bigz_Pubkey <83473873+0xbigz@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:01:58 -0500 Subject: [PATCH] Update index.html.md: add imf precision --- source/index.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/index.html.md b/source/index.html.md index c23e07a..251c9c9 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -1913,3 +1913,4 @@ it includes any accumulated interest. | spot token balance | 1e9 | `SPOT_MARKET_BALANCE_PRECISION` | | margin ratio | 1e4 | `MARGIN_PRECISION` | | asset/liability weight | 1e4 | `SPOT_WEIGHT_PRECISION` | +| imf weight precision | 1e6 | `SPOT_IMF_PRECISION` |