Skip to content

Commit

Permalink
Merge pull request #100 from luislucena16/fix-hardhat
Browse files Browse the repository at this point in the history
Fix in hardhat.config.js file
  • Loading branch information
zeuslawyer authored May 24, 2022
2 parents ba3efc5 + ca64f89 commit aba76b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ module.exports = {
},
contractSizer: {
runOnCompile: false,
only: ["APIConsumer", "KeepersCounter", "PriceConsumerV3", "RandomNumberConsumer"],
only: ["APIConsumer", "KeepersCounter", "PriceConsumerV3", "RandomNumberConsumerV2"],
},
namedAccounts: {
deployer: {
Expand Down

0 comments on commit aba76b2

Please sign in to comment.