From c7d6f6cb1a0e445a5979f25086d427da8225ac48 Mon Sep 17 00:00:00 2001 From: "leshyatwork[bot]" <217592034+leshyatwork[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 15:41:21 +0000 Subject: [PATCH] Update Lotus dependency --- scripts/devnet/.env | 2 +- scripts/tests/api_compare/.env | 2 +- scripts/tests/bootstrapper/.env | 2 +- scripts/tests/snapshot_parity/.env | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/devnet/.env b/scripts/devnet/.env index 32f677915e23..5fd084c841f9 100644 --- a/scripts/devnet/.env +++ b/scripts/devnet/.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 FOREST_DATA_DIR=/forest_data LOTUS_DATA_DIR=/lotus_data FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters diff --git a/scripts/tests/api_compare/.env b/scripts/tests/api_compare/.env index 6173cf3e55fd..fa45ea7e6cb9 100644 --- a/scripts/tests/api_compare/.env +++ b/scripts/tests/api_compare/.env @@ -1,6 +1,6 @@ # Note: this should be a `fat` image so that it contains the pre-downloaded filecoin proof parameters FOREST_IMAGE=ghcr.io/chainsafe/forest:edge-fat -LOTUS_IMAGE=filecoin/lotus-all-in-one:c4e3b46b1-calibnet +LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.36.2-calibnet FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters LOTUS_RPC_PORT=1234 LOTUS_VIA_GATEWAY_RPC_PORT=4568 diff --git a/scripts/tests/bootstrapper/.env b/scripts/tests/bootstrapper/.env index b56c7864942e..e0f9f538c44b 100644 --- a/scripts/tests/bootstrapper/.env +++ b/scripts/tests/bootstrapper/.env @@ -1,5 +1,5 @@ # Note: this should be a `fat` image so that it contains the pre-downloaded filecoin proof parameters -LOTUS_IMAGE=filecoin/lotus-all-in-one:c4e3b46b1-calibnet +LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.36.2-calibnet FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters LOTUS_RPC_PORT=1234 FOREST_RPC_PORT=2345 diff --git a/scripts/tests/snapshot_parity/.env b/scripts/tests/snapshot_parity/.env index 1cdd4e9da868..1bd6d37a7217 100644 --- a/scripts/tests/snapshot_parity/.env +++ b/scripts/tests/snapshot_parity/.env @@ -1,4 +1,4 @@ -LOTUS_IMAGE=filecoin/lotus-all-in-one:c4e3b46b1-calibnet +LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.36.2-calibnet FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters LOTUS_RPC_PORT=1234 FOREST_RPC_PORT=2345