From fc9b2f638ad9e1a7dd80a52410e22e63bf3ddece Mon Sep 17 00:00:00 2001 From: "dr. mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Fri, 10 Feb 2023 16:24:04 -0800 Subject: [PATCH] Update README.md --- MEV_searchers/code_resources/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/MEV_searchers/code_resources/README.md b/MEV_searchers/code_resources/README.md index d307fb8..7a4020c 100644 --- a/MEV_searchers/code_resources/README.md +++ b/MEV_searchers/code_resources/README.md @@ -27,4 +27,5 @@ * [resources for gas optimization](https://github.com/go-outside-labs/web3-solidity/blob/main/saving_gas/README.md) * [contract and typescript library for static multi-calls](https://github.com/indexed-finance/multicall) * [ggregate multiple constant function call results into one](https://github.com/makerdao/multicall) +* [`trace_call` RPC method](https://www.quicknode.com/docs/ethereum/trace_call)