alkanesjs 1.2.1 → 1.2.2

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.
@@ -55528,9 +55528,7 @@ var AlkanesRpcProvider = class {
55528
55528
  ]);
55529
55529
  }
55530
55530
  async alkanes_simulate(req) {
55531
- const currentHeight = consumeOrThrow(
55532
- await this.alkanes_metashrewHeight().call()
55533
- );
55531
+ await this.provider.pacer.waitForPacer();
55534
55532
  const merged = {
55535
55533
  alkanes: req.alkanes ?? [],
55536
55534
  transaction: req.transaction ?? "0x",