export interface MarketCommandPayload {
    baseTokenAddr: string;
    quoteTokenAddr: string;
}
