mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-25 07:07:39 +03:00
OP-3702 Temp fix
This commit is contained in:
@@ -12,8 +12,8 @@ const governancePoolsSchema = z.array(
|
||||
pool_tokens: z.tuple([z.string(), z.string()]),
|
||||
pool_rewards: z.array(z.string()),
|
||||
tvl: z.string(),
|
||||
base_apr: z.number(),
|
||||
max_apr: z.number(),
|
||||
base_apr: z.null(),
|
||||
max_apr: z.null(),
|
||||
reward_per_period: z.string(),
|
||||
weight: z.string(),
|
||||
liquidity: z.string(),
|
||||
|
||||
Reference in New Issue
Block a user