PatrickAlphaC / hardhat-smartcontract-lottery-fcc

MIT License
117 stars 182 forks source link

no ABI file update in Typescript version of `02-update-front-end.ts` #141

Closed ghost closed 1 year ago

ghost commented 1 year ago

we update the contractAddresses.json file with

fs.writeFileSync(frontEndContractsFile, JSON.stringify(contractAddresses))

but there's no function updating the abi.json file in front end constants/ dir!

ghost commented 1 year ago

added PR1 and PR2 which take care of the issue, unless i'm wrong and abi.json gets created somewhere idk !