@uniswap/client-data-api 0.0.157 → 0.0.158

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.
@@ -1756,12 +1756,14 @@ export declare class BondingCurveInfo extends Message<BondingCurveInfo> {
1756
1756
  */
1757
1757
  graduatedAt?: bigint;
1758
1758
  /**
1759
- * The launch's fee beneficiary (FeeSplitter FeeBeneficiarySet), EIP-55
1760
- * checksummed: the address receiving the creator share of the launch
1761
- * pool's trading fees. Freely chosen at launch time by whoever built the
1762
- * launch transaction — a payee, NOT proven authorship (see
1763
- * Launch.creator_address for the launch tx sender). Unset while ingestion
1764
- * of the beneficiary event lags the launch.
1759
+ * The launch's fee beneficiary, EIP-55 checksummed: the CURRENT holder of
1760
+ * the launch's BeneficiaryVault NFT, i.e. the address receiving the
1761
+ * creator share of the launch pool's trading fees. Freely chosen at
1762
+ * launch time by whoever built the launch transaction — a payee, NOT
1763
+ * proven authorship (see Launch.creator_address for the launch tx
1764
+ * sender) and it MOVES with later NFT transfers. Unset while ingestion
1765
+ * of the vault events lags the launch, or when the position is
1766
+ * unregistered.
1765
1767
  *
1766
1768
  * @generated from field: optional string fee_beneficiary = 10;
1767
1769
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-data-api",
3
- "version": "0.0.157",
3
+ "version": "0.0.158",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },