#having issues deploying contract via Soroban CLI

11 messages · Page 1 of 1 (latest)

fluid shard
#

soroban contract deploy --wasm target/wasm32-unknown-unknown/release/lums_dao_contract.wasm --source guudc --network testnet

This always produces this error

error: jsonrpc error: Parse error: invalid type: integer 3100, expected a string at line 1 column 227

This is after the Protocol 20 upgrade

heady sage
#

This probably means the soroban cli needs updating. If you run soroban version what is the output?

fluid shard
#

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)

heady sage
fluid shard
#

how can i upgrade the soroban cli

marble girder
#

cargo install --locked soroban-cli (will download the latest version)

red nexus
red nexus