Skip to content

Commit e3e44ae

Browse files
Merge pull request #593 from onflow/readme-update
Remove obsolete config flags & keys files
2 parents 1d311ad + 1df7bf4 commit e3e44ae

File tree

4 files changed

+0
-48
lines changed

4 files changed

+0
-48
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ WORKDIR /flow-evm-gateway
2727
RUN apt-get update && apt-get install ca-certificates -y
2828

2929
COPY --from=app-builder /app/bin /flow-evm-gateway/app
30-
COPY --from=app-builder /app/previewnet-keys.json /flow-evm-gateway/previewnet-keys.json
31-
COPY --from=app-builder /app/migration-keys.json /flow-evm-gateway/migration-keys.json
3230

3331
EXPOSE 8545
3432

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ The application can be configured using the following flags at runtime:
180180
| `ws-enabled` | `false` | Enable websocket connections |
181181
| `access-node-grpc-host` | `localhost:3569` | Host to the flow access node gRPC API |
182182
| `access-node-spork-hosts` | `""` | Previous spork AN hosts, defined as a comma-separated list (e.g. `"host-1.com,host2.com"`) |
183-
| `evm-network-id` | `testnet ` | EVM network ID (options: `testnet`, `mainnet`) |
184183
| `flow-network-id` | `flow-emulator` | Flow network ID (options: `flow-emulator`, `flow-testnet`, `flow-mainnet`) |
185184
| `coinbase` | `""` | Coinbase address to use for fee collection |
186185
| `init-cadence-height` | `0` | Cadence block height to start indexing; avoid using on a new network |
@@ -204,7 +203,6 @@ The application can be configured using the following flags at runtime:
204203
| `wallet-api-key` | `""` | ECDSA private key for wallet APIs (local/testing use only) |
205204
| `filter-expiry` | `5m` | Expiry time for idle filters |
206205
| `traces-gcp-bucket` | `""` | GCP bucket name for transaction traces |
207-
| `prometheus-config-file-path`| `./metrics/prometheus.yml` | Path to the Prometheus configuration file |
208206
| `index-only` | `false` | Run in index-only mode, allowing state queries and indexing but no transaction sending |
209207
| `profiler-enabled` | `false` | Enable the pprof profiler server |
210208
| `profiler-host` | `localhost` | Host for the pprof profiler |

migration-keys.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

previewnet-keys.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)