export type Price = {
    value: string;
    token_name: string;
};
