From e13d5e5a7a727f3a1b2b08080f76319a3135617d Mon Sep 17 00:00:00 2001 From: Eugene Formanenko Date: Thu, 28 Nov 2024 21:00:23 +0400 Subject: [PATCH] fix: squid urls --- .github/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 306ad20..38db217 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -44,13 +44,13 @@ jobs: echo "::set-output name=tag::$(git rev-parse --short HEAD)" if [ "$REF" = "refs/heads/main" ]; then echo "::set-output name=app_env::prod" - echo "::set-output name=testnet_squid_api_url::https://subsquid.squids.live/subsquid-network-testnet:prod/graphql" - echo "::set-output name=mainnet_squid_api_url::https://subsquid.squids.live/subsquid-network-mainnet:prod/graphql" + echo "::set-output name=testnet_squid_api_url::https://subsquid.squids.live/subsquid-network-testnet:prod/api/graphql" + echo "::set-output name=mainnet_squid_api_url::https://subsquid.squids.live/subsquid-network-mainnet:prod/api/graphql" echo "::set-output name=enable_demo_features::false" else echo "::set-output name=app_env::dev" - echo "::set-output name=testnet_squid_api_url::https://subsquid.squids.live/subsquid-network-testnet:dev/graphql" - echo "::set-output name=mainnet_squid_api_url::https://subsquid.squids.live/subsquid-network-mainnet:dev/graphql" + echo "::set-output name=testnet_squid_api_url::https://subsquid.squids.live/subsquid-network-mainnet:dev/api/graphql" + echo "::set-output name=mainnet_squid_api_url::https://subsquid.squids.live/subsquid-network-mainnet:dev/api/graphql" echo "::set-output name=enable_demo_features::true" fi if [ "$NETWORK" = "mainnet" ]; then