@provable-games/budokan-sdk 0.1.26 → 0.1.27

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.js CHANGED
@@ -6334,7 +6334,7 @@ function getClaimableRewards(input) {
6334
6334
  });
6335
6335
  continue;
6336
6336
  }
6337
- const payoutIndex = pos - 1;
6337
+ const payoutIndex = pos;
6338
6338
  const claimKey = `${placement.tournamentId}:Prize.Distributed.${prize.prizeId}.${payoutIndex}`;
6339
6339
  if (claimedKeys.has(claimKey)) continue;
6340
6340
  const amount = sponsorPrizePayout(prize, pos);