Skip to Content
TachyonSDK ReferenceIs Chain Supported

isChainSupported(chainId)

Checks if a specific chain is supported.

is-chain-supported.ts
const isSupported = await tachyon.isChainSupported(ChainId.BASE);

Parameters:

  • chainId (number, required): Chain ID to check

Returns: Promise<boolean> - Whether the chain is supported

Last updated on