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

@@ -4886,8 +4886,8 @@ var CHAIN_IDS = {
4886
4886
  foundry: 31337
4887
4887
  },
4888
4888
  fuel: {
4889
- devnet: 0,
4890
- testnet: 0
4889
+ beta5: 0,
4890
+ devnet: 10
4891
4891
  }
4892
4892
  };
4893
4893
 
@@ -4935,15 +4935,15 @@ var rawAssets = [
4935
4935
  },
4936
4936
  {
4937
4937
  type: "fuel",
4938
- chainId: CHAIN_IDS.fuel.devnet,
4938
+ chainId: CHAIN_IDS.fuel.beta5,
4939
4939
  decimals: 9,
4940
- assetId: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
4940
+ assetId: "0x0000000000000000000000000000000000000000000000000000000000000000"
4941
4941
  },
4942
4942
  {
4943
4943
  type: "fuel",
4944
- chainId: CHAIN_IDS.fuel.testnet,
4944
+ chainId: CHAIN_IDS.fuel.devnet,
4945
4945
  decimals: 9,
4946
- assetId: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
4946
+ assetId: "0x0000000000000000000000000000000000000000000000000000000000000000"
4947
4947
  }
4948
4948
  ]
4949
4949
  }