PriceSanityCheckConfig

Documentation for eth_defi.gmx.price_sanity.PriceSanityCheckConfig Python class.

class PriceSanityCheckConfig

Bases: object

Configuration for price sanity checks.

Attributes summary

enabled

threshold_percent

action

Methods summary

__init__([enabled, threshold_percent, action])

__init__(enabled=True, threshold_percent=0.03, action=PriceSanityAction.use_oracle_warn)
Parameters
Return type

None