@sentio/sdk 2.57.12-rc.d → 2.57.12-rc.f

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.
Files changed (51) hide show
  1. package/lib/{chunk-7S6WQ4RL.js → chunk-2S4VBXER.js} +3 -3
  2. package/lib/{chunk-4OCWUYSJ.js → chunk-3NTVNR24.js} +2 -2
  3. package/lib/{chunk-LPSNAS2G.js → chunk-BRHYXWEW.js} +3 -3
  4. package/lib/{chunk-2F2KNF4Z.js → chunk-FDFFHCFA.js} +3891 -16117
  5. package/lib/chunk-FDFFHCFA.js.map +1 -0
  6. package/lib/{chunk-OJG2VJ5T.js → chunk-FLCIAA4G.js} +5 -5
  7. package/lib/{chunk-OJG2VJ5T.js.map → chunk-FLCIAA4G.js.map} +1 -1
  8. package/lib/{chunk-AZFMPZRN.js → chunk-FTNDYH4A.js} +418 -200
  9. package/lib/chunk-FTNDYH4A.js.map +1 -0
  10. package/lib/{chunk-UIBPOKNT.js → chunk-FV4WLDIZ.js} +16 -16
  11. package/lib/chunk-FV4WLDIZ.js.map +1 -0
  12. package/lib/{chunk-PVX2LIM5.js → chunk-IGFULPWN.js} +4 -4
  13. package/lib/{chunk-73SHERGU.js → chunk-M2LXR3BO.js} +1459 -968
  14. package/lib/chunk-M2LXR3BO.js.map +1 -0
  15. package/lib/{chunk-J3I3VNTV.js → chunk-MERD27M6.js} +3 -3
  16. package/lib/{chunk-DUYQHA3W.js → chunk-MNZ4WYMA.js} +3015 -2901
  17. package/lib/chunk-MNZ4WYMA.js.map +1 -0
  18. package/lib/{chunk-J3QOJ2RV.js → chunk-NMHIV5TJ.js} +4 -4
  19. package/lib/{chunk-E2DS6WZF.js → chunk-Q52U5JD3.js} +14 -14
  20. package/lib/{chunk-E2DS6WZF.js.map → chunk-Q52U5JD3.js.map} +1 -1
  21. package/lib/{chunk-BZCXYTDE.js → chunk-QSUUYUJL.js} +3 -3
  22. package/lib/{chunk-4HPFNKDX.js → chunk-QT2RHOVE.js} +146 -76
  23. package/lib/chunk-QT2RHOVE.js.map +1 -0
  24. package/lib/{chunk-GE6BRIGS.js → chunk-QUMTLHC5.js} +5 -5
  25. package/lib/{chunk-N36N7RXJ.js → chunk-TOXC2A6K.js} +3 -3
  26. package/lib/{chunk-ONBEMKI5.js → chunk-U5FYYK4Y.js} +2 -2
  27. package/lib/{chunk-S6MJ3KIL.js → chunk-VWXVCB2D.js} +384 -269
  28. package/lib/chunk-VWXVCB2D.js.map +1 -0
  29. package/lib/{chunk-RMT2JEWA.js → chunk-ZAY2PRBU.js} +37 -37
  30. package/lib/{chunk-RMT2JEWA.js.map → chunk-ZAY2PRBU.js.map} +1 -1
  31. package/lib/store/decorators.d.ts.map +1 -1
  32. package/package.json +3 -3
  33. package/lib/chunk-2F2KNF4Z.js.map +0 -1
  34. package/lib/chunk-4HPFNKDX.js.map +0 -1
  35. package/lib/chunk-73SHERGU.js.map +0 -1
  36. package/lib/chunk-AZFMPZRN.js.map +0 -1
  37. package/lib/chunk-DUYQHA3W.js.map +0 -1
  38. package/lib/chunk-LR232ZJV.js +0 -2593
  39. package/lib/chunk-LR232ZJV.js.map +0 -1
  40. package/lib/chunk-S6MJ3KIL.js.map +0 -1
  41. package/lib/chunk-UIBPOKNT.js.map +0 -1
  42. /package/lib/{chunk-7S6WQ4RL.js.map → chunk-2S4VBXER.js.map} +0 -0
  43. /package/lib/{chunk-4OCWUYSJ.js.map → chunk-3NTVNR24.js.map} +0 -0
  44. /package/lib/{chunk-LPSNAS2G.js.map → chunk-BRHYXWEW.js.map} +0 -0
  45. /package/lib/{chunk-PVX2LIM5.js.map → chunk-IGFULPWN.js.map} +0 -0
  46. /package/lib/{chunk-J3I3VNTV.js.map → chunk-MERD27M6.js.map} +0 -0
  47. /package/lib/{chunk-J3QOJ2RV.js.map → chunk-NMHIV5TJ.js.map} +0 -0
  48. /package/lib/{chunk-BZCXYTDE.js.map → chunk-QSUUYUJL.js.map} +0 -0
  49. /package/lib/{chunk-GE6BRIGS.js.map → chunk-QUMTLHC5.js.map} +0 -0
  50. /package/lib/{chunk-N36N7RXJ.js.map → chunk-TOXC2A6K.js.map} +0 -0
  51. /package/lib/{chunk-ONBEMKI5.js.map → chunk-U5FYYK4Y.js.map} +0 -0
@@ -4,32 +4,32 @@ import {
4
4
  } from "./chunk-742S42NO.js";
5
5
  import {
6
6
  getPriceByType
7
- } from "./chunk-AZFMPZRN.js";
7
+ } from "./chunk-FTNDYH4A.js";
8
8
  import {
9
9
  SPLITTER,
10
10
  accountTypeString
11
- } from "./chunk-4OCWUYSJ.js";
11
+ } from "./chunk-3NTVNR24.js";
12
12
  import {
13
13
  Hash,
14
+ aexists,
15
+ anumber,
16
+ aoutput,
14
17
  byteSwap32,
15
18
  byteSwapIfBE,
16
- exists,
17
19
  init_assert,
18
20
  init_u64,
19
21
  init_utils,
20
22
  isLE,
21
- number,
22
- output,
23
23
  toBytes,
24
24
  u32,
25
25
  u64_default,
26
26
  wrapConstructorWithOpts
27
- } from "./chunk-2F2KNF4Z.js";
27
+ } from "./chunk-FDFFHCFA.js";
28
28
  import {
29
29
  __name
30
30
  } from "./chunk-R7PMHHKJ.js";
31
31
 
32
- // ../../node_modules/.pnpm/base-x@5.0.0/node_modules/base-x/src/esm/index.js
32
+ // ../../node_modules/.pnpm/base-x@5.0.1/node_modules/base-x/src/esm/index.js
33
33
  function base(ALPHABET2) {
34
34
  if (ALPHABET2.length >= 255) {
35
35
  throw new TypeError("Alphabet too long");
@@ -114,8 +114,12 @@ function base(ALPHABET2) {
114
114
  }
115
115
  const size = (source.length - psz) * FACTOR + 1 >>> 0;
116
116
  const b256 = new Uint8Array(size);
117
- while (source[psz]) {
118
- let carry = BASE_MAP[source.charCodeAt(psz)];
117
+ while (psz < source.length) {
118
+ const charCode = source.charCodeAt(psz);
119
+ if (charCode > 255) {
120
+ return;
121
+ }
122
+ let carry = BASE_MAP[charCode];
119
123
  if (carry === 255) {
120
124
  return;
121
125
  }
@@ -178,12 +182,12 @@ function toBase64(bytes) {
178
182
  if (bytes.length < CHUNK_SIZE) {
179
183
  return btoa(String.fromCharCode(...bytes));
180
184
  }
181
- let output2 = "";
185
+ let output = "";
182
186
  for (var i = 0; i < bytes.length; i += CHUNK_SIZE) {
183
187
  const chunk2 = bytes.slice(i, i + CHUNK_SIZE);
184
- output2 += String.fromCharCode(...chunk2);
188
+ output += String.fromCharCode(...chunk2);
185
189
  }
186
- return btoa(output2);
190
+ return btoa(output);
187
191
  }
188
192
  __name(toBase64, "toBase64");
189
193
 
@@ -613,12 +617,12 @@ var _BcsType = class _BcsType2 {
613
617
  transform({
614
618
  name,
615
619
  input,
616
- output: output2,
620
+ output,
617
621
  validate: validate2
618
622
  }) {
619
623
  return new _BcsType2({
620
624
  name: name ?? this.name,
621
- read: /* @__PURE__ */ __name((reader) => output2(this.read(reader)), "read"),
625
+ read: /* @__PURE__ */ __name((reader) => output(this.read(reader)), "read"),
622
626
  write: /* @__PURE__ */ __name((value, writer) => __privateGet(this, _write).call(this, input(value), writer), "write"),
623
627
  serializedSize: /* @__PURE__ */ __name((value) => this.serializedSize(input(value)), "serializedSize"),
624
628
  serialize: /* @__PURE__ */ __name((value, options) => __privateGet(this, _serialize).call(this, input(value), options), "serialize"),
@@ -1596,11 +1600,11 @@ function nullish(wrapped, ...args) {
1596
1600
  return schema;
1597
1601
  }
1598
1602
  __name(nullish, "nullish");
1599
- function number2(message) {
1603
+ function number(message) {
1600
1604
  return {
1601
1605
  kind: "schema",
1602
1606
  type: "number",
1603
- reference: number2,
1607
+ reference: number,
1604
1608
  expects: "number",
1605
1609
  async: false,
1606
1610
  message,
@@ -1614,7 +1618,7 @@ function number2(message) {
1614
1618
  }
1615
1619
  };
1616
1620
  }
1617
- __name(number2, "number");
1621
+ __name(number, "number");
1618
1622
  function object(entries, message) {
1619
1623
  return {
1620
1624
  kind: "schema",
@@ -1986,7 +1990,7 @@ function pipe(...pipe2) {
1986
1990
  }
1987
1991
  __name(pipe, "pipe");
1988
1992
 
1989
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/utils/sui-types.js
1993
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/utils/sui-types.js
1990
1994
  var TX_DIGEST_LENGTH = 32;
1991
1995
  function isValidTransactionDigest(value) {
1992
1996
  try {
@@ -2027,7 +2031,7 @@ function getHexByteLength(value) {
2027
2031
  }
2028
2032
  __name(getHexByteLength, "getHexByteLength");
2029
2033
 
2030
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/transactions/data/internal.js
2034
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/transactions/data/internal.js
2031
2035
  function safeEnum(options) {
2032
2036
  const unionOptions = Object.entries(options).map(([key, value]) => object({ [key]: value }));
2033
2037
  return pipe(
@@ -2047,7 +2051,7 @@ var SuiAddress = pipe(
2047
2051
  var ObjectID = SuiAddress;
2048
2052
  var BCSBytes = string();
2049
2053
  var JsonU64 = pipe(
2050
- union([string(), pipe(number2(), integer())]),
2054
+ union([string(), pipe(number(), integer())]),
2051
2055
  check((val) => {
2052
2056
  try {
2053
2057
  BigInt(val);
@@ -2065,10 +2069,10 @@ var ObjectRef = object({
2065
2069
  var Argument = pipe(
2066
2070
  union([
2067
2071
  object({ GasCoin: literal(true) }),
2068
- object({ Input: pipe(number2(), integer()), type: optional(literal("pure")) }),
2069
- object({ Input: pipe(number2(), integer()), type: optional(literal("object")) }),
2070
- object({ Result: pipe(number2(), integer()) }),
2071
- object({ NestedResult: tuple([pipe(number2(), integer()), pipe(number2(), integer())]) })
2072
+ object({ Input: pipe(number(), integer()), type: optional(literal("pure")) }),
2073
+ object({ Input: pipe(number(), integer()), type: optional(literal("object")) }),
2074
+ object({ Result: pipe(number(), integer()) }),
2075
+ object({ NestedResult: tuple([pipe(number(), integer()), pipe(number(), integer())]) })
2072
2076
  ]),
2073
2077
  transform((value) => ({
2074
2078
  ...value,
@@ -2107,7 +2111,7 @@ var OpenMoveTypeSignatureBody = union([
2107
2111
  typeParameters: array(lazy(() => OpenMoveTypeSignatureBody))
2108
2112
  })
2109
2113
  }),
2110
- object({ typeParameter: pipe(number2(), integer()) })
2114
+ object({ typeParameter: pipe(number(), integer()) })
2111
2115
  ]);
2112
2116
  var OpenMoveTypeSignature = object({
2113
2117
  ref: nullable(union([literal("&"), literal("&mut")])),
@@ -2201,7 +2205,7 @@ var TransactionData = object({
2201
2205
  commands: array(Command)
2202
2206
  });
2203
2207
 
2204
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/transactions/Commands.js
2208
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/transactions/Commands.js
2205
2209
  var Commands = {
2206
2210
  MoveCall(input) {
2207
2211
  const [pkg, mod = "", fn = ""] = "target" in input ? input.target.split("::") : [input.package, input.module, input.function];
@@ -2308,7 +2312,7 @@ var Commands = {
2308
2312
  }
2309
2313
  };
2310
2314
 
2311
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/bcs/type-tag-serializer.js
2315
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/bcs/type-tag-serializer.js
2312
2316
  var VECTOR_REGEX = /^vector<(.+)>$/;
2313
2317
  var STRUCT_REGEX = /^([^:]+)::([^:]+)::([^<]+)(<(.+)>)?/;
2314
2318
  var TypeTagSerializer = class _TypeTagSerializer {
@@ -2400,7 +2404,7 @@ var TypeTagSerializer = class _TypeTagSerializer {
2400
2404
  }
2401
2405
  };
2402
2406
 
2403
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/bcs/bcs.js
2407
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/bcs/bcs.js
2404
2408
  function unsafe_u64(options) {
2405
2409
  return bcs.u64({
2406
2410
  name: "unsafe_u64",
@@ -2661,7 +2665,7 @@ var PasskeyAuthenticator = bcs.struct("PasskeyAuthenticator", {
2661
2665
  userSignature: bcs.vector(bcs.u8())
2662
2666
  });
2663
2667
 
2664
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/bcs/effects.js
2668
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/bcs/effects.js
2665
2669
  var PackageUpgradeError = bcs.enum("PackageUpgradeError", {
2666
2670
  UnableToFetchPackage: bcs.struct("UnableToFetchPackage", { packageId: Address }),
2667
2671
  NotAPackage: bcs.struct("NotAPackage", { objectId: Address }),
@@ -2854,7 +2858,7 @@ var TransactionEffects = bcs.enum("TransactionEffects", {
2854
2858
  V2: TransactionEffectsV2
2855
2859
  });
2856
2860
 
2857
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/bcs/index.js
2861
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/bcs/index.js
2858
2862
  var suiBcs = {
2859
2863
  ...bcs,
2860
2864
  U8: bcs.u8(),
@@ -2899,11 +2903,11 @@ var suiBcs = {
2899
2903
  PasskeyAuthenticator
2900
2904
  };
2901
2905
 
2902
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/transactions/data/v1.js
2906
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/transactions/data/v1.js
2903
2907
  var ObjectRef2 = object({
2904
2908
  digest: string(),
2905
2909
  objectId: string(),
2906
- version: union([pipe(number2(), integer()), string(), bigint()])
2910
+ version: union([pipe(number(), integer()), string(), bigint()])
2907
2911
  });
2908
2912
  var ObjectArg3 = safeEnum({
2909
2913
  ImmOrOwned: ObjectRef2,
@@ -2916,28 +2920,28 @@ var ObjectArg3 = safeEnum({
2916
2920
  });
2917
2921
  var NormalizedCallArg2 = safeEnum({
2918
2922
  Object: ObjectArg3,
2919
- Pure: array(pipe(number2(), integer()))
2923
+ Pure: array(pipe(number(), integer()))
2920
2924
  });
2921
2925
  var TransactionInput = union([
2922
2926
  object({
2923
2927
  kind: literal("Input"),
2924
- index: pipe(number2(), integer()),
2928
+ index: pipe(number(), integer()),
2925
2929
  value: unknown(),
2926
2930
  type: optional(literal("object"))
2927
2931
  }),
2928
2932
  object({
2929
2933
  kind: literal("Input"),
2930
- index: pipe(number2(), integer()),
2934
+ index: pipe(number(), integer()),
2931
2935
  value: unknown(),
2932
2936
  type: literal("pure")
2933
2937
  })
2934
2938
  ]);
2935
2939
  var TransactionExpiration3 = union([
2936
- object({ Epoch: pipe(number2(), integer()) }),
2940
+ object({ Epoch: pipe(number(), integer()) }),
2937
2941
  object({ None: nullable(literal(true)) })
2938
2942
  ]);
2939
2943
  var StringEncodedBigint = pipe(
2940
- union([number2(), string(), bigint()]),
2944
+ union([number(), string(), bigint()]),
2941
2945
  check((val) => {
2942
2946
  if (!["string", "number", "bigint"].includes(typeof val)) return false;
2943
2947
  try {
@@ -2976,11 +2980,11 @@ var GasConfig = object({
2976
2980
  var TransactionArgumentTypes = [
2977
2981
  TransactionInput,
2978
2982
  object({ kind: literal("GasCoin") }),
2979
- object({ kind: literal("Result"), index: pipe(number2(), integer()) }),
2983
+ object({ kind: literal("Result"), index: pipe(number(), integer()) }),
2980
2984
  object({
2981
2985
  kind: literal("NestedResult"),
2982
- index: pipe(number2(), integer()),
2983
- resultIndex: pipe(number2(), integer())
2986
+ index: pipe(number(), integer()),
2987
+ resultIndex: pipe(number(), integer())
2984
2988
  })
2985
2989
  ];
2986
2990
  var TransactionArgument = union([...TransactionArgumentTypes]);
@@ -3015,12 +3019,12 @@ var MakeMoveVecTransaction = object({
3015
3019
  });
3016
3020
  var PublishTransaction = object({
3017
3021
  kind: literal("Publish"),
3018
- modules: array(array(pipe(number2(), integer()))),
3022
+ modules: array(array(pipe(number(), integer()))),
3019
3023
  dependencies: array(string())
3020
3024
  });
3021
3025
  var UpgradeTransaction = object({
3022
3026
  kind: literal("Upgrade"),
3023
- modules: array(array(pipe(number2(), integer()))),
3027
+ modules: array(array(pipe(number(), integer()))),
3024
3028
  dependencies: array(string()),
3025
3029
  packageId: string(),
3026
3030
  ticket: TransactionArgument
@@ -3352,7 +3356,7 @@ function parseV1TransactionArgument(arg) {
3352
3356
  }
3353
3357
  __name(parseV1TransactionArgument, "parseV1TransactionArgument");
3354
3358
 
3355
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/transactions/data/v2.js
3359
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/transactions/data/v2.js
3356
3360
  function enumUnion(options) {
3357
3361
  return union(
3358
3362
  Object.entries(options).map(([key, value]) => object({ [key]: value }))
@@ -3361,9 +3365,9 @@ function enumUnion(options) {
3361
3365
  __name(enumUnion, "enumUnion");
3362
3366
  var Argument3 = enumUnion({
3363
3367
  GasCoin: literal(true),
3364
- Input: pipe(number2(), integer()),
3365
- Result: pipe(number2(), integer()),
3366
- NestedResult: tuple([pipe(number2(), integer()), pipe(number2(), integer())])
3368
+ Input: pipe(number(), integer()),
3369
+ Result: pipe(number(), integer()),
3370
+ NestedResult: tuple([pipe(number(), integer()), pipe(number(), integer())])
3367
3371
  });
3368
3372
  var GasData3 = object({
3369
3373
  budget: nullable(JsonU64),
@@ -3452,7 +3456,7 @@ var SerializedTransactionDataV2 = object({
3452
3456
  commands: array(Command3)
3453
3457
  });
3454
3458
 
3455
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/transactions/Inputs.js
3459
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/transactions/Inputs.js
3456
3460
  function Pure(data) {
3457
3461
  return {
3458
3462
  $kind: "Pure",
@@ -3509,7 +3513,7 @@ var Inputs = {
3509
3513
  }
3510
3514
  };
3511
3515
 
3512
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/utils/suins.js
3516
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/utils/suins.js
3513
3517
  var SUI_NS_NAME_REGEX = /^(?!.*(^(?!@)|[-.@])($|[-.@]))(?:[a-z0-9-]{0,63}(?:\.[a-z0-9-]{0,63})*)?@[a-z0-9-]{0,63}$/i;
3514
3518
  var SUI_NS_DOMAIN_REGEX = /^(?!.*(^|[-.])($|[-.]))(?:[a-z0-9-]{0,63}\.)+sui$/i;
3515
3519
  function normalizeSuiNSName(name, format = "at") {
@@ -3534,7 +3538,7 @@ function normalizeSuiNSName(name, format = "at") {
3534
3538
  }
3535
3539
  __name(normalizeSuiNSName, "normalizeSuiNSName");
3536
3540
 
3537
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/utils/constants.js
3541
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/utils/constants.js
3538
3542
  var MIST_PER_SUI = BigInt(1e9);
3539
3543
  var MOVE_STDLIB_ADDRESS = "0x1";
3540
3544
  var SUI_FRAMEWORK_ADDRESS = "0x2";
@@ -3542,7 +3546,7 @@ var SUI_CLOCK_OBJECT_ID = normalizeSuiObjectId("0x6");
3542
3546
  var SUI_TYPE_ARG = `${SUI_FRAMEWORK_ADDRESS}::sui::SUI`;
3543
3547
  var SUI_SYSTEM_STATE_OBJECT_ID = normalizeSuiObjectId("0x5");
3544
3548
 
3545
- // ../../node_modules/.pnpm/@noble+hashes@1.5.0/node_modules/@noble/hashes/esm/_blake.js
3549
+ // ../../node_modules/.pnpm/@noble+hashes@1.7.1/node_modules/@noble/hashes/esm/_blake.js
3546
3550
  init_assert();
3547
3551
  init_utils();
3548
3552
  var SIGMA = /* @__PURE__ */ new Uint8Array([
@@ -3737,7 +3741,72 @@ var SIGMA = /* @__PURE__ */ new Uint8Array([
3737
3741
  11,
3738
3742
  7,
3739
3743
  5,
3740
- 3
3744
+ 3,
3745
+ // Blake1, unused in others
3746
+ 11,
3747
+ 8,
3748
+ 12,
3749
+ 0,
3750
+ 5,
3751
+ 2,
3752
+ 15,
3753
+ 13,
3754
+ 10,
3755
+ 14,
3756
+ 3,
3757
+ 6,
3758
+ 7,
3759
+ 1,
3760
+ 9,
3761
+ 4,
3762
+ 7,
3763
+ 9,
3764
+ 3,
3765
+ 1,
3766
+ 13,
3767
+ 12,
3768
+ 11,
3769
+ 14,
3770
+ 2,
3771
+ 6,
3772
+ 5,
3773
+ 10,
3774
+ 4,
3775
+ 0,
3776
+ 15,
3777
+ 8,
3778
+ 9,
3779
+ 0,
3780
+ 5,
3781
+ 7,
3782
+ 2,
3783
+ 4,
3784
+ 10,
3785
+ 15,
3786
+ 14,
3787
+ 1,
3788
+ 11,
3789
+ 12,
3790
+ 6,
3791
+ 8,
3792
+ 3,
3793
+ 13,
3794
+ 2,
3795
+ 12,
3796
+ 6,
3797
+ 10,
3798
+ 0,
3799
+ 11,
3800
+ 8,
3801
+ 3,
3802
+ 4,
3803
+ 13,
3804
+ 7,
3805
+ 5,
3806
+ 15,
3807
+ 14,
3808
+ 1,
3809
+ 9
3741
3810
  ]);
3742
3811
  var BLAKE = class extends Hash {
3743
3812
  static {
@@ -3751,21 +3820,22 @@ var BLAKE = class extends Hash {
3751
3820
  this.pos = 0;
3752
3821
  this.finished = false;
3753
3822
  this.destroyed = false;
3754
- number(blockLen);
3755
- number(outputLen);
3756
- number(keyLen);
3823
+ anumber(blockLen);
3824
+ anumber(outputLen);
3825
+ anumber(keyLen);
3757
3826
  if (outputLen < 0 || outputLen > keyLen)
3758
3827
  throw new Error("outputLen bigger than keyLen");
3759
3828
  if (opts.key !== void 0 && (opts.key.length < 1 || opts.key.length > keyLen))
3760
- throw new Error(`key must be up 1..${keyLen} byte long or undefined`);
3829
+ throw new Error("key length must be undefined or 1.." + keyLen);
3761
3830
  if (opts.salt !== void 0 && opts.salt.length !== saltLen)
3762
- throw new Error(`salt must be ${saltLen} byte long or undefined`);
3831
+ throw new Error("salt must be undefined or " + saltLen);
3763
3832
  if (opts.personalization !== void 0 && opts.personalization.length !== persLen)
3764
- throw new Error(`personalization must be ${persLen} byte long or undefined`);
3765
- this.buffer32 = u32(this.buffer = new Uint8Array(blockLen));
3833
+ throw new Error("personalization must be undefined or " + persLen);
3834
+ this.buffer = new Uint8Array(blockLen);
3835
+ this.buffer32 = u32(this.buffer);
3766
3836
  }
3767
3837
  update(data) {
3768
- exists(this);
3838
+ aexists(this);
3769
3839
  const { blockLen, buffer, buffer32 } = this;
3770
3840
  data = toBytes(data);
3771
3841
  const len = data.length;
@@ -3802,8 +3872,8 @@ var BLAKE = class extends Hash {
3802
3872
  return this;
3803
3873
  }
3804
3874
  digestInto(out) {
3805
- exists(this);
3806
- output(out, this);
3875
+ aexists(this);
3876
+ aoutput(out, this);
3807
3877
  const { pos, buffer32 } = this;
3808
3878
  this.finished = true;
3809
3879
  this.buffer.subarray(pos).fill(0);
@@ -3836,7 +3906,7 @@ var BLAKE = class extends Hash {
3836
3906
  }
3837
3907
  };
3838
3908
 
3839
- // ../../node_modules/.pnpm/@noble+hashes@1.5.0/node_modules/@noble/hashes/esm/blake2b.js
3909
+ // ../../node_modules/.pnpm/@noble+hashes@1.7.1/node_modules/@noble/hashes/esm/blake2b.js
3840
3910
  init_u64();
3841
3911
  init_utils();
3842
3912
  var B2B_IV = /* @__PURE__ */ new Uint32Array([
@@ -4022,7 +4092,7 @@ var BLAKE2b = class extends BLAKE {
4022
4092
  };
4023
4093
  var blake2b = /* @__PURE__ */ wrapConstructorWithOpts((opts) => new BLAKE2b(opts));
4024
4094
 
4025
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/transactions/serializer.js
4095
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/transactions/serializer.js
4026
4096
  var OBJECT_MODULE_NAME = "object";
4027
4097
  var ID_STRUCT_NAME = "ID";
4028
4098
  var STD_ASCII_MODULE_NAME = "ascii";
@@ -4152,7 +4222,7 @@ function normalizedTypeToMoveTypeSignatureBody(type) {
4152
4222
  }
4153
4223
  __name(normalizedTypeToMoveTypeSignatureBody, "normalizedTypeToMoveTypeSignatureBody");
4154
4224
 
4155
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/transactions/json-rpc-resolver.js
4225
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/transactions/json-rpc-resolver.js
4156
4226
  var MAX_OBJECTS_PER_FETCH = 50;
4157
4227
  var GAS_SAFE_OVERHEAD = 1000n;
4158
4228
  var MAX_GAS = 5e10;
@@ -4491,7 +4561,7 @@ function chunk(arr, size) {
4491
4561
  }
4492
4562
  __name(chunk, "chunk");
4493
4563
 
4494
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/transactions/object.js
4564
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/transactions/object.js
4495
4565
  function createObjectMethods(makeObject) {
4496
4566
  function object2(value) {
4497
4567
  return makeObject(value);
@@ -4510,7 +4580,7 @@ function createObjectMethods(makeObject) {
4510
4580
  }
4511
4581
  __name(createObjectMethods, "createObjectMethods");
4512
4582
 
4513
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/transactions/pure.js
4583
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/transactions/pure.js
4514
4584
  function createPure(makePure) {
4515
4585
  function pure(typeOrSerializedValue, value) {
4516
4586
  if (typeof typeOrSerializedValue === "string") {
@@ -4576,7 +4646,7 @@ function schemaFromName(name) {
4576
4646
  }
4577
4647
  __name(schemaFromName, "schemaFromName");
4578
4648
 
4579
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/transactions/hash.js
4649
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/transactions/hash.js
4580
4650
  function hashTypedData(typeTag, data) {
4581
4651
  const typeTagBytes = Array.from(`${typeTag}::`).map((e) => e.charCodeAt(0));
4582
4652
  const dataWithTag = new Uint8Array(typeTagBytes.length + data.length);
@@ -4586,7 +4656,7 @@ function hashTypedData(typeTag, data) {
4586
4656
  }
4587
4657
  __name(hashTypedData, "hashTypedData");
4588
4658
 
4589
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/transactions/TransactionData.js
4659
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/transactions/TransactionData.js
4590
4660
  function prepareSuiAddress(address) {
4591
4661
  return normalizeSuiAddress(address).replace("0x", "");
4592
4662
  }
@@ -4810,7 +4880,7 @@ var TransactionDataBuilder = class _TransactionDataBuilder {
4810
4880
  }
4811
4881
  };
4812
4882
 
4813
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/transactions/utils.js
4883
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/transactions/utils.js
4814
4884
  function getIdFromCallArg(arg) {
4815
4885
  if (typeof arg === "string") {
4816
4886
  return normalizeSuiAddress(arg);
@@ -4831,7 +4901,7 @@ function getIdFromCallArg(arg) {
4831
4901
  }
4832
4902
  __name(getIdFromCallArg, "getIdFromCallArg");
4833
4903
 
4834
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/transactions/Transaction.js
4904
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/transactions/Transaction.js
4835
4905
  var __typeError2 = /* @__PURE__ */ __name((msg) => {
4836
4906
  throw TypeError(msg);
4837
4907
  }, "__typeError");
@@ -5288,11 +5358,11 @@ var Transaction = _Transaction;
5288
5358
  import { SuiChainId } from "@sentio/chain";
5289
5359
  import { Endpoints } from "@sentio/runtime";
5290
5360
 
5291
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/version.js
5361
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/version.js
5292
5362
  var PACKAGE_VERSION = "1.20.0";
5293
5363
  var TARGETED_RPC_VERSION = "1.41.0";
5294
5364
 
5295
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/client/errors.js
5365
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/client/errors.js
5296
5366
  var CODE_TO_ERROR_TYPE = {
5297
5367
  "-32700": "ParseError",
5298
5368
  "-32701": "OversizedRequest",
@@ -5337,7 +5407,7 @@ var SuiHTTPStatusError = class extends SuiHTTPTransportError {
5337
5407
  }
5338
5408
  };
5339
5409
 
5340
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/client/rpc-websocket-client.js
5410
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/client/rpc-websocket-client.js
5341
5411
  var __typeError3 = /* @__PURE__ */ __name((msg) => {
5342
5412
  throw TypeError(msg);
5343
5413
  }, "__typeError");
@@ -5517,7 +5587,7 @@ var RpcSubscription = class {
5517
5587
  }
5518
5588
  };
5519
5589
 
5520
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/client/http-transport.js
5590
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/client/http-transport.js
5521
5591
  var __typeError4 = /* @__PURE__ */ __name((msg) => {
5522
5592
  throw TypeError(msg);
5523
5593
  }, "__typeError");
@@ -5611,7 +5681,7 @@ getWebsocketClient_fn = /* @__PURE__ */ __name(function() {
5611
5681
  return __privateGet4(this, _websocketClient);
5612
5682
  }, "getWebsocketClient_fn");
5613
5683
 
5614
- // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.5.2/node_modules/@mysten/sui/dist/esm/client/client.js
5684
+ // ../../node_modules/.pnpm/@mysten+sui@1.20.0_typescript@5.8.2/node_modules/@mysten/sui/dist/esm/client/client.js
5615
5685
  var SUI_CLIENT_BRAND = Symbol.for("@mysten/SuiClient");
5616
5686
  var SuiClient = class {
5617
5687
  static {
@@ -6760,4 +6830,4 @@ export {
6760
6830
  getPrice,
6761
6831
  calculateValueInUsd
6762
6832
  };
6763
- //# sourceMappingURL=chunk-4HPFNKDX.js.map
6833
+ //# sourceMappingURL=chunk-QT2RHOVE.js.map