From f280171c826e36e3cfc732a5c6abd5e609dce003 Mon Sep 17 00:00:00 2001 From: belopash Date: Tue, 28 May 2024 17:17:03 +0500 Subject: [PATCH] fix: update mainnet squid in prod --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1308be5..2301d3c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -44,7 +44,7 @@ jobs: echo "::set-output name=app_env::prod" echo "::set-output name=wc_project_id::475eff0658d0f3300ca18971418d261b" echo "::set-output name=testnet_squid_api_url::https://subsquid.squids.live/subsquid-network-testnet/v/v1/graphql" - echo "::set-output name=mainnet_squid_api_url::https://subsquid.squids.live/subsquid-network-mainnet/v/v1/graphql" + echo "::set-output name=mainnet_squid_api_url::https://subsquid.squids.live/subsquid-network-mainnet/v/v2/graphql" echo "::set-output name=enable_demo_features::false" else echo "::set-output name=app_env::dev"