Add notes on gas golfing (#12)

This commit is contained in:
bt3gl 2022-03-28 01:39:47 -07:00 committed by GitHub
parent d2e927cf82
commit 46a7fb66a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,10 @@ A generalized liquidation-mitigation lending and borrowing NFT product.
* MEV should accrue to the originator of the transaction, or of the transactions or protocols that create the MEV in the first place.
* Using KeeperDAO's **coordination layer**, we can capture and recycle the MEV before it can be extracted.
#### Gas golfing
* use addresss that start with a long string og zeroes (take less space, less gas, to store)
* leaving small ERC-20 token balances in constracts since it cost more gas to initialize a storage slot then to update a storage slot
<br>