Appearance
Solana β
Solana is a high-throughput L1 using a distinct execution model from the EVM chains IBEx primarily targets today.
Status β
Work in progress β Solana is non-EVM; Safe-style EVM contracts do not apply. Support, if offered, will follow Solana-native wallet and program patterns. Confirm with IBEx before production use.
Chain IDs β
| Network | Chain ID |
|---|---|
| Mainnet (IBEx convention) | 900 |
| Testnet (IBEx convention) | 901 |
TIP
These IDs are used for routing in IBEx APIs where a numeric blockchain identifier is required; they are not Solanaβs public βclusterβ names (mainnet-beta, devnet, etc.). Prefer the documented header values once Solana support is live.
Technical summary β
- Consensus / ordering: Proof of History combined with Proof of Stake (Solana-specific).
- VM: Not EVM β programs use Solanaβs BPF runtime.
- IBEx: Integration is WIP; expect different signing and account models than Safe Smart Account.
API configuration (when enabled) β
http
X-Blockchain-Id: 900Testnet:
http
X-Blockchain-Id: 901See also β
- Supported blockchains
- EOA Wallet (conceptual comparison for nonβsmart-contract accounts)