Skip to content

Commit

Permalink
Correct rpc url in smoketests (#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcticae authored Jun 12, 2024
1 parent 833da49 commit 5b366e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Smoke test
shell: bash
env:
RPC_URL: ${{ secrets.CHEATNET_RPC_URL }}
RPC_URL: "http://188.34.188.184:7070/rpc/v0_7"
run: |
BINARY_PATH="${{ env.BINARY_PATH }}"
BINARY_PATH="${BINARY_PATH%.tar.gz}"
Expand Down

0 comments on commit 5b366e2

Please sign in to comment.