GRVT_FEE_PPM_DIVISOR
Documentation for eth_defi.grvt.constants.GRVT_FEE_PPM_DIVISOR data.
- GRVT_FEE_PPM_DIVISOR: int = 1000000
Parts per million divisor for GRVT fee values.
GRVT GraphQL API returns fee values in PPM (parts per million). Divide by this constant to get a decimal fraction (e.g. 200000 / 1000000 = 0.20 = 20%).