mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-02 02:57:59 +03:00
feature: added new field to Pool V2 info scheme
This commit is contained in:
@@ -21,6 +21,7 @@ const poolInfoSchema = z.object({
|
||||
liquidity1: z.number(),
|
||||
token0Price: z.number(),
|
||||
token1Price: z.number(),
|
||||
userLPBalance: z.number(),
|
||||
totalLPSupply: z.number(),
|
||||
totalLPStake: z.number(),
|
||||
totalLPStakeInUSD: z.number(),
|
||||
|
||||
Reference in New Issue
Block a user