diff --git a/.github/workflows/try-runtime.yml b/.github/workflows/try-runtime.yml index a86482804..89a28c5c6 100644 --- a/.github/workflows/try-runtime.yml +++ b/.github/workflows/try-runtime.yml @@ -49,6 +49,6 @@ jobs: uses: "paritytech/try-runtime-gha@v0.1.0" with: runtime-package: "node-subtensor-runtime" - node-uri: "wss://archive.chain.opentensor.ai:443" + node-uri: "wss://archive.dev.opentensor.ai:443" checks: "all" extra-args: "--disable-spec-version-check --no-weight-warnings"