Contract deployment fails when running a local node

Whenever I try deploying a contract using:
forc deploy --default-signer --node-url 127.0.0.1:4000/v1/graphql

I get this in my node console
[Failed to produce block 00000001 due to execution failure, Occurred untyped error: Attempting to load invalid wasm bytecode, version=11. Current version is 24]

Hey @JayWebtech could you make sure you are on the latest toolchain and it’s updated?
Run fuelup upgrade from your terminal and if you still get the error could you send a screenshot of the output for fuelup show

Hello @rishabhkeshan

It is working now

Thannks

2 Likes