Bonfida / dex-v4

Orderbook-based on-chain SPL token swap market
101 stars 32 forks source link

Fix market.tickSize() #73

Closed jhlx closed 2 years ago

jhlx commented 2 years ago

market.tickSize() returns Math.pow(10, -quoteDecimals) currently, I believe this is incorrect.

dr497 commented 2 years ago

https://github.com/Bonfida/dex-v4/pull/75