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