@uniswap/client-pools
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -179,2 +179,18 @@ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf"; | ||
reserve1: string; | ||
/** | ||
* @generated from field: string liquidity = 6; | ||
*/ | ||
liquidity: string; | ||
/** | ||
* @generated from field: string liquidity0 = 7; | ||
*/ | ||
liquidity0: string; | ||
/** | ||
* @generated from field: string liquidity1 = 8; | ||
*/ | ||
liquidity1: string; | ||
/** | ||
* @generated from field: string total_supply = 9; | ||
*/ | ||
totalSupply: string; | ||
constructor(data?: PartialMessage<Pair>); | ||
@@ -181,0 +197,0 @@ static readonly runtime: typeof proto3; |
@@ -221,2 +221,18 @@ // @generated by protoc-gen-es v1.10.0 with parameter "target=ts" | ||
this.reserve1 = ""; | ||
/** | ||
* @generated from field: string liquidity = 6; | ||
*/ | ||
this.liquidity = ""; | ||
/** | ||
* @generated from field: string liquidity0 = 7; | ||
*/ | ||
this.liquidity0 = ""; | ||
/** | ||
* @generated from field: string liquidity1 = 8; | ||
*/ | ||
this.liquidity1 = ""; | ||
/** | ||
* @generated from field: string total_supply = 9; | ||
*/ | ||
this.totalSupply = ""; | ||
proto3.util.initPartial(data, this); | ||
@@ -245,2 +261,6 @@ } | ||
{ no: 5, name: "reserve1", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
{ no: 6, name: "liquidity", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
{ no: 7, name: "liquidity0", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
{ no: 8, name: "liquidity1", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
{ no: 9, name: "total_supply", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
]); | ||
@@ -247,0 +267,0 @@ /** |
{ | ||
"name": "@uniswap/client-pools", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
33546
957