Skip to content

Commit 5b366e2

Browse files
authored
Correct rpc url in smoketests (#2192)
1 parent 833da49 commit 5b366e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
- name: Smoke test
196196
shell: bash
197197
env:
198-
RPC_URL: ${{ secrets.CHEATNET_RPC_URL }}
198+
RPC_URL: "http://188.34.188.184:7070/rpc/v0_7"
199199
run: |
200200
BINARY_PATH="${{ env.BINARY_PATH }}"
201201
BINARY_PATH="${BINARY_PATH%.tar.gz}"

0 commit comments

Comments
 (0)