@typemove/sui 1.3.2 → 1.3.3-rc.1

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.
@@ -10208,7 +10208,10 @@ export function loadAllTypes(coder: MoveCoder) {
10208
10208
  coder,
10209
10209
  );
10210
10210
  for (const m of Object.values(MODULES)) {
10211
- coder.load(m as any);
10211
+ coder.load(
10212
+ m as any,
10213
+ "0xebaa2ad3eacc230f309cd933958cc52684df0a41ae7ac214d186b80f830867d2",
10214
+ );
10212
10215
  }
10213
10216
  }
10214
10217