OP-2529 Fix poolsInfoSchema (#24)

This commit is contained in:
Dmitry
2022-08-23 10:44:29 +03:00
committed by GitHub
parent c6fc1b6c1e
commit 374ae3fccd
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ const poolsInfoSchema = z.object({
totalLiquidityInDollars: z.string(),
totalRewardRatePerWeek: z.string(),
totalStakedAmountInDollars: z.string(),
totalSupply: z.string(),
totalVoted: z.string(),
weight: z.string(),
}),