prediction-market-agent-tooling 0.61.0__py3-none-any.whl → 0.61.1__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/config.py +3 -0
- {prediction_market_agent_tooling-0.61.0.dist-info → prediction_market_agent_tooling-0.61.1.dist-info}/METADATA +1 -1
- {prediction_market_agent_tooling-0.61.0.dist-info → prediction_market_agent_tooling-0.61.1.dist-info}/RECORD +6 -6
- {prediction_market_agent_tooling-0.61.0.dist-info → prediction_market_agent_tooling-0.61.1.dist-info}/LICENSE +0 -0
- {prediction_market_agent_tooling-0.61.0.dist-info → prediction_market_agent_tooling-0.61.1.dist-info}/WHEEL +0 -0
- {prediction_market_agent_tooling-0.61.0.dist-info → prediction_market_agent_tooling-0.61.1.dist-info}/entry_points.txt +0 -0
@@ -290,6 +290,9 @@ class RPCConfig(BaseSettings):
|
|
290
290
|
def chain_id(self) -> ChainID:
|
291
291
|
return check_not_none(self.CHAIN_ID, "CHAIN_ID missing in the environment.")
|
292
292
|
|
293
|
+
def get_web3(self) -> Web3:
|
294
|
+
return Web3(Web3.HTTPProvider(self.gnosis_rpc_url))
|
295
|
+
|
293
296
|
|
294
297
|
class CloudCredentials(BaseSettings):
|
295
298
|
model_config = SettingsConfigDict(
|
@@ -20,7 +20,7 @@ prediction_market_agent_tooling/benchmark/__init__.py,sha256=47DEQpj8HBSa-_TImW-
|
|
20
20
|
prediction_market_agent_tooling/benchmark/agents.py,sha256=B1-uWdyeN4GGKMWGK_-CcAFJg1m9Y_XuaeIHPB29QR8,3971
|
21
21
|
prediction_market_agent_tooling/benchmark/benchmark.py,sha256=MqTiaaJ3cYiOLUVR7OyImLWxcEya3Rl5JyFYW-K0lwM,17097
|
22
22
|
prediction_market_agent_tooling/benchmark/utils.py,sha256=D0MfUkVZllmvcU0VOurk9tcKT7JTtwwOp-63zuCBVuc,2880
|
23
|
-
prediction_market_agent_tooling/config.py,sha256=
|
23
|
+
prediction_market_agent_tooling/config.py,sha256=So5l8KbgmzcCpxzzf13TNrEJPu_4iQnUDhzus6XRvSc,10151
|
24
24
|
prediction_market_agent_tooling/deploy/agent.py,sha256=tMREXM2LwFsatbysCaNRvtCAyCNMAPMGgkkIEpCRj7g,25022
|
25
25
|
prediction_market_agent_tooling/deploy/agent_example.py,sha256=dIIdZashExWk9tOdyDjw87AuUcGyM7jYxNChYrVK2dM,1001
|
26
26
|
prediction_market_agent_tooling/deploy/betting_strategy.py,sha256=Y6Pb8OfSb6galRbfdNBvvNTgO-4dR2ybJ4o5GKJcMoM,12894
|
@@ -117,8 +117,8 @@ prediction_market_agent_tooling/tools/tokens/main_token.py,sha256=7JPgVF4RbiFzLD
|
|
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=3wfqNxvMn44ivweFRoeKNVb9QRtFd7kFtp7VUY5juEE,12862
|
120
|
-
prediction_market_agent_tooling-0.61.
|
121
|
-
prediction_market_agent_tooling-0.61.
|
122
|
-
prediction_market_agent_tooling-0.61.
|
123
|
-
prediction_market_agent_tooling-0.61.
|
124
|
-
prediction_market_agent_tooling-0.61.
|
120
|
+
prediction_market_agent_tooling-0.61.1.dist-info/LICENSE,sha256=6or154nLLU6bELzjh0mCreFjt0m2v72zLi3yHE0QbeE,7650
|
121
|
+
prediction_market_agent_tooling-0.61.1.dist-info/METADATA,sha256=D-0HAHmdDruqGK77Sspw6a8Y9WFnqeqncwenPgUwhf8,8629
|
122
|
+
prediction_market_agent_tooling-0.61.1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
123
|
+
prediction_market_agent_tooling-0.61.1.dist-info/entry_points.txt,sha256=m8PukHbeH5g0IAAmOf_1Ahm-sGAMdhSSRQmwtpmi2s8,81
|
124
|
+
prediction_market_agent_tooling-0.61.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|