@uniswap/client-pools
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -162,2 +162,6 @@ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf"; | ||
currentLiquidity: string; | ||
/** | ||
* @generated from field: float apr = 19; | ||
*/ | ||
apr: number; | ||
constructor(data?: PartialMessage<PoolPosition>); | ||
@@ -212,2 +216,6 @@ static readonly runtime: typeof proto3; | ||
totalSupply: string; | ||
/** | ||
* @generated from field: float apr = 10; | ||
*/ | ||
apr: number; | ||
constructor(data?: PartialMessage<PairPosition>); | ||
@@ -366,2 +374,6 @@ static readonly runtime: typeof proto3; | ||
totalLiquidityUsd: string; | ||
/** | ||
* @generated from field: float apr = 14; | ||
*/ | ||
apr: number; | ||
constructor(data?: PartialMessage<Pool>); | ||
@@ -404,2 +416,6 @@ static readonly runtime: typeof proto3; | ||
totalSupply: string; | ||
/** | ||
* @generated from field: float apr = 7; | ||
*/ | ||
apr: number; | ||
constructor(data?: PartialMessage<Pair>); | ||
@@ -406,0 +422,0 @@ static readonly runtime: typeof proto3; |
@@ -190,2 +190,6 @@ // @generated by protoc-gen-es v1.10.0 with parameter "target=ts" | ||
this.currentLiquidity = ""; | ||
/** | ||
* @generated from field: float apr = 19; | ||
*/ | ||
this.apr = 0; | ||
proto3.util.initPartial(data, this); | ||
@@ -227,2 +231,3 @@ } | ||
{ no: 18, name: "current_liquidity", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
{ no: 19, name: "apr", kind: "scalar", T: 2 /* ScalarType.FLOAT */ }, | ||
]); | ||
@@ -259,2 +264,6 @@ /** | ||
this.totalSupply = ""; | ||
/** | ||
* @generated from field: float apr = 10; | ||
*/ | ||
this.apr = 0; | ||
proto3.util.initPartial(data, this); | ||
@@ -287,2 +296,3 @@ } | ||
{ no: 9, name: "total_supply", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
{ no: 10, name: "apr", kind: "scalar", T: 2 /* ScalarType.FLOAT */ }, | ||
]); | ||
@@ -451,2 +461,6 @@ /** | ||
this.totalLiquidityUsd = ""; | ||
/** | ||
* @generated from field: float apr = 14; | ||
*/ | ||
this.apr = 0; | ||
proto3.util.initPartial(data, this); | ||
@@ -483,2 +497,3 @@ } | ||
{ no: 13, name: "total_liquidity_usd", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
{ no: 14, name: "apr", kind: "scalar", T: 2 /* ScalarType.FLOAT */ }, | ||
]); | ||
@@ -515,2 +530,6 @@ /** | ||
this.totalSupply = ""; | ||
/** | ||
* @generated from field: float apr = 7; | ||
*/ | ||
this.apr = 0; | ||
proto3.util.initPartial(data, this); | ||
@@ -540,2 +559,3 @@ } | ||
{ no: 6, name: "total_supply", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
{ no: 7, name: "apr", kind: "scalar", T: 2 /* ScalarType.FLOAT */ }, | ||
]); |
{ | ||
"name": "@uniswap/client-pools", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
75909
2144