From 9a201258abab9150177d90852b6fffe25ee198c4 Mon Sep 17 00:00:00 2001 From: sourabhxyz Date: Fri, 5 Jan 2024 20:54:36 +0530 Subject: [PATCH] Feat #11 and rest, fixing ratio's estimate --- .../src/GeniusYield/MarketMaker/Constants.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geniusyield-market-maker/src/GeniusYield/MarketMaker/Constants.hs b/geniusyield-market-maker/src/GeniusYield/MarketMaker/Constants.hs index 4d8e83c..1092dc7 100644 --- a/geniusyield-market-maker/src/GeniusYield/MarketMaker/Constants.hs +++ b/geniusyield-market-maker/src/GeniusYield/MarketMaker/Constants.hs @@ -15,4 +15,4 @@ logNS = "MM" -- TODO: Get it from blockchain instead. makerFeeRatio ∷ Rational -makerFeeRatio = 3 % 100 +makerFeeRatio = 3 % 1000 -- Is 0.3%, so ratio should be 0.003 == 3 / 1000.