From b1c6eb2ba7bc3cfbf6764fdad93e6339679d94c3 Mon Sep 17 00:00:00 2001 From: rob thijssen Date: Wed, 9 Sep 2026 12:03:21 +0300 Subject: [PATCH] deploy: miner credentials from the mainnet chain Mainnet cut over 2026-09-09 09:01 UTC; the miners already run with the credentials from chains/mainnet/ (installed by hand). The push default now matches, so the next deploy copies the same files. Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01CBgs2nSi4H2mdh8kD8vMX5 --- .gitea/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 1f8d859..6a1f67c 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -40,9 +40,9 @@ concurrency: env: # The chain spec: the miner credential path on the node host derives from it. - # Must agree with quantus/chain's deploy. Planck is a testnet; mainnet is - # expected 2026-09-09. - CHAIN: planck + # Must agree with lair/quantus's node deploy. Mainnet since 2026-09-09; the + # node writes the credentials under chains/mainnet/. + CHAIN: mainnet MINER_LINK_PORT: "9833" MINER_METRICS_PORT: "9900" # Fleet Prometheus host; the miner's exporter is unauthenticated and bound to