EthTx / ethtx

Python package with core transaction decoding functions.
https://www.ethtx.info
Apache License 2.0
453 stars 73 forks source link

FIx web3.ens with poa #56

Closed kchojn closed 3 years ago

kchojn commented 3 years ago

ENS.fromWeb3 is not copying web3 middleware (geth_poa_middleware). This is important for using ENS with Rinkeby and Goerli, as it needs the POA middleware.

This is fixed by manually injecting props