mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
OP-3702 Temp fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@orionprotocol/sdk",
|
||||
"version": "0.18.15-rc5",
|
||||
"version": "0.18.15-rc6",
|
||||
"description": "Orion Protocol SDK",
|
||||
"main": "./lib/index.cjs",
|
||||
"module": "./lib/index.js",
|
||||
|
||||
@@ -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