@uniswap/client-pools
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -158,2 +158,6 @@ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf"; | ||
totalLiquidityUsd: string; | ||
/** | ||
* @generated from field: string current_liquidity = 18; | ||
*/ | ||
currentLiquidity: string; | ||
constructor(data?: PartialMessage<PoolPosition>); | ||
@@ -160,0 +164,0 @@ static readonly runtime: typeof proto3; |
@@ -186,2 +186,6 @@ // @generated by protoc-gen-es v1.10.0 with parameter "target=ts" | ||
this.totalLiquidityUsd = ""; | ||
/** | ||
* @generated from field: string current_liquidity = 18; | ||
*/ | ||
this.currentLiquidity = ""; | ||
proto3.util.initPartial(data, this); | ||
@@ -222,2 +226,3 @@ } | ||
{ no: 17, name: "total_liquidity_usd", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
{ no: 18, name: "current_liquidity", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
]); | ||
@@ -224,0 +229,0 @@ /** |
{ | ||
"name": "@uniswap/client-pools", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
74916
2108