Skip to content

Commit f7b8a9c

Browse files
authored
Merge pull request #2335 from pyth-network/cprussin/update-insights-metrics
chore(insights): update metrics
2 parents 0ff6e62 + dcfb547 commit f7b8a9c

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
@@ -36,6 +36,7 @@ export const totalVolumeTraded = [
3636
{ date: new Date("30 Oct '24"), volume: 58_320_000_000 },
3737
{ date: new Date("29 Nov '24"), volume: 106_950_000_000 },
3838
{ date: new Date("30 Dec '24"), volume: 128_300_000_000 },
39+
{ date: new Date("31 Jan '25"), volume: 132_100_000_000 },
3940
];
4041

4142
export const activeChains = [
@@ -67,6 +68,7 @@ export const activeChains = [
6768
{ date: new Date("30 Oct '24"), chains: 84 },
6869
{ date: new Date("29 Nov '24"), chains: 88 },
6970
{ date: new Date("30 Dec '24"), chains: 93 },
71+
{ date: new Date("31 Jan '25"), chains: 97 },
7072
];
7173

7274
export const activePublishers = [
@@ -113,6 +115,7 @@ export const activePublishers = [
113115
{ date: new Date("31 Oct '24"), numPublishers: 120 },
114116
{ date: new Date("30 Nov '24"), numPublishers: 121 },
115117
{ date: new Date("31 Dec '24"), numPublishers: 122 },
118+
{ date: new Date("31 Jan '25"), numPublishers: 123 },
116119
];
117120

118121
export const activeFeeds = [
@@ -152,4 +155,5 @@ export const activeFeeds = [
152155
{ date: new Date("30 Oct '24"), numFeeds: 540 },
153156
{ date: new Date("29 Nov '24"), numFeeds: 592 },
154157
{ date: new Date("30 Dec '24"), numFeeds: 637 },
158+
{ date: new Date("31 Jan '25"), numFeeds: 693 },
155159
];

0 commit comments

Comments
 (0)