prediction-market-agent-tooling 0.69.7.dev1098__py3-none-any.whl → 0.69.7.dev1099__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/tools/contract.py +1 -1
- {prediction_market_agent_tooling-0.69.7.dev1098.dist-info → prediction_market_agent_tooling-0.69.7.dev1099.dist-info}/METADATA +1 -1
- {prediction_market_agent_tooling-0.69.7.dev1098.dist-info → prediction_market_agent_tooling-0.69.7.dev1099.dist-info}/RECORD +6 -6
- {prediction_market_agent_tooling-0.69.7.dev1098.dist-info → prediction_market_agent_tooling-0.69.7.dev1099.dist-info}/LICENSE +0 -0
- {prediction_market_agent_tooling-0.69.7.dev1098.dist-info → prediction_market_agent_tooling-0.69.7.dev1099.dist-info}/WHEEL +0 -0
- {prediction_market_agent_tooling-0.69.7.dev1098.dist-info → prediction_market_agent_tooling-0.69.7.dev1099.dist-info}/entry_points.txt +0 -0
@@ -951,7 +951,7 @@ def implementation_proxy_address(
|
|
951
951
|
contract_address, "implementation", web3, look_for_proxy_contract=False
|
952
952
|
):
|
953
953
|
return None
|
954
|
-
return ContractProxyOnGnosisChain(address=contract_address).implementation()
|
954
|
+
return ContractProxyOnGnosisChain(address=contract_address).implementation(web3)
|
955
955
|
|
956
956
|
|
957
957
|
def minimal_proxy_address(
|
@@ -91,7 +91,7 @@ prediction_market_agent_tooling/tools/betting_strategies/utils.py,sha256=MpS3FOM
|
|
91
91
|
prediction_market_agent_tooling/tools/caches/db_cache.py,sha256=rZIGhgijquwwPtp_qncSAPR1SDF2XxIVZL1ir0fgzWw,12127
|
92
92
|
prediction_market_agent_tooling/tools/caches/inmemory_cache.py,sha256=ZW5iI5rmjqeAebu5T7ftRnlkxiL02IC-MxCfDB80x7w,1506
|
93
93
|
prediction_market_agent_tooling/tools/caches/serializers.py,sha256=vFDx4fsPxclXp2q0sv27j4al_M_Tj9aR2JJP-xNHQXA,2151
|
94
|
-
prediction_market_agent_tooling/tools/contract.py,sha256=
|
94
|
+
prediction_market_agent_tooling/tools/contract.py,sha256=C4RCqnuCq5xn8ArlWMoM9FDBWE4ds5hv2uD7aieD5JU,33297
|
95
95
|
prediction_market_agent_tooling/tools/contract_utils.py,sha256=9X9raICUZkPDShilt02aYzS_ILZ62u0vG5081uWLdqk,2152
|
96
96
|
prediction_market_agent_tooling/tools/costs.py,sha256=EaAJ7v9laD4VEV3d8B44M4u3_oEO_H16jRVCdoZ93Uw,954
|
97
97
|
prediction_market_agent_tooling/tools/cow/cow_order.py,sha256=kdvhWVTb31oHVspQFowDNEIoDtx8hwGTlKsWYGRh3oQ,14050
|
@@ -136,8 +136,8 @@ prediction_market_agent_tooling/tools/tokens/usd.py,sha256=DPO-4HBTy1-TZHKL_9CnH
|
|
136
136
|
prediction_market_agent_tooling/tools/transaction_cache.py,sha256=K5YKNL2_tR10Iw2TD9fuP-CTGpBbZtNdgbd0B_R7pjg,1814
|
137
137
|
prediction_market_agent_tooling/tools/utils.py,sha256=ruq6P5TFs8CBHxeBLj1Plpx7kuNFPpDgMsJGQgDiRNs,8785
|
138
138
|
prediction_market_agent_tooling/tools/web3_utils.py,sha256=CDbaidlLeQ4VHzSg150L7QNfHfGveljSePGuDVFEYqc,13963
|
139
|
-
prediction_market_agent_tooling-0.69.7.
|
140
|
-
prediction_market_agent_tooling-0.69.7.
|
141
|
-
prediction_market_agent_tooling-0.69.7.
|
142
|
-
prediction_market_agent_tooling-0.69.7.
|
143
|
-
prediction_market_agent_tooling-0.69.7.
|
139
|
+
prediction_market_agent_tooling-0.69.7.dev1099.dist-info/LICENSE,sha256=6or154nLLU6bELzjh0mCreFjt0m2v72zLi3yHE0QbeE,7650
|
140
|
+
prediction_market_agent_tooling-0.69.7.dev1099.dist-info/METADATA,sha256=81AFsfHQIqvlZNFnzDidqLRskL6Sc1LEemEOZQjwViI,8876
|
141
|
+
prediction_market_agent_tooling-0.69.7.dev1099.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
142
|
+
prediction_market_agent_tooling-0.69.7.dev1099.dist-info/entry_points.txt,sha256=m8PukHbeH5g0IAAmOf_1Ahm-sGAMdhSSRQmwtpmi2s8,81
|
143
|
+
prediction_market_agent_tooling-0.69.7.dev1099.dist-info/RECORD,,
|
File without changes
|
File without changes
|