Skip to main content

TypeScript shape

type NetworkConfigType =
  | 'SOLANA'
  | 'EVM'
  | 'SUI'
  | 'APTOS'
  | 'STARKNET';
EVM
enum
EVM-compatible chain (Ethereum, Base, Arbitrum, etc.).
SOLANA
enum
Solana.
SUI
enum
Sui.
APTOS
enum
Aptos.
STARKNET
enum
Starknet.