feature: added new field userWeeklyReward to Pool V2 info scheme

This commit is contained in:
Mikhail Gladchenko
2023-10-20 10:42:17 +01:00
parent 063678d298
commit 5be2257350
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.20.10-rc14",
"version": "0.20.10-rc15",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",

View File

@@ -30,6 +30,7 @@ const poolInfoSchema = z.object({
lpPriceInUSD: z.number(),
lpPriceInORN: z.number(),
userReward: z.number(),
userWeeklyReward: z.number(),
userRewardToPool: z.number(),
weeklyReward: z.number(),
userAPR: z.number(),