We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The public method create in HardhatEthersSigner should be revisit.
create
HardhatEthersSigner
TODOs:
networkName === "hardhat"
netorkConfig.type !== "http"
blockGasLimit
networkConfig
NOTE: This issue might also be related to the extenders for AutomaticGasPriceProvider, see here
extenders
AutomaticGasPriceProvider
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The public method
create
inHardhatEthersSigner
should be revisit.TODOs:
networkName === "hardhat"
now will benetorkConfig.type !== "http"
blockGasLimit
be supported innetworkConfig
? If so, it should be adaptedNOTE:
This issue might also be related to the
extenders
forAutomaticGasPriceProvider
, see hereThe text was updated successfully, but these errors were encountered: