Skip to content

Commit

Permalink
fix: erigon_getHeaderByNumber (#203)
Browse files Browse the repository at this point in the history
* fix: erigon_getHeaderByNumber new field

* chore: bump version to 4.20.94
  • Loading branch information
BobTheBuidler authored Jul 8, 2024
1 parent a05b726 commit 7a32e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dank_mids/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class Error(_DictStruct):
"eth_getTransactionCount": str,
"eth_getTransactionByHash": Transaction,
"eth_getTransactionReceipt": Dict[str, Union[str, None, List[Log]]],
"erigon_getHeaderByNumber": Dict[str, Optional[str]],
"erigon_getHeaderByNumber": Dict[str, Union[str, int, bool, None]],
}

decoder_logger = logging.getLogger('dank_mids.decoder')
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dank-mids"
version = "0.1.0"
version = "4.20.94"
description = "Multicall batching middleware for asynchronous scripts using web3.py"
authors = ["BobTheBuidler <[email protected]>"]
homepage = "https://github.com/BobTheBuidler/dank_mids"
Expand Down

0 comments on commit 7a32e8e

Please sign in to comment.