export interface ZilliqaConfig { rpcUrl: string; } export interface ConfigType { rpcUrl: string; chainType: string; }