@fuel-ts/account 0.0.0-rc-2143-20240425151715 → 0.0.0-rc-2045-20240425165416

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.

@@ -8058,7 +8058,6 @@ var launchNode = async ({
8058
8058
  ip,
8059
8059
  port,
8060
8060
  args = [],
8061
- fuelCorePath = void 0,
8062
8061
  useSystemFuelCore = false,
8063
8062
  loggingEnabled = true,
8064
8063
  debugEnabled = false,
@@ -8079,7 +8078,7 @@ var launchNode = async ({
8079
8078
  const poaInstantFlagValue = getFlagValueFromArgs(args, "--poa-instant");
8080
8079
  const poaInstant = poaInstantFlagValue === "true" || poaInstantFlagValue === void 0;
8081
8080
  const graphQLStartSubstring = "Binding GraphQL provider to";
8082
- const binPath = fuelCorePath ?? findBinPath("fuels-core", __dirname);
8081
+ const binPath = findBinPath("fuels-core", __dirname);
8083
8082
  const command = useSystemFuelCore ? "fuel-core" : binPath;
8084
8083
  const ipToUse = ip || "0.0.0.0";
8085
8084
  const portToUse = port || (await getPortPromise({