File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 3
3
import requests
4
4
from .FastChecksumAddress import to_checksum_address
5
5
from hexbytes import HexBytes
6
- from tqdm import tqdm
7
6
from web3 .types import FilterParams , LogReceipt
8
7
9
8
@@ -38,7 +37,7 @@ def get_filter(
38
37
chain_id : int ,
39
38
filter_params : FilterParams ,
40
39
partial_allowed = False ,
41
- p_bar : tqdm = None
40
+ p_bar = None
42
41
) -> tuple [int , list [LogReceipt ]]:
43
42
endpoints = get_endpoints ()
44
43
if chain_id not in endpoints :
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
3
- VERSION = '0.1.39 '
3
+ VERSION = '0.1.40 '
4
4
DESCRIPTION = 'IceCreamSwap Web3.py wrapper'
5
5
LONG_DESCRIPTION = 'IceCreamSwap Web3.py wrapper with automatic retries, multicall and other advanced functionality'
6
6
You can’t perform that action at this time.
0 commit comments