Skip to content

Commit

Permalink
Merge pull request #31 from Synthetixio/oi-bug
Browse files Browse the repository at this point in the history
Fix OI
  • Loading branch information
Tburm authored Mar 18, 2024
2 parents 5835506 + a48fc99 commit 8e06e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dashboard/modules/base_mainnet/perp_markets.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def make_charts(data, asset):
"Open Interest: Total",
),
"oi_pct": chart_oi(
data["market_history"],
df,
"ts",
"Open Interest: Long vs Short",
),
Expand Down
2 changes: 1 addition & 1 deletion dashboard/modules/base_sepolia/perp_markets.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def make_charts(data, asset):
"Open Interest: Total",
),
"oi_pct": chart_oi(
data["market_history"],
df,
"ts",
"Open Interest: Long vs Short",
),
Expand Down

0 comments on commit 8e06e06

Please sign in to comment.