From 43164912d376325e3f527061d677431f7e87a1e7 Mon Sep 17 00:00:00 2001 From: Robin <70903912+Robeartt@users.noreply.github.com> Date: Thu, 2 May 2024 18:25:51 +0200 Subject: [PATCH] Testnet not mainnet --- .env.production | 6 +++--- .../azure-static-web-apps-witty-grass-07e621b0f.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.production b/.env.production index fd35cb68..6740a70b 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ -NEXT_PUBLIC_STELLAR_EXPERT_URL=https://stellar.expert/explorer/public -NEXT_PUBLIC_RPC_URL=https://soroban.stellar.org -NEXT_PUBLIC_HORIZON_URL=https://horizon.stellar.org \ No newline at end of file +NEXT_PUBLIC_STELLAR_EXPERT_URL=https://stellar.expert/explorer/testnet +NEXT_PUBLIC_RPC_URL=https://soroban-testnet.stellar.org +NEXT_PUBLIC_HORIZON_URL=https://horizon-testnet.stellar.org \ No newline at end of file diff --git a/.github/workflows/azure-static-web-apps-witty-grass-07e621b0f.yml b/.github/workflows/azure-static-web-apps-witty-grass-07e621b0f.yml index 05608691..5bc3dbe7 100644 --- a/.github/workflows/azure-static-web-apps-witty-grass-07e621b0f.yml +++ b/.github/workflows/azure-static-web-apps-witty-grass-07e621b0f.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Node.js and npm uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '19' npm-version: '9.5.0' - name: Configure npm cache directory run: npm config set cache ${{ runner.temp }}/npm-cache --global