prediction-market-agent-tooling 0.60.0.dev411__py3-none-any.whl → 0.60.0.dev412__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/omen.py +1 -1
- {prediction_market_agent_tooling-0.60.0.dev411.dist-info → prediction_market_agent_tooling-0.60.0.dev412.dist-info}/METADATA +1 -1
- {prediction_market_agent_tooling-0.60.0.dev411.dist-info → prediction_market_agent_tooling-0.60.0.dev412.dist-info}/RECORD +6 -6
- {prediction_market_agent_tooling-0.60.0.dev411.dist-info → prediction_market_agent_tooling-0.60.0.dev412.dist-info}/LICENSE +0 -0
- {prediction_market_agent_tooling-0.60.0.dev411.dist-info → prediction_market_agent_tooling-0.60.0.dev412.dist-info}/WHEEL +0 -0
- {prediction_market_agent_tooling-0.60.0.dev411.dist-info → prediction_market_agent_tooling-0.60.0.dev412.dist-info}/entry_points.txt +0 -0
@@ -408,7 +408,7 @@ class OmenAgentMarket(AgentMarket):
|
|
408
408
|
|
409
409
|
@staticmethod
|
410
410
|
def get_trade_balance(api_keys: APIKeys, web3: Web3 | None = None) -> xDai:
|
411
|
-
native_token_balance = get_balances(api_keys.
|
411
|
+
native_token_balance = get_balances(api_keys.bet_from_address, web3=web3).xdai
|
412
412
|
return xdai_type(
|
413
413
|
wei_to_xdai(
|
414
414
|
KEEPING_ERC20_TOKEN.balanceOf(api_keys.bet_from_address, web3=web3)
|
@@ -51,7 +51,7 @@ prediction_market_agent_tooling/markets/metaculus/data_models.py,sha256=FaBCTPPe
|
|
51
51
|
prediction_market_agent_tooling/markets/metaculus/metaculus.py,sha256=86TIx6cavEWc8Cv4KpZxSvwiSw9oFybXE3YB49pg-CA,4377
|
52
52
|
prediction_market_agent_tooling/markets/omen/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
53
53
|
prediction_market_agent_tooling/markets/omen/data_models.py,sha256=sfaOpNk6oFIzxYQzs9EehqAT_19IxYJy9pns-UTepOc,28934
|
54
|
-
prediction_market_agent_tooling/markets/omen/omen.py,sha256=
|
54
|
+
prediction_market_agent_tooling/markets/omen/omen.py,sha256=nJGjVHKKWvrVtTRwLLdpZoOIpk9vuEtypl238nazO9c,51623
|
55
55
|
prediction_market_agent_tooling/markets/omen/omen_constants.py,sha256=D9oflYKafLQiHYtB5sScMHqmXyzM8JP8J0yATmc4SQQ,233
|
56
56
|
prediction_market_agent_tooling/markets/omen/omen_contracts.py,sha256=EXqBlVivbmW8aBQ65O09X2xkyesHAop49GUl1tUffWA,28648
|
57
57
|
prediction_market_agent_tooling/markets/omen/omen_resolving.py,sha256=E1BVDvQd1qYtCxmfC94kJtGkmQqpGPHL3zTkcs5wW6M,9697
|
@@ -117,8 +117,8 @@ prediction_market_agent_tooling/tools/tokens/main_token.py,sha256=v5PfD2m9m92bJp
|
|
117
117
|
prediction_market_agent_tooling/tools/transaction_cache.py,sha256=K5YKNL2_tR10Iw2TD9fuP-CTGpBbZtNdgbd0B_R7pjg,1814
|
118
118
|
prediction_market_agent_tooling/tools/utils.py,sha256=jLG4nbEoIzzJiZ4RgMx4Q969Zdl0p0s63p8uET_0Fuw,6440
|
119
119
|
prediction_market_agent_tooling/tools/web3_utils.py,sha256=2PXZfGRrDVZD60agVpBN4JkOF0YsNBXgTEH1y-V71uQ,12723
|
120
|
-
prediction_market_agent_tooling-0.60.0.
|
121
|
-
prediction_market_agent_tooling-0.60.0.
|
122
|
-
prediction_market_agent_tooling-0.60.0.
|
123
|
-
prediction_market_agent_tooling-0.60.0.
|
124
|
-
prediction_market_agent_tooling-0.60.0.
|
120
|
+
prediction_market_agent_tooling-0.60.0.dev412.dist-info/LICENSE,sha256=6or154nLLU6bELzjh0mCreFjt0m2v72zLi3yHE0QbeE,7650
|
121
|
+
prediction_market_agent_tooling-0.60.0.dev412.dist-info/METADATA,sha256=kiOirsx9mYgxdTE6mjOqPK6LgKK6QdkUK6rX8LtTBJM,8636
|
122
|
+
prediction_market_agent_tooling-0.60.0.dev412.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
123
|
+
prediction_market_agent_tooling-0.60.0.dev412.dist-info/entry_points.txt,sha256=m8PukHbeH5g0IAAmOf_1Ahm-sGAMdhSSRQmwtpmi2s8,81
|
124
|
+
prediction_market_agent_tooling-0.60.0.dev412.dist-info/RECORD,,
|
File without changes
|
File without changes
|