-
Notifications
You must be signed in to change notification settings - Fork 301
feat: update KPI stats with latest values for February 2025 #2446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: 142_000_000_000 }, | ||
]; | ||
|
||
export const activeChains = [ | ||
|
@@ -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: 104 }, | ||
|
||
]; | ||
|
||
export const activePublishers = [ | ||
|
@@ -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: 134 }, | ||
|
||
]; | ||
|
||
export const activeFeeds = [ | ||
|
@@ -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: 1340 }, | ||
|
||
]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
volume
here should be 92_200_000_000