Closed mcoetzee closed 1 year ago
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
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.
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.