Skip to content

Commit 3e67411

Browse files
Fix params for 1.0.0
1 parent ab467e6 commit 3e67411

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ The application can be configured using the following flags at runtime:
239239
| `coa-cloud-kms-project-id` | `""` | Project ID for KMS keys (e.g. `flow-evm-gateway`) |
240240
| `coa-cloud-kms-location-id` | `""` | Location ID for KMS key ring (e.g. 'global') |
241241
| `coa-cloud-kms-key-ring-id` | `""` | Key ring ID for KMS keys (e.g. 'tx-signing') |
242-
| `coa-cloud-kms-keys` | `""` | KMS keys and versions, comma-separated (e.g. `"gw-key-6@1,gw-key-7@1"`) |
242+
| `coa-cloud-kms-key` | `""` | KMS keys and versions, comma-separated (e.g. `"gw-key-6@1,gw-key-7@1"`) |
243243
| `log-level` | `debug` | Log verbosity level (`debug`, `info`, `warn`, `error`, `fatal`, `panic`) |
244244
| `log-writer` | `stderr` | Output method for logs (`stderr`, `console`) |
245245
| `stream-limit` | `10` | Rate-limit for client events sent per second |
@@ -257,6 +257,7 @@ The application can be configured using the following flags at runtime:
257257
| `profiler-enabled` | `false` | Enable the pprof profiler server |
258258
| `profiler-host` | `localhost` | Host for the pprof profiler |
259259
| `profiler-port` | `6060` | Port for the pprof profiler |
260+
| `tx-state-validation` | `""` | When set to `local-index` will validate EVM transaction state locally |
260261

261262

262263
# EVM Gateway Endpoints

0 commit comments

Comments
 (0)