Skip to content

Commit

Permalink
Made comment consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
franklywatson committed Dec 10, 2024
1 parent 7e79976 commit 3dce83d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Ensure that the following ENV variables have been set. Add/update as required if

```bash
# Set required environment variables
export ACCESS_NODE_GRPC_HOST="access.mainnet.nodes.onflow.org:9000"
export ACCESS_NODE_GRPC_HOST="access.mainnet.nodes.onflow.org:9000" # or access.devnet.nodes.onflow.org:9000 for testnet
export FLOW_NETWORK_ID="flow-mainnet" # or flow-testnet
export INIT_CADENCE_HEIGHT="88226267" # 211176670 for testnet
export COINBASE="${EVM_ADDRESS_WITHOUT_0x}"
Expand Down

0 comments on commit 3dce83d

Please sign in to comment.