From a708af2c1889c1993ce55dac1095535d352e8cad Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Tue, 27 Sep 2022 16:56:30 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=BA=20Solidity=20Gas=20Optimizations,?= =?UTF-8?q?=20The=20Innovative=20&=20Dangerous?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- master_solidity/saving_gas.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/master_solidity/saving_gas.md b/master_solidity/saving_gas.md index 83dfd21..37a3130 100644 --- a/master_solidity/saving_gas.md +++ b/master_solidity/saving_gas.md @@ -3,8 +3,6 @@
-- in Solidity, the maximum size of a contract is restricted to 24 KB by [EIP 170](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-170.md). - @@ -109,8 +107,10 @@ uint256 world; //good, cheap --- -## Tools +## resources and tools
* [truffle contract size](https://github.com/IoBuilders/truffle-contract-size) +* [Solidity Gas Optimizations, The Innovative & Dangerous +](https://mirror.xyz/haruxe.eth/DW5verFv8KsYOBC0SxqWORYry17kPdeS94JqOVkgxAA)