@huma-finance/widgets 0.0.62-beta.632 → 0.0.62-beta.634

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/API.md CHANGED
@@ -653,6 +653,7 @@ To be used when re-enabling autopay and other pool actions that require allowanc
653
653
  | --- | --- | --- |
654
654
  | poolInfo | <code>SolanaPoolInfo</code> | <p>The metadata of the pool.</p> |
655
655
  | poolState | <code>SolanaPoolState</code> | <p>The current state config of the pool.</p> |
656
+ | pointsTestnetExperience | <code>boolean</code> | <p>If the user is in the testnet experience.</p> |
656
657
  | handleClose | <code>function</code> | <p>Function to notify to close the widget modal when user clicks the 'x' close button.</p> |
657
658
  | handleSuccess | <code>function</code> | <p>Optional function to notify that the lending pool supply action is successful.</p> |
658
659