Use mining pool slug in urls
This commit is contained in:
@@ -71,6 +71,7 @@ export interface SinglePoolStats {
|
||||
lastEstimatedHashrate: string;
|
||||
emptyBlockRatio: string;
|
||||
logo: string;
|
||||
slug: string;
|
||||
}
|
||||
export interface PoolsStats {
|
||||
blockCount: number;
|
||||
@@ -107,6 +108,7 @@ export interface BlockExtension {
|
||||
pool?: {
|
||||
id: number;
|
||||
name: string;
|
||||
slug: string;
|
||||
}
|
||||
|
||||
stage?: number; // Frontend only
|
||||
|
||||
Reference in New Issue
Block a user