Skip to content

Commit

Permalink
update gas
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoaidanh committed Oct 20, 2023
1 parent b124202 commit 2a83816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SwapForm/GasPriceNote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type Props = {
gasUsd?: string
}

const GAS_USD_THRESHOLD = 20
const GAS_USD_THRESHOLD = 4
const GasPriceNote: FC<Props> = ({ gasUsd = 0 }) => {
const theme = useTheme()

Expand Down

0 comments on commit 2a83816

Please sign in to comment.