@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.

@@ -4904,8 +4904,8 @@ var CHAIN_IDS = {
4904
4904
  foundry: 31337
4905
4905
  },
4906
4906
  fuel: {
4907
- devnet: 0,
4908
- testnet: 0
4907
+ beta5: 0,
4908
+ devnet: 10
4909
4909
  }
4910
4910
  };
4911
4911
 
@@ -4953,15 +4953,15 @@ var rawAssets = [
4953
4953
  },
4954
4954
  {
4955
4955
  type: "fuel",
4956
- chainId: CHAIN_IDS.fuel.devnet,
4956
+ chainId: CHAIN_IDS.fuel.beta5,
4957
4957
  decimals: 9,
4958
- assetId: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
4958
+ assetId: "0x0000000000000000000000000000000000000000000000000000000000000000"
4959
4959
  },
4960
4960
  {
4961
4961
  type: "fuel",
4962
- chainId: CHAIN_IDS.fuel.testnet,
4962
+ chainId: CHAIN_IDS.fuel.devnet,
4963
4963
  decimals: 9,
4964
- assetId: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
4964
+ assetId: "0x0000000000000000000000000000000000000000000000000000000000000000"
4965
4965
  }
4966
4966
  ]
4967
4967
  }