prediction-market-agent-tooling 0.60.0.dev409__py3-none-any.whl → 0.60.0.dev410__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/tokens/main_token.py +1 -0
- {prediction_market_agent_tooling-0.60.0.dev409.dist-info → prediction_market_agent_tooling-0.60.0.dev410.dist-info}/METADATA +1 -1
- {prediction_market_agent_tooling-0.60.0.dev409.dist-info → prediction_market_agent_tooling-0.60.0.dev410.dist-info}/RECORD +6 -6
- {prediction_market_agent_tooling-0.60.0.dev409.dist-info → prediction_market_agent_tooling-0.60.0.dev410.dist-info}/LICENSE +0 -0
- {prediction_market_agent_tooling-0.60.0.dev409.dist-info → prediction_market_agent_tooling-0.60.0.dev410.dist-info}/WHEEL +0 -0
- {prediction_market_agent_tooling-0.60.0.dev409.dist-info → prediction_market_agent_tooling-0.60.0.dev410.dist-info}/entry_points.txt +0 -0
@@ -8,6 +8,7 @@ from prediction_market_agent_tooling.tools.contract import (
|
|
8
8
|
# This is the token where agents will hold their funds,
|
9
9
|
# except for a small portion that will be kept in the native token of the network to pay for the fees.
|
10
10
|
# If changed, then keep in mind that we assume this token is equal to 1 USD.
|
11
|
+
# Also if changed, `withdraw_wxdai_to_xdai_to_keep_balance` will require update.
|
11
12
|
KEEPING_ERC20_TOKEN = ContractDepositableWrapperERC20OnGnosisChain(
|
12
13
|
address=WRAPPED_XDAI_CONTRACT_ADDRESS
|
13
14
|
)
|
@@ -113,12 +113,12 @@ prediction_market_agent_tooling/tools/tavily/tavily_models.py,sha256=5ldQs1pZe6u
|
|
113
113
|
prediction_market_agent_tooling/tools/tavily/tavily_search.py,sha256=Kw2mXNkMTYTEe1MBSTqhQmLoeXtgb6CkmHlcAJvhtqE,3809
|
114
114
|
prediction_market_agent_tooling/tools/tokens/auto_deposit.py,sha256=o8_ERfPL-ps9FLvH5vgdiSRJQ4dZONJw9KK9sHgeP2I,6390
|
115
115
|
prediction_market_agent_tooling/tools/tokens/auto_withdraw.py,sha256=gOvfZlrw6hdpYquGKLjMw-YpjAvWHnyGa-ke0Z6GIzU,3150
|
116
|
-
prediction_market_agent_tooling/tools/tokens/main_token.py,sha256=
|
116
|
+
prediction_market_agent_tooling/tools/tokens/main_token.py,sha256=wjSx_0ijjU1pGrlOfG1rooJBW9-WW_yfwC0kPWLoPSc,654
|
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.dev410.dist-info/LICENSE,sha256=6or154nLLU6bELzjh0mCreFjt0m2v72zLi3yHE0QbeE,7650
|
121
|
+
prediction_market_agent_tooling-0.60.0.dev410.dist-info/METADATA,sha256=6t83OBW80KdWM5GSX0P8ottTnBLlu4aTGRP9ew7bgTw,8636
|
122
|
+
prediction_market_agent_tooling-0.60.0.dev410.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
123
|
+
prediction_market_agent_tooling-0.60.0.dev410.dist-info/entry_points.txt,sha256=m8PukHbeH5g0IAAmOf_1Ahm-sGAMdhSSRQmwtpmi2s8,81
|
124
|
+
prediction_market_agent_tooling-0.60.0.dev410.dist-info/RECORD,,
|
File without changes
|
File without changes
|