type BlockchainAPIConfig = {
    baseUrl: string;
};
export type { BlockchainAPIConfig };
