@uniswap/client-data-api 0.0.104 → 0.0.105
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
|
@@ -2198,6 +2198,13 @@ export declare class RankedRwa extends Message<RankedRwa> {
|
|
|
2198
2198
|
* @generated from field: repeated data.v1.IssuerMultichainToken issuer_tokens = 11;
|
|
2199
2199
|
*/
|
|
2200
2200
|
issuerTokens: IssuerMultichainToken[];
|
|
2201
|
+
/**
|
|
2202
|
+
* Max percent deviation of any issuer variant's price from price_usd (the
|
|
2203
|
+
* top issuer's). 0 when the grouping has a single variant.
|
|
2204
|
+
*
|
|
2205
|
+
* @generated from field: optional double price_deviation_pct = 12;
|
|
2206
|
+
*/
|
|
2207
|
+
priceDeviationPct?: number;
|
|
2201
2208
|
constructor(data?: PartialMessage<RankedRwa>);
|
|
2202
2209
|
static readonly runtime: typeof proto3;
|
|
2203
2210
|
static readonly typeName = "data.v1.RankedRwa";
|
package/dist/data/v1/api_pb.js
CHANGED
|
@@ -2994,6 +2994,7 @@ RankedRwa.fields = proto3.util.newFieldList(() => [
|
|
|
2994
2994
|
{ no: 9, name: "price_change_24h_pct", kind: "scalar", T: 1 /* ScalarType.DOUBLE */, opt: true },
|
|
2995
2995
|
{ no: 10, name: "sparkline_1d", kind: "message", T: RwaSparkline, opt: true },
|
|
2996
2996
|
{ no: 11, name: "issuer_tokens", kind: "message", T: IssuerMultichainToken, repeated: true },
|
|
2997
|
+
{ no: 12, name: "price_deviation_pct", kind: "scalar", T: 1 /* ScalarType.DOUBLE */, opt: true },
|
|
2997
2998
|
]);
|
|
2998
2999
|
/**
|
|
2999
3000
|
* @generated from message data.v1.IssuerMultichainToken
|