@uniswap/client-for
Advanced tools
Comparing version 0.1.0 to 0.1.2
@@ -118,5 +118,5 @@ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf"; | ||
/** | ||
* @generated from field: repeated FOR.v1.SupportedCountry countries = 1; | ||
* @generated from field: repeated FOR.v1.SupportedCountry supportedCountries = 1; | ||
*/ | ||
countries: SupportedCountry[]; | ||
supportedCountries: SupportedCountry[]; | ||
constructor(data?: PartialMessage<SupportedCountriesResponse>); | ||
@@ -743,5 +743,5 @@ static readonly runtime: typeof proto3; | ||
/** | ||
* @generated from field: optional FOR.v1.Address walletAddress = 7; | ||
* @generated from field: optional string walletAddress = 7; | ||
*/ | ||
walletAddress?: Address; | ||
walletAddress?: string; | ||
/** | ||
@@ -748,0 +748,0 @@ * @generated from field: optional string requestSource = 8; |
{ | ||
"name": "@uniswap/client-for", | ||
"version": "0.1.0", | ||
"version": "0.1.2", | ||
"publishConfig": { | ||
"access": "restricted" | ||
"access": "public" | ||
}, | ||
@@ -7,0 +7,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
145518