add awesome solidity gas optimization

This commit is contained in:
mia von steinkirch, phd 2022-12-26 20:16:58 -08:00 committed by GitHub
parent 0bbd1064f0
commit 180a68c15b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,5 +98,6 @@ uint256 world; //good, cheap
* [solidity gas optimizations](https://mirror.xyz/haruxe.eth/DW5verFv8KsYOBC0SxqWORYry17kPdeS94JqOVkgxAA)
* [hardhat on gas optimization](https://medium.com/@thelasthash/%EF%B8%8F-gas-optimization-with-hardhat-1e553eaea311)
* [foundry on gas](https://book.getfoundry.sh/forge/gas-reports)
* [awesome solidity gas optimization](https://github.com/iskdrews/awesome-solidity-gas-optimization)