diff --git a/packages/network/src/provider/providers/hardhat-provider/hardhat-provider.ts b/packages/network/src/provider/providers/hardhat-provider/hardhat-provider.ts index 6c4813d67..af22fd9a2 100644 --- a/packages/network/src/provider/providers/hardhat-provider/hardhat-provider.ts +++ b/packages/network/src/provider/providers/hardhat-provider/hardhat-provider.ts @@ -77,7 +77,7 @@ class HardhatVeChainProvider extends VeChainProvider { } /** - * Overload off the send method + * Overload of the send method * * @param method - The method to call. * @param params - The parameters to pass to the method. diff --git a/packages/network/src/signer/signers/vechain-abstract-signer/vechain-abstract-signer.ts b/packages/network/src/signer/signers/vechain-abstract-signer/vechain-abstract-signer.ts index 1ed0afe76..e3c5f90b1 100644 --- a/packages/network/src/signer/signers/vechain-abstract-signer/vechain-abstract-signer.ts +++ b/packages/network/src/signer/signers/vechain-abstract-signer/vechain-abstract-signer.ts @@ -185,8 +185,8 @@ abstract class VeChainAbstractSigner implements VeChainSigner { /** * Estimates the required gas required to execute //tx// on the Blockchain. This - * will be the expected amount a transaction will require - * to successfully run all the necessary computations and store the needed state + * will be the expected amount a transaction will need + * to successfully run all the necessary computations and store the changed state * that the transaction intends. * * @param transactionToEstimate - The transaction to estimate gas for