ProviderError: the method has been deprecated: eth_accounts
at HttpProvider.request (/home/ubuntu/protocol/node_modules/hardhat/src/internal/core/providers/http.ts:49:19)
at GanacheGasMultiplierProvider.request (/home/ubuntu/protocol/node_modules/hardhat/src/internal/core/providers/gas-providers.ts:312:34)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
error Command failed with exit code 1.
I am trying to use the instructions here to deploy the protocol to the Ethereum Ephemery testnet.
Steps to reproduce:
.env.sample
file to.env
PRIVATE_KEY=
hardhat.config.ts
undernetworks
:defaultNetwork
in hardhat.config.ts toethereumEphemeryDevnet
.ProviderError: the method has been deprecated: eth_accounts at HttpProvider.request (/home/ubuntu/protocol/node_modules/hardhat/src/internal/core/providers/http.ts:49:19) at GanacheGasMultiplierProvider.request (/home/ubuntu/protocol/node_modules/hardhat/src/internal/core/providers/gas-providers.ts:312:34) at processTicksAndRejections (internal/process/task_queues.js:97:5) error Command failed with exit code 1.