From bc9a1d3252875b4dc96ab68dd85bb5c930bd408a Mon Sep 17 00:00:00 2001 From: "dr. mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Fri, 17 Feb 2023 10:55:10 -0800 Subject: [PATCH] Update README.md --- saving_gas/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/saving_gas/README.md b/saving_gas/README.md index dfc87a0..f908c65 100644 --- a/saving_gas/README.md +++ b/saving_gas/README.md @@ -1,5 +1,6 @@ ## tricks to save gas +
### tl; dr @@ -12,6 +13,10 @@
+---- + +
+ Screen Shot 2023-01-24 at 4 28 45 PM @@ -99,6 +104,7 @@ 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)