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

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.19.50",
"version": "0.19.51-rc1",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",
@@ -108,4 +108,4 @@
"overrides": {
"tsconfig-paths": "^4.0.0"
}
}
}

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