1. Configuration
Configure the repo to the desired chain.
Fork the v33-X GitHub repo:
Copy the example .env file and run it in your terminal:
cp .env.example .envEdit the .env file with actual values
Update chainID in hardhat.config.js to the chain you are deploying on.

Run yarn to install packages:
Last updated