@scallop-io/sui-scallop-sdk 2.1.3-merge-split-ve-sca-alpha.1 → 2.1.3-merge-split-ve-sca-alpha.2

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/index.d.mts CHANGED
@@ -2594,6 +2594,7 @@ type LoyaltyProgramInfo = {
2594
2594
  };
2595
2595
  type VeScaLoyaltyProgramInfo = {
2596
2596
  pendingVeScaReward: number;
2597
+ pendingScaReward: number;
2597
2598
  totalPoolReward: number;
2598
2599
  isClaimEnabled: boolean;
2599
2600
  };
package/dist/index.d.ts CHANGED
@@ -2594,6 +2594,7 @@ type LoyaltyProgramInfo = {
2594
2594
  };
2595
2595
  type VeScaLoyaltyProgramInfo = {
2596
2596
  pendingVeScaReward: number;
2597
+ pendingScaReward: number;
2597
2598
  totalPoolReward: number;
2598
2599
  isClaimEnabled: boolean;
2599
2600
  };