Skip to content

Commit

Permalink
fix: env name
Browse files Browse the repository at this point in the history
  • Loading branch information
osipov-mit committed Dec 2, 2024
1 parent b8699f9 commit 5f4d6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: "Run server"
env:
SUBSCAN_KEY: ${{ secrets.SUBSCAN_KEY }}
NETWORK_ADDRESSES: "https://rpc.vara.network"
NETWORK_ADDRESSES: "wss://rpc.vara.network"
run: yarn start

- name: "Run tests"
Expand Down

0 comments on commit 5f4d6a3

Please sign in to comment.