Skip to content

Commit

Permalink
Merge pull request #440 from primitivefinance/fix/expiry-temp
Browse files Browse the repository at this point in the history
Changes order of expiries.
  • Loading branch information
Alexangelj authored Jan 18, 2021
2 parents 2c4ea1c + bb9c75d commit 3ea4a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export const DEFAULT_ALLOWANCE = parseEther('10000000')

export const WEI_ADJ = 1000000000000000000

export const ACTIVE_EXPIRIES = [1610107199, 1611907200, 1619769600]
export const ACTIVE_EXPIRIES = [1610107199, 1619769600, 1611907200]

export enum Operation {
MINT,
Expand Down

1 comment on commit 3ea4a48

@vercel
Copy link

@vercel vercel bot commented on 3ea4a48 Jan 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.