Merge remote-tracking branch 'origin/master' into mononaut/rust-gbt

This commit is contained in:
junderw
2023-07-05 08:39:48 -07:00
15 changed files with 184 additions and 74 deletions

View File

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