Skip to main content

Fundamentals

Q: What account address types are supported in Injective? A: There are two address types supported:
  • Bech32 (inj...), which is primarily used when interacting via Cosmos wallets/ tools
  • Hexadecimal (0x...), which is primarily used when interacting via EVM wallets/ tools

Q: Is there a way to find which Injective Cosmos address is mapped to which Injective EVM address? A: These address types map to each other through a mathematical operation that is one to one and bidirectional:

Infrastructure

Q: When maintaining a private node:
  • Should you store 2.5 TiB of archival data (event provider)?
  • Can you skip that part and make the indexer work?
A: You can prune the event provider. Use the public event provider endpoint for the initial sync, then switch to local deployment from the latest height. Yes, you can skip it.

EVM

Q: Does Injective have a deployment of the multicall3 smart contract? A: Yes, at the following addresses:
Last modified on April 3, 2026