-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: DankEth.get_block_number is defined twice (#286)
* fix: DankEth.get_block_number is defined twice * chore: remove commented out code * chore: bump version to 4.20.100
- Loading branch information
1 parent
7de8fc4
commit a98b80a
Showing
2 changed files
with
1 addition
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "dank-mids" | ||
version = "4.20.99" | ||
version = "4.20.100" | ||
description = "Multicall batching middleware for asynchronous scripts using web3.py" | ||
authors = ["BobTheBuidler <[email protected]>"] | ||
homepage = "https://github.com/BobTheBuidler/dank_mids" | ||
|