@fuel-ts/account 0.0.0-rc-2238-20240514214137 → 0.0.0-rc-2143-20240515070051

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.

Potentially problematic release.


This version of @fuel-ts/account might be problematic. Click here for more details.

@@ -8452,6 +8452,7 @@ var launchNode = async ({
8452
8452
  ip,
8453
8453
  port,
8454
8454
  args = [],
8455
+ fuelCorePath = void 0,
8455
8456
  useSystemFuelCore = false,
8456
8457
  loggingEnabled = true,
8457
8458
  debugEnabled = false,
@@ -8472,7 +8473,7 @@ var launchNode = async ({
8472
8473
  const poaInstantFlagValue = getFlagValueFromArgs(args, "--poa-instant");
8473
8474
  const poaInstant = poaInstantFlagValue === "true" || poaInstantFlagValue === void 0;
8474
8475
  const graphQLStartSubstring = "Binding GraphQL provider to";
8475
- const binPath = findBinPath("fuels-core", __dirname);
8476
+ const binPath = fuelCorePath ?? findBinPath("fuels-core", __dirname);
8476
8477
  const command = useSystemFuelCore ? "fuel-core" : binPath;
8477
8478
  const ipToUse = ip || "0.0.0.0";
8478
8479
  const portToUse = port || (await getPortPromise({