diff --git a/docs/evm/using.mdx b/docs/evm/using.mdx index db2e322187..290d4397ac 100644 --- a/docs/evm/using.mdx +++ b/docs/evm/using.mdx @@ -102,7 +102,7 @@ To use the Flow Wallet Chrome extension: | [eth_getFilterLogs] | ✅ | | [eth_getLogs] | ✅ | | [eth_getProof] | 🚧 | Unsupported | -| [eth_getStorageAt] | 🚧 | Unsupported | +| [eth_getStorageAt] | ✅ | | [eth_getTransactionByBlockHashAndIndex] | ✅ | | [eth_getTransactionByBlockNumberAndIndex] | ✅ | | [eth_getTransactionByHash] | ✅ | @@ -126,6 +126,7 @@ To use the Flow Wallet Chrome extension: | [debug_traceTransaction] | ✅ | | [debug_traceBlockByNumber] | ✅ | | [debug_traceBlockByHash] | ✅ | +| [debug_traceCall] | ✅ | **Legend**: ❌ = not supported. 🚧 = work in progress. ✅ = supported.