Skip to content

Commit ae3d05b

Browse files
authored
Merge pull request #29 from meleksabit/test
docs: Update Configure Blockchain Network table with red, bold-italic text
2 parents e5a4b7e + 168fb92 commit ae3d05b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,16 @@ Set the blockchain network for the `blockchain-monitor` and `ai-agent` services
384384
- **hoodi**: Hoodi testnet (new testnet for Pectra upgrade testing).
385385
- **local**: Local Ethereum node (e.g., Hardhat, Ganache) for development.
386386

387-
| ⚠️ⓘ❗ **NOTE** |
388-
|---------------|
389-
| Obtain an Infura API key by creating an account at [infura.io](https://infura.io) (**MetaMask wallet login supported**). Avoid using MetaMask’s default Infura key due to rate limits, as it is shared and heavily restricted. Using mainnet incurs **higher Infura API costs** and interacts with **real** Ethereum transactions. Ensure your Infura API key supports mainnet and testnet access and use **cautiously** in production environments. |
387+
<table>
388+
<tr>
389+
<th>⚠️ⓘ❗ <b>NOTE</b></th>
390+
</tr>
391+
<tr>
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.
394+
</td>
395+
</tr>
396+
</table>
390397

391398
### To configure the network:
392399

0 commit comments

Comments
 (0)