Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
massun-onibakuchi committed May 29, 2024
1 parent 91290d7 commit 3c02a37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ For more information on how to use Foundry, check out the [Foundry Github Reposi
- solc version: 0.8.24, evm version: cancun with `bytecode_hash = "none"` and `cbor_metadata = false`.
- `forge snapshot --fuzz-seed=111 -vv`

## Father Optimization Ideas

- Support limited kinds of collateral tokens and remove `collateral` parameter from main entrypoint
- O(1) selector table for token addresses
- Approve once on contract deployment instead of every liquidation

## Acknowledgements

- [subway](https://github.com/libevm/subway#subway)
Expand Down
2 changes: 1 addition & 1 deletion src/GrimReaper.huff
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,5 @@
error:
WAGMI()

0x00 0x00 revert
WAGMI()
}

0 comments on commit 3c02a37

Please sign in to comment.