Hi,
while trying to update my contracts that I test on standalone, even a 2635 bytes wasm gives me HostError: Error(Budget, ExceededLimit) during install or deploy.
I'm using this to launch quickstart:
docker pull stellar/quickstart:soroban-dev
docker run --rm -it \
-p 8000:8000 \
--name stellar-standalone \
stellar/quickstart:soroban-dev \
--standalone \
--enable-soroban-rpc
This should reference this image: https://hub.docker.com/layers/stellar/quickstart/soroban-dev/images/sha256-99a5256d69178c785d1f21195192d34faf1cb265e467d6efc257525fb25d587c?context=explore
Any advice?