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 IDname: Chain nameiconUrl: Chain icon URLisTestnet: Whether it's a testnetnativeCurrency: Native currency infoblockExplorers: Block explorer URLs