Skip to content

Commit

Permalink
default pt to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo committed Nov 18, 2024
1 parent 6d766f5 commit 08853d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ type PrimaryTokenActivity = {
}
const defaultPrimaryTokenActivity: PrimaryTokenActivity = {
ts: 0,
close: 1,
open: 1,
close: 0,
open: 0,
}

export const usePrimaryTokenActivity = ({
Expand Down

0 comments on commit 08853d2

Please sign in to comment.