@xyo-network/xl1-react-client-sdk 2.2.2 → 2.2.3

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.
@@ -2175,7 +2175,7 @@ var buildGateway = async (gatewayName, signerTransport, signerFactory) => {
2175
2175
  url: `${resolvedNetwork.url}/rpc`
2176
2176
  }
2177
2177
  };
2178
- const locator = isDefined14(signerTransport) ? await basicRemoteRunnerLocator(gatewayName, remoteConfig, signerTransport, void 0, { signerFactory }) : await basicRemoteViewerLocator(gatewayName, remoteConfig);
2178
+ const locator = isDefined14(signerTransport) || isDefined14(signerFactory) ? await basicRemoteRunnerLocator(gatewayName, remoteConfig, signerTransport, void 0, { signerFactory }) : await basicRemoteViewerLocator(gatewayName, remoteConfig);
2179
2179
  return await locator.getInstance(XyoGatewayMoniker);
2180
2180
  };
2181
2181