Skip to content

Commit 33db8e8

Browse files
[automated] Update Lotus version in API tests (#5889)
Co-authored-by: leshyatwork[bot] <217592034+leshyatwork[bot]@users.noreply.github.com>
1 parent 9d35101 commit 33db8e8

File tree

3 files changed

+3
-3
lines changed
  • scripts/tests

3 files changed

+3
-3
lines changed

scripts/tests/api_compare/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Note: this should be a `fat` image so that it contains the pre-downloaded filecoin proof parameters
22
FOREST_IMAGE=ghcr.io/chainsafe/forest:edge-fat
3-
LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.33.1-rc1-calibnet
3+
LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.33.1-calibnet
44
FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters
55
LOTUS_RPC_PORT=1234
66
FOREST_RPC_PORT=2345

scripts/tests/bootstrapper/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Note: this should be a `fat` image so that it contains the pre-downloaded filecoin proof parameters
2-
LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.33.1-rc1-calibnet
2+
LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.33.1-calibnet
33
FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters
44
LOTUS_RPC_PORT=1234
55
FOREST_RPC_PORT=2345

scripts/tests/snapshot_parity/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.33.1-rc1-calibnet
1+
LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.33.1-calibnet
22
FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters
33
LOTUS_RPC_PORT=1234
44
FOREST_RPC_PORT=2345

0 commit comments

Comments
 (0)