scaffold-eth-examples icon indicating copy to clipboard operation
scaffold-eth-examples copied to clipboard

Getting "ProviderError: Invalid signature v value" with localhost network while deploying the AaveApe contract

Open AneeshaKota opened this issue 1 year ago • 0 comments

Describe the bug Unable to deploy the AaveApe contract

To Reproduce Steps to reproduce the behavior:

  1. Checkout to the branch aave-ape - git checkout aave-ape
  2. yarn install
  3. Start localhost hardhat network - yarn fork
  4. Deploy the contracts in a new terminal - yarn deploy

Expected behavior Successful deployment of the contracts

Error log

ProviderError: Invalid signature v value
    at HttpProvider.request (/home/aneeshakota/DEFI/scaffold-eth-examples/node_modules/hardhat/src/internal/core/providers/http.ts:46:19)
    at GanacheGasMultiplierProvider.request (/home/aneeshakota/DEFI/scaffold-eth-examples/node_modules/hardhat/src/internal/core/providers/gas-providers.ts:170:34)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Screenshots Please, request if screenshot would be helpful here.

Desktop (please complete the following information):

  • OS: Linux x64 (WSL 2 Ubuntu)
  • Browser N/a
  • Version WSL 2

Smartphone (please complete the following information):

  • Device: N/a
  • OS: N/a
  • Browser N/a
  • Version N/a

AneeshaKota avatar Aug 31 '22 13:08 AneeshaKota