mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-15 22:52:36 +03:00
stacked ve token weight
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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