mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-13 06:27:53 +03:00
add userMinLockAmount to veORN-info-schema.ts,
add userWeight to voting-info-schema.ts
This commit is contained in:
@@ -15,7 +15,8 @@ const veORNResultSchema = z.object({
|
||||
userORNLocked: z.number(),
|
||||
userLockEndDate: z.number(),
|
||||
userReward: z.number(),
|
||||
userWeeklyReward: z.number()
|
||||
userWeeklyReward: z.number(),
|
||||
userMinLockAmount: z.number()
|
||||
});
|
||||
|
||||
const veORNInfoSchema = z.object({
|
||||
|
||||
@@ -12,6 +12,7 @@ const poolSchema = z.object({
|
||||
name0: z.string(),
|
||||
name1: z.string(),
|
||||
poolFee: z.number(),
|
||||
userWeight: z.number(),
|
||||
weight: z.number(),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user