From eca2bd1075ebdf09495e215327860b2b13ad06ae Mon Sep 17 00:00:00 2001 From: LeshyBot <114995399+LeshyBot@users.noreply.github.com> Date: Thu, 28 Mar 2024 10:55:40 +0100 Subject: [PATCH] [automated] Update Lotus version in API tests (#4124) Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> --- scripts/tests/api_compare/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tests/api_compare/.env b/scripts/tests/api_compare/.env index d5662d93766b..1ac65c8a5188 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:v1.26.0-calibnet +LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.26.1-calibnet FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters LOTUS_RPC_PORT=1234 FOREST_RPC_PORT=2345