File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -398,22 +398,22 @@ Obtain an Infura API key by creating an account at <b><i>[infura.io](https://inf
398398To 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
4184184. **IAM Role (`TerraformCloudRole`)** :
419419 - Ensure trust policy allows Terraform Cloud user :
You can’t perform that action at this time.
0 commit comments