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
Error: ERROR processing /home/ubuntu/protocol/deploy/deploy_contracts.ts:
TypeError: Cannot read property 'length' of undefined
at getFrom (/home/ubuntu/protocol/node_modules/hardhat-deploy/src/helpers.ts:1642:14)
at _deploy (/home/ubuntu/protocol/node_modules/hardhat-deploy/src/helpers.ts:537:9)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async _deployOne (/home/ubuntu/protocol/node_modules/hardhat-deploy/src/helpers.ts:934:16)
at DeploymentsManager.executeDeployScripts (/home/ubuntu/protocol/node_modules/hardhat-deploy/src/DeploymentsManager.ts:1232:19)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
error Command failed with exit code 1.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: