Show avg block heath in pool ranking pie chart

This commit is contained in:
nymkappa
2023-02-20 17:47:45 +09:00
parent e3e7271c9d
commit 0dc2a598c3
5 changed files with 23 additions and 2 deletions

View File

@@ -73,6 +73,7 @@ export interface SinglePoolStats {
emptyBlockRatio: string;
logo: string;
slug: string;
avgMatchRate: number;
}
export interface PoolsStats {
blockCount: number;