Skip to content

Commit ca64f89

Browse files
committed
fix hardhat.config.js file
1 parent ba3efc5 commit ca64f89

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)