@merkl/api 1.4.3 → 1.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2773,7 +2773,10 @@ declare const eden: {
2773
2773
  timestamp: bigint;
2774
2774
  total: number;
2775
2775
  }[];
2776
- walletCount: any;
2776
+ walletCount: {
2777
+ timestamp: bigint;
2778
+ walletCount: number;
2779
+ }[];
2777
2780
  tvlInflowPerDollar: number;
2778
2781
  };
2779
2782
  422: {
@@ -6450,7 +6453,10 @@ declare const eden: {
6450
6453
  timestamp: bigint;
6451
6454
  total: number;
6452
6455
  }[];
6453
- walletCount: any;
6456
+ walletCount: {
6457
+ timestamp: bigint;
6458
+ walletCount: number;
6459
+ }[];
6454
6460
  tvlInflowPerDollar: number;
6455
6461
  };
6456
6462
  422: {