prediction-market-agent-tooling 0.61.1.dev487__py3-none-any.whl → 0.61.1.dev488__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/seer/price_manager.py +3 -0
- {prediction_market_agent_tooling-0.61.1.dev487.dist-info → prediction_market_agent_tooling-0.61.1.dev488.dist-info}/METADATA +1 -1
- {prediction_market_agent_tooling-0.61.1.dev487.dist-info → prediction_market_agent_tooling-0.61.1.dev488.dist-info}/RECORD +6 -6
- {prediction_market_agent_tooling-0.61.1.dev487.dist-info → prediction_market_agent_tooling-0.61.1.dev488.dist-info}/LICENSE +0 -0
- {prediction_market_agent_tooling-0.61.1.dev487.dist-info → prediction_market_agent_tooling-0.61.1.dev488.dist-info}/WHEEL +0 -0
- {prediction_market_agent_tooling-0.61.1.dev487.dist-info → prediction_market_agent_tooling-0.61.1.dev488.dist-info}/entry_points.txt +0 -0
@@ -1,3 +1,5 @@
|
|
1
|
+
from functools import lru_cache
|
2
|
+
|
1
3
|
from web3 import Web3
|
2
4
|
|
3
5
|
from prediction_market_agent_tooling.gtypes import ChecksumAddress, xdai_type
|
@@ -48,6 +50,7 @@ class PriceManager:
|
|
48
50
|
price_yes = price_yes / sum(price_data.values())
|
49
51
|
return Probability(price_yes)
|
50
52
|
|
53
|
+
@lru_cache(typed=True)
|
51
54
|
def get_price_for_token(
|
52
55
|
self,
|
53
56
|
token: ChecksumAddress,
|
@@ -62,7 +62,7 @@ prediction_market_agent_tooling/markets/polymarket/data_models_web.py,sha256=VZh
|
|
62
62
|
prediction_market_agent_tooling/markets/polymarket/polymarket.py,sha256=NRoZK71PtH8kkangMqme7twcAXhRJSSabbmOir-UnAI,3418
|
63
63
|
prediction_market_agent_tooling/markets/polymarket/utils.py,sha256=8kTeVjXPcXC6DkDvWYsZQLY7x8DS6CEp_yznSEazsNU,2037
|
64
64
|
prediction_market_agent_tooling/markets/seer/data_models.py,sha256=ECuCDqRcs9vB9rKIec399HxsL915oT7VGSwztcMfGIw,5347
|
65
|
-
prediction_market_agent_tooling/markets/seer/price_manager.py,sha256=
|
65
|
+
prediction_market_agent_tooling/markets/seer/price_manager.py,sha256=pvgf28YEs3GiM6RYgkemHcFO55NURht7uSbRHyXnPIM,4536
|
66
66
|
prediction_market_agent_tooling/markets/seer/seer.py,sha256=kBF7ALzlh0HsAgbdTa3A9XayyXrddtgi-dMWquLZX8Y,14365
|
67
67
|
prediction_market_agent_tooling/markets/seer/seer_contracts.py,sha256=TXGDbv7CI08X8N5re1SAm-X_BaXj8m4ceyzkS_ktQok,2739
|
68
68
|
prediction_market_agent_tooling/markets/seer/seer_subgraph_handler.py,sha256=R4aKMZQEE9ocMqr9r4lX4so1h-HrJd2H79ElNzXXIZM,9042
|
@@ -119,8 +119,8 @@ prediction_market_agent_tooling/tools/tokens/main_token.py,sha256=7JPgVF4RbiFzLD
|
|
119
119
|
prediction_market_agent_tooling/tools/transaction_cache.py,sha256=K5YKNL2_tR10Iw2TD9fuP-CTGpBbZtNdgbd0B_R7pjg,1814
|
120
120
|
prediction_market_agent_tooling/tools/utils.py,sha256=jLG4nbEoIzzJiZ4RgMx4Q969Zdl0p0s63p8uET_0Fuw,6440
|
121
121
|
prediction_market_agent_tooling/tools/web3_utils.py,sha256=3wfqNxvMn44ivweFRoeKNVb9QRtFd7kFtp7VUY5juEE,12862
|
122
|
-
prediction_market_agent_tooling-0.61.1.
|
123
|
-
prediction_market_agent_tooling-0.61.1.
|
124
|
-
prediction_market_agent_tooling-0.61.1.
|
125
|
-
prediction_market_agent_tooling-0.61.1.
|
126
|
-
prediction_market_agent_tooling-0.61.1.
|
122
|
+
prediction_market_agent_tooling-0.61.1.dev488.dist-info/LICENSE,sha256=6or154nLLU6bELzjh0mCreFjt0m2v72zLi3yHE0QbeE,7650
|
123
|
+
prediction_market_agent_tooling-0.61.1.dev488.dist-info/METADATA,sha256=e-_9HlJ3jZ-UY2uOqt1L_ma4zX4x7HdadBvrJqQcreE,8636
|
124
|
+
prediction_market_agent_tooling-0.61.1.dev488.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
125
|
+
prediction_market_agent_tooling-0.61.1.dev488.dist-info/entry_points.txt,sha256=m8PukHbeH5g0IAAmOf_1Ahm-sGAMdhSSRQmwtpmi2s8,81
|
126
|
+
prediction_market_agent_tooling-0.61.1.dev488.dist-info/RECORD,,
|
File without changes
|
File without changes
|