export interface MetadataInfo {
    symbol: string;
    name: string;
    decimals: number;
    logo: string;
    fee: bigint;
}
