mezoAgent 0.2.2__py3-none-any.whl → 0.2.3__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {mezoAgent-0.2.2.dist-info → mezoAgent-0.2.3.dist-info}/METADATA +1 -1
- mezoAgent-0.2.3.dist-info/RECORD +8 -0
- mezo_agent/transaction.py +1 -1
- mezoAgent-0.2.2.dist-info/RECORD +0 -8
- {mezoAgent-0.2.2.dist-info → mezoAgent-0.2.3.dist-info}/WHEEL +0 -0
- {mezoAgent-0.2.2.dist-info → mezoAgent-0.2.3.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,8 @@
|
|
1
|
+
mezo_agent/__init__.py,sha256=lsonH0-yY3Die0cRmiwsPSHwZQDh_UEAVIpc2uwZYIM,80
|
2
|
+
mezo_agent/config.py,sha256=c16-JHEbK5rFBKO-QdxBRtrl4DSlYzGckD9BzbTw2dY,1708
|
3
|
+
mezo_agent/parsing.py,sha256=dFqNHGH0LoG4_TEsHKcorj6aY_Rh4H8f5Yj7ZdfKJzE,1454
|
4
|
+
mezo_agent/transaction.py,sha256=6bxQx7jwEYwt73h_lvE694nITSapEVetUw8SA6XoUIw,4177
|
5
|
+
mezoAgent-0.2.3.dist-info/METADATA,sha256=Kx0PpRhEeLQ-WGFX49V3r23M1dBNcUTcXD-9y4p_cF8,323
|
6
|
+
mezoAgent-0.2.3.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
7
|
+
mezoAgent-0.2.3.dist-info/top_level.txt,sha256=rrAci_NyTR9z6w_BrQhQrAhzMW_A0NYhVa0x2USl0nQ,11
|
8
|
+
mezoAgent-0.2.3.dist-info/RECORD,,
|
mezo_agent/transaction.py
CHANGED
@@ -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,
|
mezoAgent-0.2.2.dist-info/RECORD
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
mezo_agent/__init__.py,sha256=lsonH0-yY3Die0cRmiwsPSHwZQDh_UEAVIpc2uwZYIM,80
|
2
|
-
mezo_agent/config.py,sha256=c16-JHEbK5rFBKO-QdxBRtrl4DSlYzGckD9BzbTw2dY,1708
|
3
|
-
mezo_agent/parsing.py,sha256=dFqNHGH0LoG4_TEsHKcorj6aY_Rh4H8f5Yj7ZdfKJzE,1454
|
4
|
-
mezo_agent/transaction.py,sha256=nXsBs4OCIQCcPMUG8G0YJE_1IutEFiwgAE9dgyKWb9k,4176
|
5
|
-
mezoAgent-0.2.2.dist-info/METADATA,sha256=VDTGM649Xf8nNVZz9j9lnmo9EOXAq3EX3zAoZPWknI8,323
|
6
|
-
mezoAgent-0.2.2.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
7
|
-
mezoAgent-0.2.2.dist-info/top_level.txt,sha256=rrAci_NyTR9z6w_BrQhQrAhzMW_A0NYhVa0x2USl0nQ,11
|
8
|
-
mezoAgent-0.2.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|