Skip to content

Commit faf1a93

Browse files
committed
feat: update stats
1 parent 78c9f66 commit faf1a93

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ export const totalVolumeTraded = [
4040
{ date: new Date("27 Feb '25"), volume: 92_160_000_000 },
4141
{ date: new Date("28 Feb '25"), volume: 75_250_000_000 },
4242
{ date: new Date("29 Apr '25"), volume: 67_140_000_000 },
43+
{ date: new Date("31 May '25"), volume: 82_640_000_000 },
44+
{ date: new Date("29 Jun '25"), volume: 89_670_000_000 },
45+
{ date: new Date("29 Jul '25"), volume: 94_930_000_000 },
46+
{ date: new Date("29 Aug '25"), volume: 99_440_000_000 },
4347
];
4448

4549
export const activeChains = [
@@ -74,6 +78,10 @@ export const activeChains = [
7478
{ date: new Date("30 Jan '25"), chains: 97 },
7579
{ date: new Date("27 Feb '25"), chains: 100 },
7680
{ date: new Date("29 Apr '25"), chains: 101 },
81+
{ date: new Date("31 May '25"), chains: 104 },
82+
{ date: new Date("30 Jun '25"), chains: 105 },
83+
{ date: new Date("31 Jul '25"), chains: 107 },
84+
{ date: new Date("31 Aug '25"), chains: 107 },
7785
];
7886

7987
export const activePublishers = [

0 commit comments

Comments
 (0)