export interface IYakOffer {
    adapters: string[];
    amounts: string[];
    gasEstimate: string;
    path: string[];
}
