This API returns a list of the blockchain networks supported by Hibit, providing a clear overview of the available chains for integration.
import { hibitClient } from '@delandlabs/hibit-sdk';
const options = {
network: HibitNetwork.Testnet
};
hibitClient.setOptions(options);
const chains = await hibitClient.getChains();