1. Configuration

Configure the repo to the desired chain.

  1. Fork the v33-X GitHub repo:

  1. Copy the example .env file and run it in your terminal:

cp .env.example .env
  1. Edit the .env file with actual values

  1. Update chainID in hardhat.config.js to the chain you are deploying on.

Settings box in hardhat.config.js
  1. Run yarn to install packages:

Last updated