> ## Documentation Index
> Fetch the complete documentation index at: https://injectivelabs-feat-fix-archived-repos.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Essential information about the Injective network

# Network Information

<Tabs>
  <Tab title="Injective Mainnet" icon="server">
    * Chain ID: `injective-1`
    * Node: `https://sentry.tm.injective.network:443`
    * Explorer: [`injscan.com`](https://injscan.com/)

    <Callout icon="info" color="#07C1FF" iconType="regular">
      Note that the Injective Chain ID for EVM is `1776`.
      However, it natively uses a chain ID of `injective-1`.
      While the chain IDs are different, they map to the **same** network.

      See [Injective EVM Mainnet network information](/developers-evm/network-information#injective-evm-mainnet) for more details.
    </Callout>
  </Tab>

  <Tab title="Injective Testnet" icon="flask-vial">
    * Chain ID: `injective-888`
    * Node: `https://testnet.sentry.tm.injective.network:443`
    * Explorer: [`testnet.explorer.injective.network`](https://testnet.explorer.injective.network/)

    <Callout icon="info" color="#07C1FF" iconType="regular">
      Note that the Injective Chain ID for EVM is `1439`.
      However, it natively uses a chain ID of `injective-888`.
      While the chain IDs are different, they map to the **same** network.

      See [Injective EVM Testnet network information](/developers-evm/network-information#injective-evm-testnet) for more details.
    </Callout>
  </Tab>

  <Tab title="Injective Devnet" icon="flask-vial">
    * Chain ID: `injective-777`
    * Node: `https://devnet.sentry.tm.injective.network:443`

    <Callout icon="info" color="#07C1FF" iconType="regular">
      Note that the Injective EVM does not have an equivalent of Devnet

      See [EVM network information](/developers-evm/network-information/) for more details.
    </Callout>
  </Tab>
</Tabs>
