@fuel-ts/account 0.0.0-rc-2143-20240516104424 → 0.0.0-rc-2272-20240516141848

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