Skip to content

Commit aba76b2

Browse files
authored
Merge pull request #100 from luislucena16/fix-hardhat
Fix in hardhat.config.js file
2 parents ba3efc5 + ca64f89 commit aba76b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardhat.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ module.exports = {
9797
},
9898
contractSizer: {
9999
runOnCompile: false,
100-
only: ["APIConsumer", "KeepersCounter", "PriceConsumerV3", "RandomNumberConsumer"],
100+
only: ["APIConsumer", "KeepersCounter", "PriceConsumerV3", "RandomNumberConsumerV2"],
101101
},
102102
namedAccounts: {
103103
deployer: {

0 commit comments

Comments
 (0)