@circle-fin/app-kit 1.8.0 → 1.8.1

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/earn.d.cts CHANGED
@@ -6744,12 +6744,12 @@ interface DepositQuoteInfo {
6744
6744
  /** Current annualized percentage yield. */
6745
6745
  readonly currentApy: number;
6746
6746
  /**
6747
- * Deposit fees charged in the deposit asset. For cross-chain quotes this
6748
- * carries one entry per source-fee item (e.g. `'FORWARD'`, `'PRE_FINALITY'`),
6749
- * each tagged with its own {@link AssetAmount.type} and
6750
- * {@link AssetAmount.status} (e.g. `'estimated'`). Empty when no such fee
6751
- * applies. Distinct from native gas estimates, which are reported separately
6752
- * as gas-fee fields.
6747
+ * Deposit fees charged by the quote. For cross-chain quotes this carries one
6748
+ * entry per source-fee item (e.g. `'FORWARD'`, `'PRE_FINALITY'`) in the
6749
+ * returned fee token and decimal precision, each tagged with its own
6750
+ * {@link AssetAmount.type} and {@link AssetAmount.status} (e.g.
6751
+ * `'estimated'`). Empty when no such fee applies. Distinct from native gas
6752
+ * estimates, which are reported separately as gas-fee fields.
6753
6753
  */
6754
6754
  readonly fees: readonly AssetAmount[];
6755
6755
  /**
@@ -7264,8 +7264,8 @@ interface CrossChainDepositParams<TFromAdapterCapabilities extends AdapterCapabi
7264
7264
  */
7265
7265
  readonly amount: string;
7266
7266
  /**
7267
- * Maximum source-collected bridge fee the caller is willing to sign for, in
7268
- * human-readable source token units.
7267
+ * Maximum source-collected bridge fee the caller is willing to accept, in
7268
+ * human-readable fee token units from the quote.
7269
7269
  *
7270
7270
  * Derive this from a recent cross-chain deposit quote by summing
7271
7271
  * `quote.fees[].amount`. The prepared bridge bundle must not exceed this cap
package/earn.d.mts CHANGED
@@ -6744,12 +6744,12 @@ interface DepositQuoteInfo {
6744
6744
  /** Current annualized percentage yield. */
6745
6745
  readonly currentApy: number;
6746
6746
  /**
6747
- * Deposit fees charged in the deposit asset. For cross-chain quotes this
6748
- * carries one entry per source-fee item (e.g. `'FORWARD'`, `'PRE_FINALITY'`),
6749
- * each tagged with its own {@link AssetAmount.type} and
6750
- * {@link AssetAmount.status} (e.g. `'estimated'`). Empty when no such fee
6751
- * applies. Distinct from native gas estimates, which are reported separately
6752
- * as gas-fee fields.
6747
+ * Deposit fees charged by the quote. For cross-chain quotes this carries one
6748
+ * entry per source-fee item (e.g. `'FORWARD'`, `'PRE_FINALITY'`) in the
6749
+ * returned fee token and decimal precision, each tagged with its own
6750
+ * {@link AssetAmount.type} and {@link AssetAmount.status} (e.g.
6751
+ * `'estimated'`). Empty when no such fee applies. Distinct from native gas
6752
+ * estimates, which are reported separately as gas-fee fields.
6753
6753
  */
6754
6754
  readonly fees: readonly AssetAmount[];
6755
6755
  /**
@@ -7264,8 +7264,8 @@ interface CrossChainDepositParams<TFromAdapterCapabilities extends AdapterCapabi
7264
7264
  */
7265
7265
  readonly amount: string;
7266
7266
  /**
7267
- * Maximum source-collected bridge fee the caller is willing to sign for, in
7268
- * human-readable source token units.
7267
+ * Maximum source-collected bridge fee the caller is willing to accept, in
7268
+ * human-readable fee token units from the quote.
7269
7269
  *
7270
7270
  * Derive this from a recent cross-chain deposit quote by summing
7271
7271
  * `quote.fees[].amount`. The prepared bridge bundle must not exceed this cap
package/earn.d.ts CHANGED
@@ -6744,12 +6744,12 @@ interface DepositQuoteInfo {
6744
6744
  /** Current annualized percentage yield. */
6745
6745
  readonly currentApy: number;
6746
6746
  /**
6747
- * Deposit fees charged in the deposit asset. For cross-chain quotes this
6748
- * carries one entry per source-fee item (e.g. `'FORWARD'`, `'PRE_FINALITY'`),
6749
- * each tagged with its own {@link AssetAmount.type} and
6750
- * {@link AssetAmount.status} (e.g. `'estimated'`). Empty when no such fee
6751
- * applies. Distinct from native gas estimates, which are reported separately
6752
- * as gas-fee fields.
6747
+ * Deposit fees charged by the quote. For cross-chain quotes this carries one
6748
+ * entry per source-fee item (e.g. `'FORWARD'`, `'PRE_FINALITY'`) in the
6749
+ * returned fee token and decimal precision, each tagged with its own
6750
+ * {@link AssetAmount.type} and {@link AssetAmount.status} (e.g.
6751
+ * `'estimated'`). Empty when no such fee applies. Distinct from native gas
6752
+ * estimates, which are reported separately as gas-fee fields.
6753
6753
  */
6754
6754
  readonly fees: readonly AssetAmount[];
6755
6755
  /**
@@ -7264,8 +7264,8 @@ interface CrossChainDepositParams<TFromAdapterCapabilities extends AdapterCapabi
7264
7264
  */
7265
7265
  readonly amount: string;
7266
7266
  /**
7267
- * Maximum source-collected bridge fee the caller is willing to sign for, in
7268
- * human-readable source token units.
7267
+ * Maximum source-collected bridge fee the caller is willing to accept, in
7268
+ * human-readable fee token units from the quote.
7269
7269
  *
7270
7270
  * Derive this from a recent cross-chain deposit quote by summing
7271
7271
  * `quote.fees[].amount`. The prepared bridge bundle must not exceed this cap