From e15af0010aaa3a36382077aca1784ea4f0ab9b09 Mon Sep 17 00:00:00 2001 From: "leshyatwork[bot]" <217592034+leshyatwork[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 02:53:01 +0000 Subject: [PATCH] Update Lotus dependency --- scripts/devnet-forest-miner/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/devnet-forest-miner/.env b/scripts/devnet-forest-miner/.env index e3ca8f0ccf5..0875c8250f9 100644 --- a/scripts/devnet-forest-miner/.env +++ b/scripts/devnet-forest-miner/.env @@ -1,4 +1,4 @@ -LOTUS_IMAGE=filecoin/lotus-all-in-one:c4e3b46b1-2k +LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.36.2-2k # Genesis network name. Lotus stamps it into the genesis block; Forest joins the # same network via `--chain ${NETWORK_NAME}`, so the two must agree (this is what # makes the `/fil/blocks/${NETWORK_NAME}` gossip topic line up).