Skip to content

Commit

Permalink
fix(twap): total time values dropdown (#2798)
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadV91 authored Jul 6, 2023
1 parent a13101c commit dcb2d54
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/modules/twap/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@ export const DEFAULT_NUM_OF_PARTS = 2
export const DEFAULT_ORDER_DEADLINE: OrderDeadline = { label: '1 Hour', value: ms`1 hour` }

export const ORDER_DEADLINES: OrderDeadline[] = [
{ label: '5 Minutes', value: ms`5m` },
{ label: '30 Minutes', value: ms`30m` },
DEFAULT_ORDER_DEADLINE,
{ label: '1 Day', value: ms`1d` },
{ label: '3 Days', value: ms`3d` },
{ label: '7 Days', value: ms`7d` },
{ label: '1 Month', value: ms`30d` },
{ label: '6 Hours', value: ms`6 hour` },
{ label: '12 Hours', value: ms`12 hour` },
{ label: '24 Hours', value: ms`1d` },
]

export const TWAP_ORDER_STRUCT =
Expand Down

0 comments on commit dcb2d54

Please sign in to comment.