@fuel-ts/account 0.0.0-rc-2322-20240517062704 → 0.0.0-rc-2272-20240517113706

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.

package/dist/index.mjs CHANGED
@@ -5071,7 +5071,7 @@ var getDefaultChainId = (networkType) => {
5071
5071
  return CHAIN_IDS.eth.sepolia;
5072
5072
  }
5073
5073
  if (networkType === "fuel") {
5074
- return CHAIN_IDS.fuel.beta5;
5074
+ return CHAIN_IDS.fuel.devnet;
5075
5075
  }
5076
5076
  return void 0;
5077
5077
  };