mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-15 14:42:38 +03:00
feature: added userLPBalanceStr to poolInfoSchema
This commit is contained in:
@@ -22,6 +22,7 @@ const poolInfoSchema = z.object({
|
||||
token0Price: z.number(),
|
||||
token1Price: z.number(),
|
||||
userLPBalance: z.number(),
|
||||
userLPBalanceStr: z.string(),
|
||||
totalLPSupply: z.number(),
|
||||
totalLPStake: z.number(),
|
||||
totalLPStakeInUSD: z.number(),
|
||||
|
||||
Reference in New Issue
Block a user