Skip to content

Commit

Permalink
website: mica ticker
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Jan 14, 2025
1 parent 28dbaae commit 028f853
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/poor-apples-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'website': patch
---

Updated the mica indicators ticker.
2 changes: 1 addition & 1 deletion apps/website/content/mica.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export type MicaIndicatorObject = { [key: string]: MicaIndicator }
export async function getMicaIndicators() {
const [indicators, indicatorsError] = await to<MicaIndicatorObject>(
axios(
`https://ccri.sia.tools/mica/overview/sia?responseType=recent&key=${process.env['CCRI_TOKEN']}`
`https://ccri.sia.tools/mica/overview/sc?responseType=recent&key=${process.env['CCRI_TOKEN']}`
)
)

Expand Down

0 comments on commit 028f853

Please sign in to comment.