stacked ve token weight

This commit is contained in:
Kirill Litvinov
2023-08-14 18:56:04 +03:00
parent 558e905857
commit d728a79eb9
2 changed files with 6 additions and 2 deletions

View File

@@ -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(),