mezoAgent 0.2.2__tar.gz → 0.2.3__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {mezoagent-0.2.2 → mezoagent-0.2.3}/PKG-INFO +1 -1
- {mezoagent-0.2.2 → mezoagent-0.2.3}/mezoAgent.egg-info/PKG-INFO +1 -1
- {mezoagent-0.2.2 → mezoagent-0.2.3}/mezo_agent/transaction.py +1 -1
- {mezoagent-0.2.2 → mezoagent-0.2.3}/setup.py +1 -1
- {mezoagent-0.2.2 → mezoagent-0.2.3}/README.md +0 -0
- {mezoagent-0.2.2 → mezoagent-0.2.3}/mezoAgent.egg-info/SOURCES.txt +0 -0
- {mezoagent-0.2.2 → mezoagent-0.2.3}/mezoAgent.egg-info/dependency_links.txt +0 -0
- {mezoagent-0.2.2 → mezoagent-0.2.3}/mezoAgent.egg-info/requires.txt +0 -0
- {mezoagent-0.2.2 → mezoagent-0.2.3}/mezoAgent.egg-info/top_level.txt +0 -0
- {mezoagent-0.2.2 → mezoagent-0.2.3}/mezo_agent/__init__.py +0 -0
- {mezoagent-0.2.2 → mezoagent-0.2.3}/mezo_agent/config.py +0 -0
- {mezoagent-0.2.2 → mezoagent-0.2.3}/mezo_agent/parsing.py +0 -0
- {mezoagent-0.2.2 → mezoagent-0.2.3}/setup.cfg +0 -0
@@ -88,7 +88,7 @@ def mezo_agent_musd_transaction(transaction_prompt: str) -> str:
|
|
88
88
|
return f"❌ Failed to prepare mUSD transaction: {str(e)}"
|
89
89
|
|
90
90
|
# Build the transaction for the token transfer
|
91
|
-
tx = musd_contract.functions.transfer(recipient, amount_token).
|
91
|
+
tx = musd_contract.functions.transfer(recipient, amount_token).build_transaction({
|
92
92
|
'chainId': 31611, # Mezo Testnet Chain ID
|
93
93
|
'from': sender_address,
|
94
94
|
'nonce': nonce,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|