RathRath Finance
SDK Reference

Get Supported Chains

SDK method to retrieve a list of all blockchain networks supported by Tachyon.

getSupportedChains()

Gets all supported blockchain networks.

const chains = await tachyon.getSupportedChains();

Returns: Promise<SupportedChainsResponse> - Array of supported chains

Chain Object Properties:

  • id: Chain ID
  • name: Chain name
  • iconUrl: Chain icon URL
  • isTestnet: Whether it's a testnet
  • nativeCurrency: Native currency info
  • blockExplorers: Block explorer URLs

On this page