SolomonDefi / solomon-monorepo

Monorepo containing core Solomon apps, services, libraries, and deploy config.
6 stars 4 forks source link

Move hardhat config to root directory #214

Closed solomondefi-dev closed 2 years ago

solomondefi-dev commented 2 years ago

Currently we have two hardhat.config.ts files with duplicated contents. It should be possible to maintain a single version in the root of the project, though some reorganization or filepath updates may be required.

@jtse0 Can take a look and fill in any extra details required to make this work in the issue description?

jtse0 commented 2 years ago

This issue just required minor updates to some paths in the hardhat and ts configs when moving the hardhat config to the root directory. The rest of the child configs in respective app folders have been removed.