Skip to content

Commit 31fc776

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

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
@@ -37,6 +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 },
4041
];
4142

4243
export const activeChains = [
@@ -69,6 +70,7 @@ export const activeChains = [
6970
{ date: new Date("29 Nov '24"), chains: 88 },
7071
{ date: new Date("30 Dec '24"), chains: 93 },
7172
{ date: new Date("31 Jan '25"), chains: 97 },
73+
{ date: new Date("29 Feb '25"), chains: 104 },
7274
];
7375

7476
export const activePublishers = [
@@ -116,6 +118,7 @@ export const activePublishers = [
116118
{ date: new Date("30 Nov '24"), numPublishers: 121 },
117119
{ date: new Date("31 Dec '24"), numPublishers: 122 },
118120
{ date: new Date("31 Jan '25"), numPublishers: 123 },
121+
{ date: new Date("29 Feb '25"), numPublishers: 134 },
119122
];
120123

121124
export const activeFeeds = [
@@ -156,4 +159,5 @@ export const activeFeeds = [
156159
{ date: new Date("29 Nov '24"), numFeeds: 592 },
157160
{ date: new Date("30 Dec '24"), numFeeds: 637 },
158161
{ date: new Date("31 Jan '25"), numFeeds: 693 },
162+
{ date: new Date("29 Feb '25"), numFeeds: 1340 },
159163
];

0 commit comments

Comments
 (0)