Skip to content

Commit

Permalink
Add type
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd committed Oct 4, 2023
1 parent ad33f66 commit 93fed19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/adapters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,5 @@ export type TimeSeriesChainData = {
};
};
export type Allocations = { [category: string]: number };

export type EmissionBreakdown = Record<string, { emission24h: number; emission7d: number; emission30d: number }>;

0 comments on commit 93fed19

Please sign in to comment.