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
The last version of Hardhat uses the @nomicfoundation/hardhat-toolbox package. This package calls to the eth_estimateGas method to do the deployment. When Hardhat does the request, it uses two parameters: transaction and the block, but the node returns Method parameters invalid. The RSK node doesn't support this request, generating incompatibility with hardhat.
The last version of Hardhat uses the
@nomicfoundation/hardhat-toolbox
package. This package calls to theeth_estimateGas
method to do the deployment. When Hardhat does the request, it uses two parameters: transaction and the block, but the node returnsMethod parameters invalid
.The RSK node doesn't support this request, generating incompatibility with hardhat.
Examples:
RSK Request (with error)
Ethereum Request
RSK Request (working without the new argument)
Relevant documentation:
The text was updated successfully, but these errors were encountered: