Skip to content

Commit

Permalink
Remove FLASHBOTS_MIN_TIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchung committed Dec 8, 2024
1 parent 41c6a8d commit 59835da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/utils/gas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ import {
} from './numbers';
import { getMinimalTimeUnitStringForMs } from './time';

export const FLASHBOTS_MIN_TIP = 6;

const formatDisplayNumber = (number: number | string) => {
const n = Number(number);
if (n === 0) {
Expand Down

0 comments on commit 59835da

Please sign in to comment.