Skip to content

Commit 9545fe4

Browse files
author
Mostafa Farghaly
committed
update filecoin readme with calibration
1 parent 2c0d142 commit 9545fe4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

filecoin/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
We've extended Kubernetes with `Node` custom resource which can be used to create Filecoin nodes across different filecoin networks like Mainnet or Nerpa using `lotus` client from a given spec.
1+
We've extended Kubernetes with `Node` custom resource which can be used to create Filecoin nodes across different filecoin networks like Mainnet or calibration using `lotus` client from a given spec.
22

3-
Here's an example of a Filecoin node that syncs Nerpa chain:
3+
Here's an example of a Filecoin node that syncs calibration chain:
44

55
```yaml
66
apiVersion: filecoin.kotal.io/v1alpha1
77
kind: Node
88
metadata:
9-
name: nerpa-node
9+
name: calibration-node
1010
spec:
11-
network: nerpa
11+
network: calibration
1212
```
1313
1414
For all the fields associated with the `Node` API resource:

0 commit comments

Comments
 (0)