Add average fee delta to pool ranking
Co-authored-by: mononaut <83316221+mononaut@users.noreply.github.com>
This commit is contained in:
@@ -91,6 +91,7 @@ export interface SinglePoolStats {
|
||||
logo: string;
|
||||
slug: string;
|
||||
avgMatchRate: number;
|
||||
avgFeeDelta: number;
|
||||
}
|
||||
export interface PoolsStats {
|
||||
blockCount: number;
|
||||
|
||||
Reference in New Issue
Block a user