Skip to content

Commit 4046839

Browse files
authored
Merge pull request #34 from meleksabit/stage
docs: edit README
2 parents 77e9076 + d75e93a commit 4046839

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,10 @@ This section outlines the repository’s directory structure to help you navigat
378378
3. **Configure Blockchain Network**:
379379
Set the blockchain network for the `blockchain-monitor` and `ai-agent` services using the `NETWORK` environment variable. Supported networks are:
380380

381-
- **mainnet**: Ethereum mainnet (production, requires Infura API key with mainnet access).
382-
- **sepolia**: Sepolia testnet (default, recommended for testing).
383-
- **holesky**: Holesky testnet (alternative testnet for validator and staking tests).
384-
- **hoodi**: Hoodi testnet (new testnet for Pectra upgrade testing).
381+
- **Mainnet**: Ethereum Mainnet (production, requires Infura API key with Mainnet access).
382+
- **Sepolia**: Sepolia testnet (default, recommended for testing).
383+
- **Holesky**: Holesky testnet (alternative testnet for validator and staking tests).
384+
- **Hoodi**: Hoodi testnet (new testnet for Pectra upgrade testing).
385385
- **local**: Local Ethereum node (e.g., Hardhat, Ganache) for development.
386386

387387
<table>
@@ -390,7 +390,7 @@ Set the blockchain network for the `blockchain-monitor` and `ai-agent` services
390390
</tr>
391391
<tr>
392392
<td>
393-
Obtain an Infura API key by creating an account at <a href="https://infura.io">infura.io</a> (<font color="red"><b><i>MetaMask wallet login supported</i></b></font>). Avoid using MetaMask’s default Infura key due to rate limits, as it is shared and heavily restricted. Using mainnet incurs <font color="red"><b><i>higher Infura API costs</i></b></font> and interacts with <font color="red"><b><i>real</i></b></font> Ethereum transactions. Ensure your Infura API key supports mainnet and testnet access and use <font color="red"><b><i>cautiously</i></b></font> in production environments.
393+
Obtain an Infura API key by creating an account at <a href="https://infura.io">infura.io</a> (<font color="red"><b><i>MetaMask wallet login supported</i></b></font>). Avoid using MetaMask’s default Infura key due to rate limits, as it is shared and heavily restricted. Using Mainnet incurs <font color="red"><b><i>higher Infura API costs</i></b></font> and interacts with <font color="red"><b><i>real</i></b></font> Ethereum transactions. Ensure your Infura API key supports Mainnet and testnet access and use <font color="red"><b><i>cautiously</i></b></font> in production environments.
394394
</td>
395395
</tr>
396396
</table>
@@ -613,7 +613,7 @@ Infrastructure is managed in the `terraform/` folder:
613613
- Check security group allows EKS access (port 3306 for MySQL, 5432 for PostgreSQL).
614614

615615
> [!IMPORTANT]
616-
> - **Ethereum Networks**: Supports `mainnet`, `Sepolia` (default), `Holesky`, `Hoodi`, and `local` networks. Set `NETWORK` environment variable to configure (see **Setup > Configure Blockchain Network**).
616+
> - **Ethereum Networks**: Supports `Mainnet`, `Sepolia` (default), `Holesky`, `Hoodi`, and `local` networks. Set `NETWORK` environment variable to configure (see **Setup > Configure Blockchain Network**).
617617
> - **CI/CD**: Jenkins pipeline builds/pushes images to ECR and deploys to EKS.
618618
> - **Health Checks**: Ensure probes are configured per service.
619619
> - **Region**: `eu-central-1` (Frankfurt) is the default region for all AWS resources (EKS, RDS, S3, Secrets Manager). To use a different region, update AWS_DEFAULT_REGION in Terraform Cloud variables or terraform/backend.tf. Ensure consistency across resources to avoid cross-region latency or costs.

0 commit comments

Comments
 (0)