Show avg block heath in pool ranking pie chart

This commit is contained in:
nymkappa
2023-02-20 17:47:45 +09:00
parent 6b1c1e7cda
commit 3e4d27165a
5 changed files with 23 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ export interface PoolInfo {
link: string;
blockCount: number;
slug: string;
avgMatchRate: number;
avgMatchRate: number | null;
}
export interface PoolStats extends PoolInfo {