@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.js CHANGED
@@ -5291,8 +5291,8 @@ var CHAIN_IDS = {
5291
5291
  foundry: 31337
5292
5292
  },
5293
5293
  fuel: {
5294
- devnet: 0,
5295
- testnet: 0
5294
+ beta5: 0,
5295
+ devnet: 10
5296
5296
  }
5297
5297
  };
5298
5298
 
@@ -5302,7 +5302,7 @@ var getDefaultChainId = (networkType) => {
5302
5302
  return CHAIN_IDS.eth.sepolia;
5303
5303
  }
5304
5304
  if (networkType === "fuel") {
5305
- return CHAIN_IDS.fuel.testnet;
5305
+ return CHAIN_IDS.fuel.devnet;
5306
5306
  }
5307
5307
  return void 0;
5308
5308
  };
@@ -5394,15 +5394,15 @@ var rawAssets = [
5394
5394
  },
5395
5395
  {
5396
5396
  type: "fuel",
5397
- chainId: CHAIN_IDS.fuel.devnet,
5397
+ chainId: CHAIN_IDS.fuel.beta5,
5398
5398
  decimals: 9,
5399
- assetId: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
5399
+ assetId: "0x0000000000000000000000000000000000000000000000000000000000000000"
5400
5400
  },
5401
5401
  {
5402
5402
  type: "fuel",
5403
- chainId: CHAIN_IDS.fuel.testnet,
5403
+ chainId: CHAIN_IDS.fuel.devnet,
5404
5404
  decimals: 9,
5405
- assetId: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
5405
+ assetId: "0x0000000000000000000000000000000000000000000000000000000000000000"
5406
5406
  }
5407
5407
  ]
5408
5408
  }