Skip to content

Commit

Permalink
Merge pull request #593 from onflow/readme-update
Browse files Browse the repository at this point in the history
Remove obsolete config flags & keys files
  • Loading branch information
franklywatson authored Sep 26, 2024
2 parents 1d311ad + 1df7bf4 commit e3e44ae
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 48 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ WORKDIR /flow-evm-gateway
RUN apt-get update && apt-get install ca-certificates -y

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

EXPOSE 8545

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

This file was deleted.

22 changes: 0 additions & 22 deletions previewnet-keys.json

This file was deleted.

0 comments on commit e3e44ae

Please sign in to comment.