From 5eb7106f86996310fd4a6f4fb917baed4651d128 Mon Sep 17 00:00:00 2001 From: Ayush Kumar Mishra Date: Mon, 16 Dec 2024 11:29:21 +0530 Subject: [PATCH] Pointing try-runtime-cli to run agianst Mainnet --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 46c7b039c..52d7c26e3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,7 +58,7 @@ jobs: - name: Check Try-Runtime run: | try-runtime --runtime ./target/release/wbuild/cere-runtime/cere_runtime.compact.compressed.wasm \ - on-runtime-upgrade --disable-idempotency-checks live --uri wss://archive.testnet.cere.network:443 + on-runtime-upgrade --disable-idempotency-checks live --uri wss://archive.mainnet.cere.network:443 - name: Run dev chain run: | timeout --preserve-status 30s ./target/release/cere --dev