File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ Should return a response similar to:
193193
194194### Run local EVM GW docker container connected to Testnet
195195
196- To use the ` make ` target to connect a container based gateway instance to testnet requires the following environment variables to be set.
196+ To use the ` make ` target to connect a container- based gateway instance to testnet requires the following environment variables to be set.
197197
198198* ` ACCESS_NODE_GRPC_HOST ` : access.devnet.nodes.onflow.org:9000
199199* ` FLOW_NETWORK_ID ` : flow-testnet
@@ -295,10 +295,11 @@ To connect using Websockets you can use the same DNS names as above but change `
295295The EVM Gateway implements APIs according to the Ethereum specification: https://ethereum.org/en/developers/docs/apis/json-rpc/#json-rpc-methods .
296296
297297## Additional APIs
298- - Tracing APIs allows you to fetch execution traces
299- * ` debug_traceTransaction `
300- * ` debug_traceBlockByNumber `
301- * ` debug_traceBlockByHash `
298+ - Tracing APIs allow fetching execution traces
299+ * ` debug_traceTransaction `
300+ * ` debug_traceBlockByNumber `
301+ * ` debug_traceBlockByHash `
302+ * ` debug_traceCall `
302303- ` debug_flowHeightByBlock ` - returns the flow block height for the given EVM block (id or height)
303304
304305## Unsupported APIs
You can’t perform that action at this time.
0 commit comments