getSupportedChains()
Gets all supported blockchain networks.
get-supported-chains.ts
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
Last updated on