update pool v3 schema

This commit is contained in:
TheJuze
2023-11-10 11:31:55 +03:00
parent eb0df13bfa
commit 37bd1d98a2
3 changed files with 5 additions and 3 deletions

View File

@@ -16,6 +16,8 @@ export const listPoolV3Schema = z.object({
WETH9: evmAddressSchema,
poolFee: z.number(),
weeklyReward: z.number(),
weight: z.number(),
totalLPStakeInUSD: z.number(),
...basicPoolInfo.shape,