> ## 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 常见问题

## 基础知识

问：Injective 支持哪些账户地址类型？

答：支持 2 种地址类型：

* Bech32 (`inj...`)，主要用于通过 Cosmos 钱包/工具进行交互
* Hexadecimal (`0x...`)，主要用于通过 EVM 钱包/工具进行交互

***

问：有没有办法查找 Injective Cosmos 地址与 Injective EVM 地址之间的映射关系？

答：这两种地址类型之间的映射是通过数学运算完成的，是一对一的双向映射。

* 在线示例：[Injective Testnet Faucet](https://testnet.faucet.injective.network/)
* 文档：[TS 代码示例](https://docs.injective.network/developers/convert-addresses)

***

## 基础设施

问：维护私有节点时：

* 是否需要存储 2.5 Ti 的归档数据（event provider）？
* 可以跳过这部分并让 indexer 正常工作吗？

答：Event provider 可以进行修剪。可以使用公共 event provider 端点进行初始同步，然后切换到本地部署，但只从最新高度开始。因此，可以跳过。

***

## EVM

问：Injective 是否部署了 [`multicall3`](https://www.multicall3.com/) 智能合约？

答：是的。

* Injective Mainnet `multicall3`：[`0xcA11bde05977b3631167028862bE2a173976CA11`](https://blockscout.injective.network/address/0xcA11bde05977b3631167028862bE2a173976CA11?tab=contract)
* Injective Testnet `multicall3`：[`0xcA11bde05977b3631167028862bE2a173976CA11`](https://testnet.blockscout.injective.network/address/0xcA11bde05977b3631167028862bE2a173976CA11?tab=contract)

***
