Skip to content

Commit 0c522e1

Browse files
committed
add Mainnet and Network Options to README
1 parent 12e091a commit 0c522e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,22 +398,22 @@ Obtain an Infura API key by creating an account at <b><i>[infura.io](https://inf
398398
To configure the network:
399399

400400
1. **Set the NETWORK environment variable**:
401-
- For local testing:
401+
- For local testing:
402402
```bash
403403
export NETWORK=<mainnet|sepolia|holesky|hoodi|local>
404404
```
405-
- For EKS deployment, update Helm values:
405+
- For EKS deployment, update Helm values:
406406
```bash
407407
helm upgrade --install blockchain-monitor ./helm/go-microservices/blockchain-monitor --set env.NETWORK=<mainnet|sepolia|holesky|hoodi|local>
408408
helm upgrade --install ai-agent ./helm/ai-agent --set env.NETWORK=<mainnet|sepolia|holesky|hoodi|local>
409409
```
410410
2. **Verify network configuration**:
411-
- Check the `/health` endpoint for each service:
411+
- Check the `/health` endpoint for each service:
412412
```bash
413413
curl http://<blockchain-monitor-load-balancer>:8081/health
414414
curl http://<ai-agent-load-balancer>:8000/health
415415
```
416-
- Ensure the `network` field matches the configured value.
416+
- Ensure the `network` field matches the configured value.
417417

418418
4. **IAM Role (`TerraformCloudRole`)**:
419419
- Ensure trust policy allows Terraform Cloud user:

0 commit comments

Comments
 (0)