#Can't deploy to testnet, it was working

4 messages · Page 1 of 1 (latest)

verbal sorrel
#

Hi guys,
two weeks ago i was able to deploy contracts to futurenet today as i'm working on my hackathon project and i want to ship to testnet, I unable to deploy to futurenet . I doubt about the contracts I developed and decided to try contracts I had already deployed before e.g hello_world and I got the same problem . Do we have a network outage? Appreciate your help

fiery mountain
#

Yeah, u'r right.
I've encountered the same problem as yours but nobody knows exactly why it happens

short parcel
#

Well, without a bit more detail about the exact problem you both have, it will be hard to know exactly why it happens.
There was a futurenet update on Friday, so likely you need to:
-update Soroban cli to 20.0.0-rc1
-update soroban-sdk to 20.0.0-rc1
-rebuild the wasm and deploy

fiery mountain
#

I've deployed by upgrading soroban-sdk and soroban-cli but still get an errror while invoking a function of native-asset contract.
I can't find the reason yet