update veORN info schema

This commit is contained in:
TheJuze
2023-11-06 15:24:17 +03:00
parent 7745a312f2
commit bcae513d56
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -16,7 +16,7 @@ const veORNResultSchema = z.object({
userLockEndDate: z.number(),
userReward: z.number(),
userWeeklyReward: z.number(),
userMinLockAmount: z.number()
userMinLockPeriod: z.number(),
});
const veORNInfoSchema = z.object({