> For the complete documentation index, see [llms.txt](https://docs.belugas.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.belugas.io/aquarius.js/utility-methods/get-network-name-with-chain-id.md).

# Get Network Name With Chain ID

Gets the name of a Sei Blockchain based on its chain ID.

* `chainId` (string) The chain ID of the network.
* `RETURN` (string) Returns the name of the Sei Blockchain.

```
console.log('Testnet : ', Belugas.util.getNetNameWithChainId(3));
```
