mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-16 16:21:32 +03:00
stacked ve token weight
This commit is contained in:
@@ -12,6 +12,8 @@ const ratingSchema = z.object({
|
||||
wallet: z.string(),
|
||||
staked_ve_token: z.string(),
|
||||
staked_ve_token_fmt: z.number(),
|
||||
staked_ve_token_weight: z.string(),
|
||||
staked_ve_token_weight_fmt: z.number(),
|
||||
weighted_volume: z.string(),
|
||||
weighted_volume_fmt: z.number(),
|
||||
total_weight: z.string(),
|
||||
@@ -25,6 +27,8 @@ const ratingSchema = z.object({
|
||||
wallet: z.string(),
|
||||
staked_ve_token: z.string(),
|
||||
staked_ve_token_fmt: z.number(),
|
||||
staked_ve_token_weight: z.string(),
|
||||
staked_ve_token_weight_fmt: z.number(),
|
||||
weighted_volume: z.string(),
|
||||
weighted_volume_fmt: z.number(),
|
||||
total_weight: z.string(),
|
||||
|
||||
Reference in New Issue
Block a user