From a27ba793368df1c4d3b17e0c2489d6aee6549cd7 Mon Sep 17 00:00:00 2001 From: Ivaylo Badinov <632282+venimus@users.noreply.github.com> Date: Fri, 27 Oct 2023 16:11:56 +0300 Subject: [PATCH] merge develop to main (#264) --- .github/workflows/dev-frontend.yml | 4 ++-- .github/workflows/prd-frontend.yml | 4 ++-- .github/workflows/stg-frontend.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dev-frontend.yml b/.github/workflows/dev-frontend.yml index 2abd155..75fbaf9 100644 --- a/.github/workflows/dev-frontend.yml +++ b/.github/workflows/dev-frontend.yml @@ -72,9 +72,9 @@ jobs: VITE_NODE_ENV=staging VITE_BOT_SERVICE_URL=https://develop-state-channel-demo-backend.dev.aepps.com VITE_CLIENT_PORT=8000 - VITE_NODE_URL=https://testnet.prd.aepps.com + VITE_NODE_URL=https://testnet.aeternity.io VITE_COMPILER_URL=https://compiler.aepps.com - VITE_WS_URL=wss://testnet.prd.aepps.com/channel + VITE_WS_URL=wss://testnet.aeternity.io/channel VITE_FAUCET_PUBLIC_ADDRESS=ak_2iBPH7HUz3cSDVEUWiHg76MZJ6tZooVNBmmxcgVK6VV8KAE688 VITE_NETWORK_ID=ae_uat VITE_RESPONDER_HOST=localhost diff --git a/.github/workflows/prd-frontend.yml b/.github/workflows/prd-frontend.yml index dd5087e..82f3b5f 100644 --- a/.github/workflows/prd-frontend.yml +++ b/.github/workflows/prd-frontend.yml @@ -74,9 +74,9 @@ jobs: VITE_NODE_ENV=staging VITE_BOT_SERVICE_URL=https://state-channel-demo-backend.prd.aepps.com VITE_CLIENT_PORT=8000 - VITE_NODE_URL=https://testnet.prd.aepps.com + VITE_NODE_URL=https://testnet.aeternity.io VITE_COMPILER_URL=https://compiler.aepps.com - VITE_WS_URL=wss://testnet.prd.aepps.com/channel + VITE_WS_URL=wss://testnet.aeternity.io/channel VITE_FAUCET_PUBLIC_ADDRESS=ak_2iBPH7HUz3cSDVEUWiHg76MZJ6tZooVNBmmxcgVK6VV8KAE688 VITE_NETWORK_ID=ae_uat VITE_RESPONDER_HOST=localhost diff --git a/.github/workflows/stg-frontend.yml b/.github/workflows/stg-frontend.yml index 5223071..f6e247a 100644 --- a/.github/workflows/stg-frontend.yml +++ b/.github/workflows/stg-frontend.yml @@ -77,9 +77,9 @@ jobs: VITE_NODE_ENV=staging VITE_BOT_SERVICE_URL=https://pr-${{ env.PR_NUMBER }}-state-channel-demo-backend.stg.aepps.com VITE_CLIENT_PORT=8000 - VITE_NODE_URL=https://testnet.prd.aepps.com + VITE_NODE_URL=https://testnet.aeternity.io VITE_COMPILER_URL=https://compiler.aepps.com - VITE_WS_URL=wss://testnet.prd.aepps.com/channel + VITE_WS_URL=wss://testnet.aeternity.io/channel VITE_FAUCET_PUBLIC_ADDRESS=ak_2iBPH7HUz3cSDVEUWiHg76MZJ6tZooVNBmmxcgVK6VV8KAE688 VITE_NETWORK_ID=ae_uat VITE_RESPONDER_HOST=localhost