You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -378,10 +378,10 @@ This section outlines the repository’s directory structure to help you navigat
378
378
3. **Configure Blockchain Network**:
379
379
Set the blockchain network for the `blockchain-monitor` and `ai-agent` services using the `NETWORK` environment variable. Supported networks are:
380
380
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).
385
385
- **local**: Local Ethereum node (e.g., Hardhat, Ganache) for development.
386
386
387
387
<table>
@@ -390,7 +390,7 @@ Set the blockchain network for the `blockchain-monitor` and `ai-agent` services
390
390
</tr>
391
391
<tr>
392
392
<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.
394
394
</td>
395
395
</tr>
396
396
</table>
@@ -613,7 +613,7 @@ Infrastructure is managed in the `terraform/` folder:
613
613
- Check security group allows EKS access (port 3306 for MySQL, 5432 for PostgreSQL).
614
614
615
615
> [!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**).
617
617
> - **CI/CD**: Jenkins pipeline builds/pushes images to ECR and deploys to EKS.
618
618
> - **Health Checks**: Ensure probes are configured per service.
619
619
> - **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