Link PoolRanking page with new pool page

This commit is contained in:
nymkappa
2022-02-08 19:04:53 +09:00
parent 9df9e8b13e
commit 52faab53e2
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ export interface LiquidPegs {
export interface ITranslators { [language: string]: string; }
export interface SinglePoolStats {
pooldId: number;
poolId: number;
name: string;
link: string;
blockCount: number;