feature: up version to 0.20.10-rc5

This commit is contained in:
Mikhail Gladchenko
2023-10-19 09:40:30 +01:00
parent cad71f729b
commit a4eca4f262
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.20.10-rc4",
"version": "0.20.10-rc5",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",

View File

@@ -19,7 +19,6 @@ const poolOfListPoolSchema = z.object({
weight: z.number(),
liquidity0: z.number(),
liquidity1: z.number(),
liquidityInUSD: z.number(),
token0Price: z.number(),
token1Price: z.number(),
totalLPSupply: z.number(),