Skip to content

Commit

Permalink
update rpc endpoints temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyush Maloo authored and Piyush Maloo committed Sep 21, 2024
1 parent 4faaa54 commit fe9776a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -81,4 +81,4 @@ jobs:

- name: Deploy to Kubernetes
run: |
kubectl -v=7 set image deployment/explorer explorer=availj/explorer:${{ github.ref_name }}
kubectl -v=7 set image deployment/explorer explorer=availj/explorer:${{ github.ref_name }}

0 comments on commit fe9776a

Please sign in to comment.