Skip to content

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 ​

NetworkChain 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: 900

Testnet:

http
X-Blockchain-Id: 901

See also ​