fuel
June 12, 2023, 2:51pm
15
It doesn’t work for me and btw I had the same error on v0.41
Did you try using v0.42 yourself?
Which toolchain and hardware do you use?
I just created an issue
Hi there
I have created a brand new Sway project using latest version of fuels v0.42 by this command:
forc new counter-contract
And a test environment using:
cargo generate --init fuellabs/sway templates/sway-test-rs --name counter-contract
I wrote a simple contract, deployed the contract, and added a test which connected to the beta-3 testnet network and called a function from the contract. However, on the provider connection line, I encountered the following error:
running 1 test
thread …