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.
package/dist/index.js CHANGED
@@ -45384,9 +45384,7 @@ var AlkanesRpcProvider = class {
45384
45384
  ]);
45385
45385
  }
45386
45386
  async alkanes_simulate(req) {
45387
- const currentHeight = consumeOrThrow(
45388
- await this.alkanes_metashrewHeight().call()
45389
- );
45387
+ await this.provider.pacer.waitForPacer();
45390
45388
  const merged = {
45391
45389
  alkanes: req.alkanes ?? [],
45392
45390
  transaction: req.transaction ?? "0x",