mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
OP-2529 Fix poolsInfoSchema (#24)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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(),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user