Skip to main content
Version: 1.13.1

Variable: allSupportedChains

const allSupportedChains: { APTOS: typeof AptosChain; CANTON: typeof CantonChain; EVM: typeof EVMChain; SUI: typeof SuiChain; SVM: typeof SolanaChain; TON: typeof TONChain; }

Defined in: all-chains.ts:19

Map of all supported chain families to their implementations. Importing this includes all chain dependencies in the bundle.

Type Declaration

APTOS

APTOS: typeof AptosChain = AptosChain

CANTON

CANTON: typeof CantonChain = CantonChain

EVM

EVM: typeof EVMChain = EVMChain

SUI

SUI: typeof SuiChain = SuiChain

SVM

SVM: typeof SolanaChain = SolanaChain

TON

TON: typeof TONChain = TONChain