@aurigami/sdk 1.12.5 → 1.12.6

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