Skip to content

Commit

Permalink
filecoin: update node default image
Browse files Browse the repository at this point in the history
  • Loading branch information
mFarghaly committed Apr 27, 2024
1 parent 8ba4d78 commit 5134dd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apis/filecoin/v1alpha1/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const (

const (
// DefaultLotusImage is the default lotus client image
DefaultLotusImage = "kotalco/lotus:v1.23.2"
DefaultLotusImage = "filecoin/lotus:v1.26.3"
// DefaultLotusCalibrationImage is the default lotus client image for calibration network
DefaultLotusCalibrationImage = "kotalco/lotus:v1.23.2-calibration"
DefaultLotusCalibrationImage = "kotalco/lotus:v1.26.3-calibnet"
)
2 changes: 1 addition & 1 deletion clients/filecoin/lotus_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type LotusClient struct {
// Images
const (
// LotusHomeDir is lotus client image home dir
LotusHomeDir = "/home/filecoin"
LotusHomeDir = "/home/fc"
)

// Command is lotus image command
Expand Down

0 comments on commit 5134dd9

Please sign in to comment.