export interface EthEstimateGas {
    gasPrice: string;
    gasLimit: string;
}
