Skip to content

Commit

Permalink
Audit gas check update
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-kaufman committed Oct 13, 2023
1 parent 0d6ebbd commit d98d276
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 142 deletions.
141 changes: 0 additions & 141 deletions contracts/HATKlerosV2Connector.sol

This file was deleted.

2 changes: 1 addition & 1 deletion gas-avg-check.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
with open('gas-report.txt') as f:
lines = f.readlines()
included_contracts = ["HATTimelockController", "HATTokenLock", "HATVault", "HATVaultsRegistry", "RewardController", "TokenLockFactory"]
included_contracts = ["HATArbitrator", "HATClaimsManager", "HATKlerosConnector", "HATVault", "HATVaultsRegistry"]
total_avg_gas = 0
for i in range(9, len(lines), 2):
line = lines[i]
Expand Down

0 comments on commit d98d276

Please sign in to comment.