Running scripts/uniswap-v2-pairs-and-swaps.py fails with the following error:
File " ... scripts/uniswap-v2-pairs-and-swaps.py", line 136, in decode_pair_created
web3 = log["event"].web3
^^^^^^^^^^^^^^^^^
AttributeError: type object 'PairCreated' has no attribute 'web3'
Running scripts/uniswap-v2-pairs-and-swaps.py fails with the following error:
I guess those scripts might be outdated.