diff --git a/prediction_market_agent/data_models/market_data_models.py b/prediction_market_agent/data_models/market_data_models.py index 32eca8a5..9ccffb73 100644 --- a/prediction_market_agent/data_models/market_data_models.py +++ b/prediction_market_agent/data_models/market_data_models.py @@ -44,7 +44,7 @@ class OmenMarket(BaseModel): https://aiomen.eth.limo """ - BET_AMOUNT_CURRENCY: Currency = Currency.xDai + BET_AMOUNT_CURRENCY: t.ClassVar[Currency] = Currency.xDai id: HexAddress title: str