prediction-market-agent-tooling 0.69.4.dev1070__py3-none-any.whl → 0.69.4.dev1071__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- prediction_market_agent_tooling/markets/omen/data_models.py +1 -0
- {prediction_market_agent_tooling-0.69.4.dev1070.dist-info → prediction_market_agent_tooling-0.69.4.dev1071.dist-info}/METADATA +1 -1
- {prediction_market_agent_tooling-0.69.4.dev1070.dist-info → prediction_market_agent_tooling-0.69.4.dev1071.dist-info}/RECORD +6 -6
- {prediction_market_agent_tooling-0.69.4.dev1070.dist-info → prediction_market_agent_tooling-0.69.4.dev1071.dist-info}/LICENSE +0 -0
- {prediction_market_agent_tooling-0.69.4.dev1070.dist-info → prediction_market_agent_tooling-0.69.4.dev1071.dist-info}/WHEEL +0 -0
- {prediction_market_agent_tooling-0.69.4.dev1070.dist-info → prediction_market_agent_tooling-0.69.4.dev1071.dist-info}/entry_points.txt +0 -0
@@ -481,6 +481,7 @@ class OmenMarket(BaseModel):
|
|
481
481
|
outcomes=model.question_event.parsed_question.outcomes,
|
482
482
|
isPendingArbitration=False, # Can not be, it's a fresh market.
|
483
483
|
openingTimestamp=model.question_event.opening_ts,
|
484
|
+
timeout=model.question_event.timeout,
|
484
485
|
answerFinalizedTimestamp=None, # It's a new one, can not be.
|
485
486
|
currentAnswer=None, # It's a new one, no answer yet.
|
486
487
|
),
|
@@ -58,7 +58,7 @@ prediction_market_agent_tooling/markets/metaculus/data_models.py,sha256=WjPt0MKe
|
|
58
58
|
prediction_market_agent_tooling/markets/metaculus/metaculus.py,sha256=kM0U0k90YfLE82ra53JAoCR9uIc9wm4B8l32hLw5imU,5312
|
59
59
|
prediction_market_agent_tooling/markets/omen/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
60
60
|
prediction_market_agent_tooling/markets/omen/cow_contracts.py,sha256=sFaW82u_haL4nze8fjTmnQsOuV0OecunQlAhh1OAw0w,1091
|
61
|
-
prediction_market_agent_tooling/markets/omen/data_models.py,sha256=
|
61
|
+
prediction_market_agent_tooling/markets/omen/data_models.py,sha256=UcvwAMMlQSDkEoWQd73Rn0aAKswb9szWfNZVFaxpagM,31331
|
62
62
|
prediction_market_agent_tooling/markets/omen/omen.py,sha256=zs0VSUmJh3ZxwD4IA781TWVDYjNdHOODaKjGRXXokjQ,52819
|
63
63
|
prediction_market_agent_tooling/markets/omen/omen_constants.py,sha256=XtRk4vpxwUYkTndfjlcmghA-NOIneV8zdHFdyI7tHhM,487
|
64
64
|
prediction_market_agent_tooling/markets/omen/omen_contracts.py,sha256=0tzaL9P9T7whcTdgK1q_XsEKK3kzCAHs-eZEh-nTZEY,24105
|
@@ -132,8 +132,8 @@ prediction_market_agent_tooling/tools/tokens/usd.py,sha256=DPO-4HBTy1-TZHKL_9CnH
|
|
132
132
|
prediction_market_agent_tooling/tools/transaction_cache.py,sha256=K5YKNL2_tR10Iw2TD9fuP-CTGpBbZtNdgbd0B_R7pjg,1814
|
133
133
|
prediction_market_agent_tooling/tools/utils.py,sha256=ruq6P5TFs8CBHxeBLj1Plpx7kuNFPpDgMsJGQgDiRNs,8785
|
134
134
|
prediction_market_agent_tooling/tools/web3_utils.py,sha256=CDbaidlLeQ4VHzSg150L7QNfHfGveljSePGuDVFEYqc,13963
|
135
|
-
prediction_market_agent_tooling-0.69.4.
|
136
|
-
prediction_market_agent_tooling-0.69.4.
|
137
|
-
prediction_market_agent_tooling-0.69.4.
|
138
|
-
prediction_market_agent_tooling-0.69.4.
|
139
|
-
prediction_market_agent_tooling-0.69.4.
|
135
|
+
prediction_market_agent_tooling-0.69.4.dev1071.dist-info/LICENSE,sha256=6or154nLLU6bELzjh0mCreFjt0m2v72zLi3yHE0QbeE,7650
|
136
|
+
prediction_market_agent_tooling-0.69.4.dev1071.dist-info/METADATA,sha256=TqLCPuR-0s2OBfLZGE3MBVcmkOzSCBcSyJMucpg2Reo,8813
|
137
|
+
prediction_market_agent_tooling-0.69.4.dev1071.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
138
|
+
prediction_market_agent_tooling-0.69.4.dev1071.dist-info/entry_points.txt,sha256=m8PukHbeH5g0IAAmOf_1Ahm-sGAMdhSSRQmwtpmi2s8,81
|
139
|
+
prediction_market_agent_tooling-0.69.4.dev1071.dist-info/RECORD,,
|
File without changes
|
File without changes
|