#having issues deploying contract via Soroban CLI
11 messages · Page 1 of 1 (latest)
This probably means the soroban cli needs updating. If you run soroban version what is the output?
soroban 20.0.0-rc2 (1c49aed3badc374d46b340b5212a745703c524b2)
soroban-env 20.0.0-rc2 (8c63bff68a15d79aca3a705ee6916a68db57b7e6)
soroban-env interface version 85899345977
stellar-xdr 20.0.0-rc1 (d5ce0c9e7aa83461773a6e81662067f35d39e4c1)
xdr curr (9ac02641139e6717924fdad716f6e958d0168491)
It needs to match the version listed here for the latest release to testnet: https://soroban.stellar.org/docs/reference/releases
The latest testnet release is: https://soroban.stellar.org/docs/reference/releases#preview-11-september-11-2023-testnet-and-futurenet-edition
how can i upgrade the soroban cli
cargo install --locked soroban-cli (will download the latest version)
🤔 I believe the right one is https://soroban.stellar.org/docs/reference/releases#stable-v2000-december-18-2023
no?
Yesterday I encountered similar errors, and I resolved them by following the instructions provided in https://soroban.stellar.org/docs/getting-started/setup, which was updated on December 18.
https://soroban.stellar.org/docs/getting-started/setup That document was updated yesterday, and it was successful for me.😀