# Version Mismatch: Fuel Node using fuel-core 0.36.0 not supported by TypeScript SDK 0.94.6

**URL:** https://forum.fuel.network/t/version-mismatch-fuel-node-using-fuel-core-0-36-0-not-supported-by-typescript-sdk-0-94-6/6692
**Category:** TypeScript SDK
**Tags:** testnet, feedback
**Created:** [September 25, 2024, 4:10am UTC](https://forum.fuel.network/t/version-mismatch-fuel-node-using-fuel-core-0-36-0-not-supported-by-typescript-sdk-0-94-6/6692 "2024-09-25T04:10:50Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Prasanth](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.fuel.network/prasanth/32/4181_2.png) [@Prasanth](https://forum.fuel.network/u/Prasanth)
#### Post date: [September 25, 2024, 4:10am UTC](https://forum.fuel.network/t/version-mismatch-fuel-node-using-fuel-core-0-36-0-not-supported-by-typescript-sdk-0-94-6/6692/1 "2024-09-25T04:10:50Z")

</div>

**Description** :

I am encountering a version compatibility issue between the Fuel Node and the TypeScript SDK. Despite installing the latest version of the fuel-ts SDK, I am still receiving an error indicating that my Fuel Node (running fuel-core 0.36.0) is not supported by the SDK, which only supports fuel-core 0.35.0.

Error Details:  
The Fuel Node that you are trying to connect to is using fuel-core version 0.36.0,  
which is not supported by the version of the TS SDK that you are using.  
Things may not work as expected.  
Supported fuel-core version: 0.35.0.

Steps I’ve Taken:

```
1.	Installed the Latest SDK: I used npm install fuels@0.94.6 --save to ensure I’m using the most recent version.
2.	Cleared Node Modules & Reinstalled: I removed node_modules and reinstalled dependencies using npm install.
3.	Verified SDK Version: I confirmed that the latest SDK is installed using npm list fuels, but the error persists.
4.	Checked Documentation: I reviewed the release notes for fuel-ts to confirm support for fuel-core 0.36.0 but couldn’t find any specific mention of this version.

```

**Expected Behavior:**

The SDK should support fuel-core 0.36.0, or there should be guidance on how to handle this version mismatch.

**Questions:**

1. Is there a timeline for fuel-ts to support fuel-core 0.36.0?

2. Are there any workarounds to ensure compatibility between the current fuel-core and the SDK?

3. Could there be a caching or dependency resolution issue causing this mismatch, even after updating?

I’d appreciate any guidance or suggestions from the community!

---

<div class="post-metadata">

### Author: ![naz3eh](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.fuel.network/naz3eh/32/2025_2.png) [@naz3eh](https://forum.fuel.network/u/naz3eh)
#### Post date: [September 25, 2024, 7:05am UTC](https://forum.fuel.network/t/version-mismatch-fuel-node-using-fuel-core-0-36-0-not-supported-by-typescript-sdk-0-94-6/6692/2 "2024-09-25T07:05:56Z")

</div>

Can you share the output for `fuelup show` from your terminal?

---

<div class="post-metadata">

### Author: ![anderson](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.fuel.network/anderson/32/320_2.png) [@anderson](https://forum.fuel.network/u/anderson)
#### Post date: [September 25, 2024, 9:57am UTC](https://forum.fuel.network/t/version-mismatch-fuel-node-using-fuel-core-0-36-0-not-supported-by-typescript-sdk-0-94-6/6692/3 "2024-09-25T09:57:39Z")

</div>

@Prasanth You are correct, the TS SDK `0.94.6` do not support `fuel-core` @ `0.36.0`.

It was implemented via [#3187](https://github.com/FuelLabs/fuels-ts/pull/3187) and will be supported in the upcoming release.

> <https://github.com/FuelLabs/fuels-ts/pull/3174>
>
> \# Summary
> 
> In this release, we:
> \- Added flag to indicate whether the connector i…s external
> \- Removed assets from sepolia / testnet network
> \- Fixed decimals of some assets on fuel network side
> \- Fixed \`create fuels\` not using the correct versions from the \`fuel-toolchain.toml\` file
> \- Upgraded to forc \`0.63.6\`
> \- Added a banner for users running an outdated \`fuels\` version
> \- Upgraded fuel-core to \`0.36.0\`
> 
> \# Features
> \- \[#3016\](https://github.com/FuelLabs/fuels-ts/pull/3016) - Support message types, by \[@Torres-ssf\](https://github.com/Torres-ssf)
> \- \[#3201\](https://github.com/FuelLabs/fuels-ts/pull/3201) - Add flag to indicate if connector is external, by \[@arthurgeron\](https://github.com/arthurgeron)
> 
> \# Fixes
> \- \[#3167\](https://github.com/FuelLabs/fuels-ts/pull/3167) - Removed sepolia assets and adjust decimal config, by \[@LuizAsFight\](https://github.com/LuizAsFight)
> \- \[#3183\](https://github.com/FuelLabs/fuels-ts/pull/3183) - \`create fuels\` not respecting toolchain file, by \[@Dhaiwat10\](https://github.com/Dhaiwat10)
> \- \[#3156\](https://github.com/FuelLabs/fuels-ts/pull/3156) - Add missing receipts properties, by \[@Torres-ssf\](https://github.com/Torres-ssf)
> 
> \# Chores
> \- \[#3187\](https://github.com/FuelLabs/fuels-ts/pull/3187) - Upgrade to forc \`0.63.6\`, by \[@petertonysmith94\](https://github.com/petertonysmith94)
> \- \[#3108\](https://github.com/FuelLabs/fuels-ts/pull/3108) - Inform users if their \`fuels\` version is outdated, by \[@Dhaiwat10\](https://github.com/Dhaiwat10)
> \- \[#3182\](https://github.com/FuelLabs/fuels-ts/pull/3182) - Upgraded to fuel-core 0.36.0, by \[@petertonysmith94\](https://github.com/petertonysmith94)

---

<div class="post-metadata">

### Author: ![Prasanth](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.fuel.network/prasanth/32/4181_2.png) [@Prasanth](https://forum.fuel.network/u/Prasanth)
#### Post date: [September 25, 2024, 10:10am UTC](https://forum.fuel.network/t/version-mismatch-fuel-node-using-fuel-core-0-36-0-not-supported-by-typescript-sdk-0-94-6/6692/4 "2024-09-25T10:10:46Z")

</div>

Thank you for the clarification!

I appreciate the confirmation that the current TS SDK (0.94.6) does not yet support fuel-core 0.36.0. It’s good to know that support for fuel-core 0.36.0 has been implemented in [PR #3187](link to PR if available), and I’ll look forward to the upcoming release that includes this fix.

In the meantime, I’ll monitor the repository for the new version release. If there are any recommendations for handling this in the short term, feel free to share!

Thanks again for the quick response.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex022/uploads/fuel/original/2X/5/57d5a345cc15a64b636e0d56e042857f8a0e80b1.png) [@system](https://forum.fuel.network/u/system)
#### Post date: [October 16, 2024, 6:11am UTC](https://forum.fuel.network/t/version-mismatch-fuel-node-using-fuel-core-0-36-0-not-supported-by-typescript-sdk-0-94-6/6692/5 "2024-10-16T06:11:13Z")

</div>

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.
