From 180a68c15be086a10d7ca08194c9344b94b0d60a Mon Sep 17 00:00:00 2001 From: "mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Mon, 26 Dec 2022 20:16:58 -0800 Subject: [PATCH] add awesome solidity gas optimization --- saving_gas/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/saving_gas/README.md b/saving_gas/README.md index 128c614..80f540c 100644 --- a/saving_gas/README.md +++ b/saving_gas/README.md @@ -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)