mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 06:47:55 +00:00
22b3df16de
HEZ-USDT pool has mixed decimals (12 vs 6). The LP formula LP = sqrt(r0 * r1) requires correction factor 10^(12-(d0+d1)/2) to properly estimate reserves in human units. - HEZ-USDT: factor = 1000 (fixes 1000x undercount) - HEZ-PEZ: factor = 1 (no change needed)