Skip to content

Ethereum

Ethereum is IBEx’s reference EVM deployment target for Safe smart accounts.

Chain IDs

NetworkChain ID
Mainnet1
Sepolia (testnet)11155111

Technical summary

  • Consensus: Proof of Stake (post-Merge).
  • VM: EVM-compatible execution.
  • Wallets: Safe (smart contract) wallet deployment and operations are supported through the IBEx API when you pass the correct X-Blockchain-Id.

API configuration

Set the header to the environment you are calling:

http
X-Blockchain-Id: 1

For Sepolia:

http
X-Blockchain-Id: 11155111

Safe

Deployment and signing follow the Safe smart-account model on Ethereum. See the Safe documentation for account architecture, modules, and security assumptions.

See also