diff --git a/standalone/soroban-rpc/etc/stellar-captive-core.cfg b/standalone/soroban-rpc/etc/stellar-captive-core.cfg index 95245571..9dcc5cf7 100644 --- a/standalone/soroban-rpc/etc/stellar-captive-core.cfg +++ b/standalone/soroban-rpc/etc/stellar-captive-core.cfg @@ -7,6 +7,7 @@ PUBLIC_HTTP_PORT=false PEER_PORT=11726 DATABASE="__DATABASE__" ARTIFICIALLY_ACCELERATE_TIME_FOR_TESTING=true +TESTING_SOROBAN_HIGH_LIMIT_OVERRIDE=true ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=__ENABLE_SOROBAN_DIAGNOSTIC_EVENTS__ EXPERIMENTAL_BUCKETLIST_DB=true diff --git a/start b/start index b0cbe145..f1a8af7c 100644 --- a/start +++ b/start @@ -454,11 +454,6 @@ function init_soroban_rpc() { perl -pi -e "s/__NETWORK__/$NETWORK_PASSPHRASE/g" $SOROBAN_RPC_CAPTIVE_CORE_CFG run_silent "finalize-core-config-enable-soroban-diagnostic-events" perl -pi -e "s/__ENABLE_SOROBAN_DIAGNOSTIC_EVENTS__/$ENABLE_SOROBAN_DIAGNOSTIC_EVENTS/g" $SOROBAN_RPC_CAPTIVE_CORE_CFG - if [ "$NETWORK" = "standalone" ] && [ "${CORE_PROTOCOL_VERSION}" = "20" ]; then - echo "\n" >> ${HORIZON_CAPTIVE_CORE_CFG} - echo "TESTING_SOROBAN_HIGH_LIMIT_OVERRIDE=true\n" >> ${HORIZON_CAPTIVE_CORE_CFG} - fi - local ADMIN_ENDPOINT=0.0.0.0:6061 if [ "$ENABLE_SOROBAN_RPC_ADMIN_ENDPOINT" != "true" ]; then ADMIN_ENDPOINT=