mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-17 00:31:34 +03:00
OP-3702 Fix schema
This commit is contained in:
@@ -10,7 +10,7 @@ const governancePoolsSchema = z.array(
|
||||
lp_address: z.string(),
|
||||
farm_address: z.string(),
|
||||
pool_tokens: z.tuple([z.string(), z.string()]),
|
||||
pool_rewards: z.tuple([z.string(), z.string()]),
|
||||
pool_rewards: z.array(z.string()),
|
||||
liquidity_locked: z.number(),
|
||||
base_apy: z.number(),
|
||||
max_apy: z.number(),
|
||||
|
||||
Reference in New Issue
Block a user