api3dao / api3-dao-dashboard

API3 DAO dashboard
api3.eth/
14 stars 10 forks source link

Generate typechain artifacts with ABIs #389

Closed mcoetzee closed 1 year ago

mcoetzee commented 1 year ago

What does this change?

It replaces the hacky approach to generating typechain artifacts because it is causing the build to fail in our lockfile maintenance PR: https://github.com/api3dao/api3-dao-dashboard/pull/388

How did you action this task?

It replaces the approach by adding the contracts' ABI files and using them to generate the typechain artifacts.

Once this PR is merged, then the lockfile maintenance build will be able to run.