hardhat-boilerplate icon indicating copy to clipboard operation
hardhat-boilerplate copied to clipboard

Share constants for filenames in contract deploy and faucet scripts

Open JeremyBernier opened this issue 2 years ago • 0 comments

This puts folder and filenames in a constants.ts file to be shared across scripts/deploy.ts and tasks/faucet.ts.

Currently these folder/filenames are hardcoded into both of these files. This PR reduces these folder/filenames to a single source of truth.

JeremyBernier avatar Nov 09 '22 16:11 JeremyBernier