@fuel-ts/account 0.0.0-rc-2432-20240610171540 → 0.0.0-rc-2485-20240610194352

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
@@ -5149,8 +5149,8 @@ var CHAIN_IDS = {
5149
5149
  foundry: 31337
5150
5150
  },
5151
5151
  fuel: {
5152
- devnet: 0,
5153
- testnet: 0
5152
+ beta5: 0,
5153
+ devnet: 10
5154
5154
  }
5155
5155
  };
5156
5156
 
@@ -5160,7 +5160,7 @@ var getDefaultChainId = (networkType) => {
5160
5160
  return CHAIN_IDS.eth.sepolia;
5161
5161
  }
5162
5162
  if (networkType === "fuel") {
5163
- return CHAIN_IDS.fuel.testnet;
5163
+ return CHAIN_IDS.fuel.devnet;
5164
5164
  }
5165
5165
  return void 0;
5166
5166
  };
@@ -5252,15 +5252,15 @@ var rawAssets = [
5252
5252
  },
5253
5253
  {
5254
5254
  type: "fuel",
5255
- chainId: CHAIN_IDS.fuel.devnet,
5255
+ chainId: CHAIN_IDS.fuel.beta5,
5256
5256
  decimals: 9,
5257
- assetId: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
5257
+ assetId: "0x0000000000000000000000000000000000000000000000000000000000000000"
5258
5258
  },
5259
5259
  {
5260
5260
  type: "fuel",
5261
- chainId: CHAIN_IDS.fuel.testnet,
5261
+ chainId: CHAIN_IDS.fuel.devnet,
5262
5262
  decimals: 9,
5263
- assetId: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
5263
+ assetId: "0x0000000000000000000000000000000000000000000000000000000000000000"
5264
5264
  }
5265
5265
  ]
5266
5266
  }