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

> Injective EVM 网络的基本信息

# EVM 网络信息

<Tabs>
  <Tab title="Injective EVM Mainnet" icon="server">
    ## 网络信息

    * Chain ID: `1776`
    * JSON-RPC Endpoint: `https://sentry.evm-rpc.injective.network/`
    * WS Endpoint: `wss://sentry.evm-ws.injective.network`
    * Faucet: 不适用，获取 Mainnet INJ 请访问 [`injective.com/getinj`](https://injective.com/getinj/)
    * Explorer: [`blockscout.injective.network`](https://blockscout.injective.network/)
    * Explorer API: `https://blockscout-api.injective.network/api`

    <Callout icon="info" color="#07C1FF" iconType="regular">
      请注意，Injective Chain ID 原生为 `injective-1`。
      但是，EVM 使用数字 Chain ID `1776`。
      虽然这两者不同，但它们映射到**同一个**网络。

      更多详情请参阅 [Injective Mainnet 网络信息](/developers/network-information/#injective-mainnet)。
    </Callout>

    ## 合约

    * **USDT** USDT (MTS) - [`0x88f7F2b685F9692caf8c478f5BADF09eE9B1Cc13`](https://blockscout.injective.network/address/0x88f7F2b685F9692caf8c478f5BADF09eE9B1Cc13)
    * **wETH** wrapped ETH (MTS) - [`0x83A15000b753AC0EeE06D2Cb41a69e76D0D5c7F7`](https://blockscout.injective.network/address/0x83A15000b753AC0EeE06D2Cb41a69e76D0D5c7F7)
    * **wINJ** wrapped INJ (MTS) - [`0x0000000088827d2d103ee2d9A6b781773AE03FfB`](https://blockscout.injective.network/address/0x0000000088827d2d103ee2d9A6b781773AE03FfB)
    * **USDC** USDC (MTS) - [`0x2a25fbD67b3aE485e461fe55d9DbeF302B7D3989`](https://blockscout.injective.network/address/0x2a25fbD67b3aE485e461fe55d9DbeF302B7D3989)
    * **MultiCall** - [`0xcA11bde05977b3631167028862bE2a173976CA11`](https://blockscout.injective.network/address/0xcA11bde05977b3631167028862bE2a173976CA11)

    <Callout icon="info" color="#07C1FF" iconType="regular">
      请注意，标记为 **MTS** 的 token 遵循 [MultiVM Token Standard](https://docs.injective.network/developers-evm/multivm-token-standard)。

      这意味着同一个 token 可以在所有 Injective 模块（EVM、Cosmos）中使用，无需使用跨链桥。
    </Callout>

    ## 更多提供商

    * Explorers
      * Blockscout 镜像: [`injective.cloud.blockscout.com`](https://injective.cloud.blockscout.com)
    * JSON-RPC 提供商
      * Quicknode [`quicknode.com/chains/inj`](https://www.quicknode.com/chains/inj)
        * 请注意，你需要在 quicknode 上创建账户才能获取 endpoint URL
        * [Quicknode JSON-RPC 文档](https://www.quicknode.com/docs/injective/evm/eth_blockNumber)
      * ThirdWeb [`thirdweb.com/injective`](https://thirdweb.com/injective)
        * 请注意，你需要在 thirdweb 上创建账户才能获取 endpoint URL
        * [ThirdWeb Playground](https://playground.thirdweb.com/)
  </Tab>

  <Tab title="Injective EVM Testnet" icon="flask-vial">
    ## 网络信息

    * Chain ID: `1439`
    * JSON-RPC Endpoint: `https://k8s.testnet.json-rpc.injective.network/`
    * WS Endpoint: `https://k8s.testnet.ws.injective.network/`
    * Faucet: [`testnet.faucet.injective.network/`](https://testnet.faucet.injective.network/)
    * Explorer: [`testnet.blockscout.injective.network/`](https://testnet.blockscout.injective.network/)
    * Explorer API: `https://testnet.blockscout-api.injective.network/api`

    <Callout icon="info" color="#07C1FF" iconType="regular">
      请注意，Injective Chain ID 原生为 `injective-888`。但是，EVM 使用数字 Chain ID `1439`。虽然这两者不同，但它们映射到**同一个**网络。

      更多详情请参阅 [Injective Testnet 网络信息](/developers/network-information/#injective-testnet)。
    </Callout>

    ## 合约

    * **wINJ** wrapped INJ (MTS) - [`0x0000000088827d2d103ee2d9A6b781773AE03FfB`](https://testnet.blockscout.injective.network/address/0x0000000088827d2d103ee2d9A6b781773AE03FfB)
    * **USDT** USDT (MTS) - [`0xaDC7bcB5d8fe053Ef19b4E0C861c262Af6e0db60`](https://testnet.blockscout.injective.network/address/0xaDC7bcB5d8fe053Ef19b4E0C861c262Af6e0db60)

    <Callout icon="info" color="#07C1FF" iconType="regular">
      请注意，标记为 **MTS** 的 token 遵循 [MultiVM Token Standard](https://docs.injective.network/developers-evm/multivm-token-standard)。

      这意味着同一个 token 可以在所有 Injective 模块（EVM、Cosmos）中使用，无需使用跨链桥。
    </Callout>

    ## 更多提供商

    * Explorers
      * Blockscout 镜像: [`testnet-injective.cloud.blockscout.com/`](https://testnet-injective.cloud.blockscout.com/)
    * JSON-RPC 提供商
      * Quicknode [`quicknode.com/chains/inj`](https://www.quicknode.com/chains/inj)
        * 请注意，你需要在 quicknode 上创建账户才能获取 endpoint URL
        * [Quicknode JSON-RPC 文档](https://www.quicknode.com/docs/injective/evm/eth_blockNumber)
      * ThirdWeb [`thirdweb.com/injective-evm-testnet`](https://thirdweb.com/injective-evm-testnet)
        * 请注意，你需要在 thirdweb 上创建账户才能获取 endpoint URL
        * [ThirdWeb Playground](https://playground.thirdweb.com/)

    ## 更多信息

    有关 Injective EVM Testnet 的更多信息，请参阅以下页面：

    * 基础：
      * [开始在 EVM 上构建](/cn/developers-evm)
      * [你的第一个 EVM 智能合约](/cn/developers-evm/smart-contracts)
      * [你的第一个 EVM dApp](/cn/developers-evm/dapps)
    * 进阶：
      * [EVM 等效性](/cn/developers-evm/evm-equivalence)
      * [MultiVM Token Standard](/cn/developers-evm/multivm-token-standard)
      * [Precompiles](/cn/developers-evm/precompiles)
  </Tab>
</Tabs>
