@aurigami/sdk 1.12.4 → 1.12.5

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/sdk.esm.js CHANGED
@@ -5077,7 +5077,7 @@ var PlyGameRead = /*#__PURE__*/function (_BlockchainEntityRead) {
5077
5077
  case 7:
5078
5078
  result = _context7.sent;
5079
5079
  return _context7.abrupt("return", {
5080
- winner: result.winner.slice(0, 6) + '...' + result.winner.slice(4),
5080
+ winner: result.winner.slice(0, 6) + '...' + result.winner.slice(-4),
5081
5081
  amount: new TokenAmount(this.plyToken, result.amount.toString())
5082
5082
  });
5083
5083