Is your feature request related to a problem? Please describe.
All the tests that currently use the eth_getProof method will not work unless you are running a full archive node. This is because they point to localhost, and they point to localhost because infura did not support the eth_getProof method (until recently).
Describe the solution you'd like
change all references of localhost to https://mainnet.infura.io
make sure all the tests (not the commented out ones) pass.
Additional context
when you're done. make a pull request. In the PR comments mention that this "Fixes#" (x being this issue number).
Is your feature request related to a problem? Please describe.
All the tests that currently use the
eth_getProof
method will not work unless you are running a full archive node. This is because they point to localhost, and they point to localhost because infura did not support theeth_getProof
method (until recently).Describe the solution you'd like
https://mainnet.infura.io
Additional context when you're done. make a pull request. In the PR comments mention that this "Fixes#" (x being this issue number).