From 0bbd1064f036e6f72145230603fd7dc59e6563bd Mon Sep 17 00:00:00 2001 From: "mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Mon, 26 Dec 2022 20:12:46 -0800 Subject: [PATCH] add resources for gas optimization --- saving_gas/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/saving_gas/README.md b/saving_gas/README.md index f5c9e1c..128c614 100644 --- a/saving_gas/README.md +++ b/saving_gas/README.md @@ -93,10 +93,10 @@ uint256 world; //good, cheap ### resources - +* [resources for gas optimization](https://github.com/kadenzipfel/gas-optimizations) * [truffle contract size](https://github.com/IoBuilders/truffle-contract-size) * [solidity gas optimizations](https://mirror.xyz/haruxe.eth/DW5verFv8KsYOBC0SxqWORYry17kPdeS94JqOVkgxAA) -* [hardhat](https://medium.com/@thelasthash/%EF%B8%8F-gas-optimization-with-hardhat-1e553eaea311) -* [foundry](https://book.getfoundry.sh/forge/gas-reports) +* [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)