livepeer / protocol

Livepeer protocol
MIT License
154 stars 45 forks source link

replace scripts/parseArtifacts.js with hardhat-abi-exporter #441

Closed kyriediculous closed 3 years ago

kyriediculous commented 3 years ago

Currently the scripts/parseArtifacts.js file is used to extract ABIs from truffle artifacts. Since this is now deprecated let's replace this functionality with the hardhat-abi-exporter plugin.

https://hardhat.org/plugins/hardhat-abi-exporter.html