Skip to content

Commit

Permalink
Remove last references to previewnet
Browse files Browse the repository at this point in the history
  • Loading branch information
franklywatson authored Aug 15, 2024
1 parent 86e526d commit 0a40149
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ The binary can then be run using the correct flags (see the table below or the e
# Running
Operating an EVM Gateway is straightforward. It can either be deployed locally alongside the Flow emulator or configured to connect with any active Flow networks supporting EVM. Given that the EVM Gateway depends solely on [Access Node APIs](https://developers.flow.com/networks/node-ops/access-onchain-data/access-nodes/accessing-data/access-api), it is compatible with any networks offering this API access.

**Example Configuration for Previewnet**
**Example Configuration for Testnet**
```
./evm-gateway
--access-node-grpc-host https://previewnet.evm.nodes.onflow.org \
--flow-network-id flow-previewnet \
--access-node-grpc-host https://testnet.evm.nodes.onflow.org \
--flow-network-id flow-testnet \
--coinbase {EVM-account} \
--coa-address {funded Flow account address} \
--coa-key-file {file containing private keys for coa-address, KMS should be used on live networks} \
Expand Down Expand Up @@ -122,8 +122,8 @@ 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` | `previewnet` | EVM network ID (options: `previewnet`, `testnet`, `mainnet`) |
| `flow-network-id` | `flow-emulator` | Flow network ID (options: `flow-emulator`, `flow-previewnet`, `flow-testnet`) |
| `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 |
| `gas-price` | `1` | Static gas price for EVM transactions |
Expand Down

0 comments on commit 0a40149

Please sign in to comment.