> ## Documentation Index
> Fetch the complete documentation index at: https://tech.ramses.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# ChainId

## Functions

### get

```solidity theme={null}
  function get(
  ) internal returns (uint256 chainId)
```

Gets the current chain ID

#### Return Values:

| Name      | Type    | Description          |
| :-------- | :------ | :------------------- |
| `chainId` | uint256 | The current chain ID |
