Skip to content

Commit

Permalink
Merge pull request #2446 from pyth-network/devin/1741235970-update-kp…
Browse files Browse the repository at this point in the history
…i-stats

feat: update KPI stats with latest values for February 2025
  • Loading branch information
cprussin authored Mar 6, 2025
2 parents 623223b + afb411f commit 41fe1a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/insights/src/static-data/stats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export const totalVolumeTraded = [
{ date: new Date("29 Nov '24"), volume: 106_950_000_000 },
{ date: new Date("30 Dec '24"), volume: 128_300_000_000 },
{ date: new Date("31 Jan '25"), volume: 132_100_000_000 },
{ date: new Date("29 Feb '25"), volume: 92_200_000_000 },
];

export const activeChains = [
Expand Down Expand Up @@ -69,6 +70,7 @@ export const activeChains = [
{ date: new Date("29 Nov '24"), chains: 88 },
{ date: new Date("30 Dec '24"), chains: 93 },
{ date: new Date("31 Jan '25"), chains: 97 },
{ date: new Date("29 Feb '25"), chains: 100 },
];

export const activePublishers = [
Expand Down Expand Up @@ -116,6 +118,7 @@ export const activePublishers = [
{ date: new Date("30 Nov '24"), numPublishers: 121 },
{ date: new Date("31 Dec '24"), numPublishers: 122 },
{ date: new Date("31 Jan '25"), numPublishers: 123 },
{ date: new Date("29 Feb '25"), numPublishers: 124 },
];

export const activeFeeds = [
Expand Down Expand Up @@ -156,4 +159,5 @@ export const activeFeeds = [
{ date: new Date("29 Nov '24"), numFeeds: 592 },
{ date: new Date("30 Dec '24"), numFeeds: 637 },
{ date: new Date("31 Jan '25"), numFeeds: 693 },
{ date: new Date("29 Feb '25"), numFeeds: 1290 },
];

0 comments on commit 41fe1a9

Please sign in to comment.