Skip to content

Commit

Permalink
remove revert macro
Browse files Browse the repository at this point in the history
  • Loading branch information
massun-onibakuchi committed Jun 3, 2024
1 parent 7a10a7a commit 7962643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ For more information on how to use Foundry, check out the [Foundry Github Reposi
| Solidity Contract | 98783 | 1.005 |
| Assembly | 97688 | 0.303 |
| Assembly (GrimReaper V2) | 97657 | 0.317 |
| Huff Contract | 97616 | 0.245 |
| Huff Contract | 97616 | 0.241 |

| Single Liquidation (Optimizer runs: 10_000_000) | Gas Used | Bytecode Size (kB) |
| ----------------------------------------------- | -------- | ------------------ |
| Solidity Contract | 98127 | 1.308 |
| Assembly | 97098 | 0.330 |
| Assembly (GrimReaper V2) | 97067 | 0.344 |
| Huff Contract | 97038 | 0.245 |
| Huff Contract | 97038 | 0.241 |

> `66270` gas is used for the liquidation logic itself on mock Aave v3 pool.
Expand Down
2 changes: 0 additions & 2 deletions src/GrimReaper.huff
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,4 @@

recover_erc20:
RECOVER_ERC20()
error:
WAGMI()
}

0 comments on commit 7962643

Please sign in to comment.