OP-2529 Fix poolsInfoSchema

This commit is contained in:
Dmitry Leleko
2022-08-22 18:45:11 +03:00
parent c6fc1b6c1e
commit 047cb41b24
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.14.1",
"version": "0.14.2-rc.0",
"description": "Orion Protocol SDK",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",

View File

@@ -16,6 +16,7 @@ const poolsInfoSchema = z.object({
totalLiquidityInDollars: z.string(),
totalRewardRatePerWeek: z.string(),
totalStakedAmountInDollars: z.string(),
totalSupply: z.string(),
totalVoted: z.string(),
weight: z.string(),
}),