From fe9776a5092b258477d0a282035a7695297ad5ba Mon Sep 17 00:00:00 2001 From: Piyush Maloo Date: Sat, 21 Sep 2024 09:52:51 +0530 Subject: [PATCH] update rpc endpoints temp fix --- .github/workflows/releaser.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 7b982a00a93..da1d6eff213 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -61,8 +61,8 @@ jobs: push: true tags: availj/explorer:${{ steps.prepare.outputs.tag_name }} build-args: | - TURING_URL=wss://turing-rpc.avail.so/ws - MAINNET_URL=wss://mainnet-rpc.avail.so/ws + TURING_URL=wss://turing-rpc.avail.sh/ws + MAINNET_URL=wss://mainnet-rpc.avail.sh/ws k8s_deployment: needs: [docker_build_push] @@ -81,4 +81,4 @@ jobs: - name: Deploy to Kubernetes run: | - kubectl -v=7 set image deployment/explorer explorer=availj/explorer:${{ github.ref_name }} \ No newline at end of file + kubectl -v=7 set image deployment/explorer explorer=availj/explorer:${{ github.ref_name }}