Skip to content

Commit 460f175

Browse files
authored
Merge pull request #773 from opentensor/fix/nucleus_archive_node
feat: use nucleus archive node
2 parents 97b11de + 24d5819 commit 460f175

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/check-finney.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Check that spec_version has been bumped
3232
run: |
33-
spec_version=$(PATH=$PATH:$HOME/.cargo/.bin substrate-spec-version wss://entrypoint-finney.opentensor.ai:443 | tr -d '\n')
33+
spec_version=$(PATH=$PATH:$HOME/.cargo/.bin substrate-spec-version ${{ secrets.NUCLEUS_ARCHIVE_NODE }} | tr -d '\n')
3434
echo "network spec_version: $spec_version"
3535
: ${spec_version:?bad spec version}
3636
local_spec_version=$(cargo run -p node-subtensor-runtime --bin spec_version | tr -d '\n')
@@ -49,6 +49,6 @@ jobs:
4949
uses: "paritytech/try-runtime-gha@v0.1.0"
5050
with:
5151
runtime-package: "node-subtensor-runtime"
52-
node-uri: "wss://entrypoint-finney.opentensor.ai:443"
52+
node-uri: ${{ secrets.NUCLEUS_ARCHIVE_NODE }}
5353
checks: "pre-and-post"
54-
extra-args: "--disable-spec-version-check --no-weight-warnings"
54+
extra-args: "--disable-spec-version-check --no-weight-warnings"

0 commit comments

Comments
 (0)