stackswap-front-api-test-02 1.1.8 → 1.1.9

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.
@@ -495,7 +495,7 @@ export class Farm2Manager {
495
495
  if (this.localCache[`${farm.farm_group}|FarmReward`] == null ||
496
496
  Number(this.localCache[`${farm.farm_group}|FarmReward`].block_height) < Number(block_height)) {
497
497
  const farm_temp_total_data = await this.getFarmingTotalStatusCycle2(farm_round, farming_contract);
498
- farm.reward = temp_farm_round_data.reward;
498
+ farm.reward = farm_temp_total_data.reward;
499
499
  this.localCache[`${farm.farm_group}|FarmReward`] = {
500
500
  block_height: block_height,
501
501
  data: farm_temp_total_data.reward,