From 101ce7cfea51c65def399bf44979efb09d2889fd Mon Sep 17 00:00:00 2001 From: Evan Griffiths <56087052+evangriffiths@users.noreply.github.com> Date: Tue, 6 Feb 2024 16:38:50 +0000 Subject: [PATCH] Update prediction_market_agent/data_models/market_data_models.py Co-authored-by: Peter Jung --- prediction_market_agent/data_models/market_data_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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