You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when initializing the PyEVMBackend from a mnemonic, there is no option pass in an HDPath, which then uses the default HDPath which is incompatible with some other types of providers (such as Anvil)
What was wrong?
Currently when initializing the PyEVMBackend from a mnemonic, there is no option pass in an HDPath, which then uses the default HDPath which is incompatible with some other types of providers (such as Anvil)
https://github.com/ethereum/eth-tester/blob/master/eth_tester/backends/pyevm/main.py#L138
How can it be fixed?
Allow passing in an HDPath to override the default
The text was updated successfully, but these errors were encountered: