mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
OP-3702 Update governancePoolsSchema
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@orionprotocol/sdk",
|
||||
"version": "0.18.7-rc1",
|
||||
"version": "0.18.7-rc2",
|
||||
"description": "Orion Protocol SDK",
|
||||
"main": "./lib/index.cjs",
|
||||
"module": "./lib/index.js",
|
||||
|
||||
@@ -11,10 +11,12 @@ const governancePoolsSchema = z.array(
|
||||
farm_address: z.string(),
|
||||
pool_tokens: z.tuple([z.string(), z.string()]),
|
||||
pool_rewards: z.array(z.string()),
|
||||
liquidity_locked: z.number(),
|
||||
base_apy: z.number(),
|
||||
max_apy: z.number(),
|
||||
reward_per_week: z.number(),
|
||||
tvl: z.number(),
|
||||
base_apr: z.number(),
|
||||
max_apr: z.number(),
|
||||
reward_per_period: z.number(),
|
||||
weight: z.number(),
|
||||
liquidity: z.number(),
|
||||
})
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user