From c430d67bcad0762e6ddf8d63221b3bca522acd86 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Sat, 24 Sep 2022 21:50:10 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=90saving=20gas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- master_solidity/saving_gas/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/master_solidity/saving_gas/README.md b/master_solidity/saving_gas/README.md index 6f97aa1..9834e77 100644 --- a/master_solidity/saving_gas/README.md +++ b/master_solidity/saving_gas/README.md @@ -3,8 +3,7 @@
-- *In DeFi, any gas saving is an edge. Below are some notes on tricks we use.* -- Note that 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). +- 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).