# HeLa Network Information

Here are the HeLa Network information for developers to efficiently configure and deploy their applications on HeLa's testnet and mainnet. These essential details include network setup specifics, deployment guidelines, and essential network parameters. By utilizing this information, developers can seamlessly integrate their projects onto HeLa's blockchain platform, ensuring a smooth and successful deployment process on both the testnet for experimentation and the mainnet for real-world use.

\
A

<table data-full-width="true"><thead><tr><th>Setting</th><th>Testnet</th><th>Mainnet</th></tr></thead><tbody><tr><td>Network Name</td><td>HeLa Testnet</td><td>HeLa Official Runtime</td></tr><tr><td>RPC</td><td>https://testnet-rpc.helachain.com</td><td> https://mainnet-rpc.helachain.com</td></tr><tr><td>Chain ID</td><td>666888</td><td> 8668</td></tr><tr><td>SYMBOL</td><td>HLUSD</td><td> HLUSD</td></tr><tr><td>Block Explorer</td><td><a href="https://testnet-blockexplorer.helachain.com/">https://testnet-blockexplorer.helachain.com</a></td><td><a href="https://helascan.io/">https://helascan.io/</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.helalabs.com/build-on-hela/hela-network-information.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
