export type WithGasPrice = {
  gasPrice: string;
};
export type WithMaxFee = {
  maxFeePerGas: string;
  maxPriorityFeePerGas: string;
};
