@uniswap/client-data-api 0.0.93 → 0.0.94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/data/v1/api_pb.d.ts
CHANGED
|
@@ -352,6 +352,14 @@ export declare class GetPortfolioRequest extends Message<GetPortfolioRequest> {
|
|
|
352
352
|
* @generated from field: optional bool multichain = 4;
|
|
353
353
|
*/
|
|
354
354
|
multichain?: boolean;
|
|
355
|
+
/**
|
|
356
|
+
* When true, token metadata (name, symbol, logo, project, protection info, fees,
|
|
357
|
+
* safety level, spam code) is overridden with Substream-fed Aurora canonical_tokens data.
|
|
358
|
+
* is_bridged is not overridden (no Aurora equivalent). Defaults to false.
|
|
359
|
+
*
|
|
360
|
+
* @generated from field: optional bool use_substream_data = 5;
|
|
361
|
+
*/
|
|
362
|
+
useSubstreamData?: boolean;
|
|
355
363
|
constructor(data?: PartialMessage<GetPortfolioRequest>);
|
|
356
364
|
static readonly runtime: typeof proto3;
|
|
357
365
|
static readonly typeName = "data.v1.GetPortfolioRequest";
|
package/dist/data/v1/api_pb.js
CHANGED
|
@@ -520,6 +520,7 @@ GetPortfolioRequest.fields = proto3.util.newFieldList(() => [
|
|
|
520
520
|
{ no: 2, name: "chain_ids", kind: "scalar", T: 13 /* ScalarType.UINT32 */, repeated: true },
|
|
521
521
|
{ no: 3, name: "modifier", kind: "message", T: PortfolioValueModifier, opt: true },
|
|
522
522
|
{ no: 4, name: "multichain", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
|
|
523
|
+
{ no: 5, name: "use_substream_data", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
|
|
523
524
|
]);
|
|
524
525
|
/**
|
|
525
526
|
* @generated from message data.v1.GetPortfolioResponse
|