You need to create .env
file in the project folder with the following content:
KOVAN_OPTIMISTIC_RPC_URL=https://kovan.optimism.io
KOVAN_OPTIMISTIC_PRIVATE_KEY=***_YOUR_PRIVATE_KEY_***
ETHERSCAN_KEY=***_YOUR_ETHERSCAN_KEY_***
Run yarn
and then yarn deploy
.