@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.js CHANGED
@@ -5214,7 +5214,7 @@ var getDefaultChainId = (networkType) => {
5214
5214
  return CHAIN_IDS.eth.sepolia;
5215
5215
  }
5216
5216
  if (networkType === "fuel") {
5217
- return CHAIN_IDS.fuel.beta5;
5217
+ return CHAIN_IDS.fuel.devnet;
5218
5218
  }
5219
5219
  return void 0;
5220
5220
  };