Use estimated acceleration positions in frontend
This commit is contained in:
@@ -251,6 +251,11 @@ export interface MempoolPosition {
|
||||
acceleratedBy?: number[],
|
||||
}
|
||||
|
||||
export interface AccelerationPosition extends MempoolPosition {
|
||||
pool: string;
|
||||
offset?: number;
|
||||
}
|
||||
|
||||
export interface RewardStats {
|
||||
startBlock: number;
|
||||
endBlock: number;
|
||||
|
||||
Reference in New Issue
Block a user