From f3f4eb6dbb4e7e56fdd1163cab60901855fca54b Mon Sep 17 00:00:00 2001 From: Prit Sheth Date: Wed, 11 Sep 2024 16:26:10 -0700 Subject: [PATCH] Change reference to stellar-rpc --- .github/workflows/horizon.yml | 2 +- .../docker/docker-compose.integration-tests.soroban-rpc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/horizon.yml b/.github/workflows/horizon.yml index affea796ff..073c4517c4 100644 --- a/.github/workflows/horizon.yml +++ b/.github/workflows/horizon.yml @@ -35,7 +35,7 @@ jobs: HORIZON_INTEGRATION_TESTS_CAPTIVE_CORE_USE_DB: true PROTOCOL_21_CORE_DEBIAN_PKG_VERSION: 21.3.1-2007.4ede19620.focal PROTOCOL_21_CORE_DOCKER_IMG: stellar/stellar-core:21.3.1-2007.4ede19620.focal - PROTOCOL_21_SOROBAN_RPC_DOCKER_IMG: stellar/soroban-rpc:21.5.0 + PROTOCOL_21_SOROBAN_RPC_DOCKER_IMG: stellar/stellar-rpc:21.5.0 PGHOST: localhost PGPORT: 5432 PGUSER: postgres diff --git a/services/horizon/docker/docker-compose.integration-tests.soroban-rpc.yml b/services/horizon/docker/docker-compose.integration-tests.soroban-rpc.yml index 940c340a40..c4b13ddf97 100644 --- a/services/horizon/docker/docker-compose.integration-tests.soroban-rpc.yml +++ b/services/horizon/docker/docker-compose.integration-tests.soroban-rpc.yml @@ -2,7 +2,7 @@ version: '3' services: soroban-rpc: platform: linux/amd64 - image: ${SOROBAN_RPC_IMAGE:-stellar/soroban-rpc} + image: ${SOROBAN_RPC_IMAGE:-stellar/stellar-rpc} depends_on: - core restart: on-failure