export interface GasFeeInterface { gasPrice: string; gasLimit: string; totalWeiAmount: string; totalUsdAmount: number; }