From 20b05dcec058ddd2c0dbeccb04f8de6e3efb6b72 Mon Sep 17 00:00:00 2001 From: everdimension Date: Thu, 11 Jan 2024 19:30:03 +0300 Subject: [PATCH] staging --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8cae6ab8e..e62a74f46 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -66,7 +66,7 @@ jobs: DEFI_SDK_TESTNET_API_URL: ${{ github.event.inputs.DEFI_SDK_TESTNET_API_URL || 'wss://api-testnet.zerion.io/' }} ZERION_API_URL: ${{ github.event.inputs.ZERION_API_URL || 'https://zpi.zerion.io/' }} ZERION_TESTNET_API_URL: ${{ github.event.inputs.ZERION_TESTNET_API_URL || 'https://zpi-testnet.zerion.io/' }} - BACKEND_ENV: ${{ github.event.inputs.BACKEND_ENV || '' }} + BACKEND_ENV: staging FEATURE_PAYMASTER: ${{ github.event.inputs.FEATURE_PAYMASTER || 'on' }} PROXY_URL: ${{ github.event.inputs.PROXY_URL || 'https://proxy.zerion.io/' }} DEFI_SDK_TRANSACTIONS_API_URL: ${{ github.event.inputs.DEFI_SDK_TRANSACTIONS_API_URL || 'https://transactions.zerion.io' }}