blockworks-foundation / mango-v4

mango-v4 monorepo, contains program, ts client, and py client
Other
88 stars 54 forks source link

Fix price impact for USDC pairs #984

Closed riordanp closed 2 months ago

riordanp commented 2 months ago

Calculating price impact fails for pairs including USDC, which prevents TCS orders from being created in the UI. This change uses the available information in the API response, given all tokens are quoted in USDC there, to give correct price impacts for USDC.

riordanp commented 2 months ago

Based on wrong branch, fixed in #990 instead