Skip to content

Commit afb411f

Browse files
fix: update KPI stats with correct February 2025 values
Co-Authored-By: Connor Prussin <connor@dourolabs.xyz>
1 parent 31fc776 commit afb411f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const totalVolumeTraded = [
3737
{ date: new Date("29 Nov '24"), volume: 106_950_000_000 },
3838
{ date: new Date("30 Dec '24"), volume: 128_300_000_000 },
3939
{ date: new Date("31 Jan '25"), volume: 132_100_000_000 },
40-
{ date: new Date("29 Feb '25"), volume: 142_000_000_000 },
40+
{ date: new Date("29 Feb '25"), volume: 92_200_000_000 },
4141
];
4242

4343
export const activeChains = [
@@ -70,7 +70,7 @@ export const activeChains = [
7070
{ date: new Date("29 Nov '24"), chains: 88 },
7171
{ date: new Date("30 Dec '24"), chains: 93 },
7272
{ date: new Date("31 Jan '25"), chains: 97 },
73-
{ date: new Date("29 Feb '25"), chains: 104 },
73+
{ date: new Date("29 Feb '25"), chains: 100 },
7474
];
7575

7676
export const activePublishers = [
@@ -118,7 +118,7 @@ export const activePublishers = [
118118
{ date: new Date("30 Nov '24"), numPublishers: 121 },
119119
{ date: new Date("31 Dec '24"), numPublishers: 122 },
120120
{ date: new Date("31 Jan '25"), numPublishers: 123 },
121-
{ date: new Date("29 Feb '25"), numPublishers: 134 },
121+
{ date: new Date("29 Feb '25"), numPublishers: 124 },
122122
];
123123

124124
export const activeFeeds = [
@@ -159,5 +159,5 @@ export const activeFeeds = [
159159
{ date: new Date("29 Nov '24"), numFeeds: 592 },
160160
{ date: new Date("30 Dec '24"), numFeeds: 637 },
161161
{ date: new Date("31 Jan '25"), numFeeds: 693 },
162-
{ date: new Date("29 Feb '25"), numFeeds: 1340 },
162+
{ date: new Date("29 Feb '25"), numFeeds: 1290 },
163163
];

0 commit comments

Comments
 (0)