@uniswap/client-data-api 0.0.166 → 0.0.167

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.
@@ -526,10 +526,11 @@ export declare class TokenListFilter extends Message<TokenListFilter> {
526
526
  */
527
527
  applyTopLevelFilters?: boolean;
528
528
  /**
529
- * Drops tokenized real-world assets, which ListRwas / ListRwaTokens serve
530
- * instead. Unset means no filtering (no server-side default). An asset is
531
- * dropped if any of its chain deployments is known to be an RWA; assets not
532
- * yet classified are kept. EVM only — Solana RWAs are not yet flagged.
529
+ * Currently ignored (may be honored in the future): ListTokens always
530
+ * drops tokenized real-world assets ListRwas / ListRwaTokens serve them
531
+ * instead. An asset is dropped if any of its chain deployments is known to
532
+ * be an RWA; assets not yet classified are kept. EVM only — Solana RWAs
533
+ * are not yet flagged.
533
534
  *
534
535
  * @generated from field: optional bool exclude_rwas = 5;
535
536
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-data-api",
3
- "version": "0.0.166",
3
+ "version": "0.0.167",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },