mm-eth 0.7.3__py3-none-any.whl → 0.7.4__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.
mm_eth/solc.py CHANGED
@@ -32,7 +32,7 @@ def solc(contract_name: str, contract_path: Path, tmp_dir: Path) -> Result[SolcR
32
32
  work_dir_created = True
33
33
 
34
34
  cmd = f"solc -o '{work_dir}' --abi --bin --optimize '{contract_path}'"
35
- result = mm_std.shell(cmd)
35
+ result = mm_std.run_cmd(cmd)
36
36
  if result.code != 0:
37
37
  return Result.err(f"solc error: {result.stderr}")
38
38
 
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mm-eth
3
- Version: 0.7.3
3
+ Version: 0.7.4
4
4
  Requires-Python: >=3.13
5
- Requires-Dist: mm-web3~=0.5.4
6
- Requires-Dist: typer~=0.20.0
5
+ Requires-Dist: mm-web3~=0.5.6
6
+ Requires-Dist: typer~=0.21.1
7
7
  Requires-Dist: web3~=7.14.0
@@ -8,7 +8,7 @@ mm_eth/erc20.py,sha256=Pxs_w95flqEUF4pJMoaHTfvud8x5Fb2UwU7iwMjdGCw,1143
8
8
  mm_eth/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  mm_eth/retry.py,sha256=saRYV07Ca1laqT1nQP3_UmKvYXNWMURh8gyN2r1WrIs,5123
10
10
  mm_eth/rpc.py,sha256=HAdud9UcHHc7fEebLiaNqORRyDe6O8RPYt8SAZ14WJU,9912
11
- mm_eth/solc.py,sha256=s_iaaslncVzzQsgUgcc04x8ZeCjCf9T9JdW1_yzUDxI,1353
11
+ mm_eth/solc.py,sha256=8RcmOITmSSR0ej76CpFaPuvI8dnZHgh2AMD_7NmgELE,1355
12
12
  mm_eth/tx.py,sha256=MSJf6zGRYlwCbJIXXLL2NONVpvF1_clWd_5CV5j4pTE,4095
13
13
  mm_eth/utils.py,sha256=TLyapZZ1lp_kW3vdkHmgR8gUtIQ1aEy_0GScxB6v5IQ,659
14
14
  mm_eth/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -27,7 +27,7 @@ mm_eth/cli/cmd/transfer_cmd.py,sha256=mET3vCAvQ_-0uK_Ut2bZoQY4iYWhFh5muEsNlTHSkG
27
27
  mm_eth/cli/cmd/wallet/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
28
  mm_eth/cli/cmd/wallet/mnemonic_cmd.py,sha256=RQbNY3C4-5NvcPXorhO7YIYG8dU0u5gN5sEANmFE1iY,996
29
29
  mm_eth/cli/cmd/wallet/private_key_cmd.py,sha256=UUwVLSryJJBdg1jFANOoRKZbaWesYKKhmqpmMsbm6-0,272
30
- mm_eth-0.7.3.dist-info/METADATA,sha256=rCYzaLj-FVY2cx7eDaICwOGKj-wGj61xsQnJOlX2Sqo,161
31
- mm_eth-0.7.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
32
- mm_eth-0.7.3.dist-info/entry_points.txt,sha256=aGhpsozl8NIrkuUcX5fSgURCcDhr3ShUdeTSIrJq4oc,46
33
- mm_eth-0.7.3.dist-info/RECORD,,
30
+ mm_eth-0.7.4.dist-info/METADATA,sha256=N0GhHllTJg6tkitxl8RIkdvKQwdmsFqks1dXu69CPGY,161
31
+ mm_eth-0.7.4.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
32
+ mm_eth-0.7.4.dist-info/entry_points.txt,sha256=aGhpsozl8NIrkuUcX5fSgURCcDhr3ShUdeTSIrJq4oc,46
33
+ mm_eth-0.7.4.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.27.0
2
+ Generator: hatchling 1.28.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any