Skip to content

Commit

Permalink
feat: support EIP-4844 type 3 transactions (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 5, 2024
1 parent 54f0cba commit c31a072
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dank-mids"
version = "4.20.110"
version = "4.20.111"
description = "Multicall batching middleware for asynchronous scripts using web3.py"
authors = ["BobTheBuidler <bobthebuidlerdefi@gmail.com>"]
homepage = "https://github.com/BobTheBuidler/dank_mids"
Expand All @@ -14,7 +14,7 @@ python = ">=3.8,<3.13"
aiofiles = "*"
cchecksum = ">=0.0.3,<1"
eth-retry = ">=0.1.15,<1"
evmspec = ">=0.1.0,<0.2"
evmspec = ">=0.2,<1"
ez-a-sync = ">=0.24.13,<1"
multicall = ">=0.6.2,<1"
typed-envs = ">=0.0.5,<0.1"
Expand Down

0 comments on commit c31a072

Please sign in to comment.