Skip to content

Commit 721aa08

Browse files
authored
Merge pull request #2652 from pyth-network/cprussin/update-insights-hub-kpis
chore(insights): add April 2025 kpis
2 parents a9d2893 + e4d9aca commit 721aa08

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/insights/src/static-data/stats.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export const totalVolumeTraded = [
3939
{ date: new Date("30 Jan '25"), volume: 132_060_000_000 },
4040
{ date: new Date("27 Feb '25"), volume: 92_160_000_000 },
4141
{ date: new Date("28 Feb '25"), volume: 75_250_000_000 },
42+
{ date: new Date("29 Apr '25"), volume: 67_140_000_000 },
4243
];
4344

4445
export const activeChains = [
@@ -72,6 +73,7 @@ export const activeChains = [
7273
{ date: new Date("30 Dec '24"), chains: 93 },
7374
{ date: new Date("30 Jan '25"), chains: 97 },
7475
{ date: new Date("27 Feb '25"), chains: 100 },
76+
{ date: new Date("29 Apr '25"), chains: 101 },
7577
];
7678

7779
export const activePublishers = [
@@ -120,6 +122,7 @@ export const activePublishers = [
120122
{ date: new Date("31 Dec '24"), numPublishers: 122 },
121123
{ date: new Date("31 Jan '25"), numPublishers: 123 },
122124
{ date: new Date("28 Feb '25"), numPublishers: 124 },
125+
{ date: new Date("30 Apr '25"), numPublishers: 125 },
123126
];
124127

125128
export const activeFeeds = [
@@ -162,4 +165,5 @@ export const activeFeeds = [
162165
{ date: new Date("30 Jan '25"), numFeeds: 613 },
163166
{ date: new Date("27 Feb '25"), numFeeds: 1296 },
164167
{ date: new Date("30 Mar '25"), numFeeds: 1321 },
168+
{ date: new Date("29 Apr '25"), numFeeds: 1418 },
165169
];

0 commit comments

Comments
 (0)