@xyo-network/xl1-protocol-sdk 1.19.6 → 1.19.7

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.
@@ -4345,10 +4345,7 @@ import {
4345
4345
  isDefined as isDefined19
4346
4346
  } from "@xylabs/sdk-js";
4347
4347
  import { PayloadBuilder as PayloadBuilder17 } from "@xyo-network/payload-builder";
4348
- import {
4349
- asXL1BlockNumber as asXL1BlockNumber9,
4350
- TransferSchema as TransferSchema3
4351
- } from "@xyo-network/xl1-protocol";
4348
+ import { asXL1BlockNumber as asXL1BlockNumber9, TransferSchema as TransferSchema3 } from "@xyo-network/xl1-protocol";
4352
4349
  var SimpleXyoGatewayRunner = class _SimpleXyoGatewayRunner extends AbstractCreatableProvider {
4353
4350
  static defaultMoniker = XyoGatewayRunnerMoniker;
4354
4351
  static dependencies = [XyoConnectionMoniker, XyoSignerMoniker];
@@ -4399,6 +4396,7 @@ var SimpleXyoGatewayRunner = class _SimpleXyoGatewayRunner extends AbstractCreat
4399
4396
  }
4400
4397
  async createHandler() {
4401
4398
  await super.createHandler();
4399
+ this._connection = await this.locator.getInstance(XyoConnectionMoniker);
4402
4400
  this._signer = await this.locator.getInstance(XyoSignerMoniker);
4403
4401
  }
4404
4402
  async send(to, amount, options) {