mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-18 11:54:29 +03:00
feature: added new field userWeeklyReward to Pool V2 info scheme
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user