export interface ProviderFeeInterface { fixedAmount: string; fixedWeiAmount: string; fixedUsdAmount: number; }