Appearance
Ethereum
Ethereum is IBEx’s reference EVM deployment target for Safe smart accounts.
Chain IDs
| Network | Chain ID |
|---|---|
| Mainnet | 1 |
| 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: 1For Sepolia:
http
X-Blockchain-Id: 11155111Safe
Deployment and signing follow the Safe smart-account model on Ethereum. See the Safe documentation for account architecture, modules, and security assumptions.