Skip to content

Commit ba3edbe

Browse files
committed
Improvements on README documentation
1 parent ea48153 commit ba3edbe

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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 `
295295
The 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

0 commit comments

Comments
 (0)