Skip to content

Commit

Permalink
chore: docs: Update step in skeleton guide (filecoin-project#12349)
Browse files Browse the repository at this point in the history
* chore: docs: Update dependencies in Lotus

chore: docs: Update dependencies in Lotus

* Update documentation/misc/Building_a_network_skeleton.md

Co-authored-by: Rod Vagg <[email protected]>

---------

Co-authored-by: Rod Vagg <[email protected]>
  • Loading branch information
rjan90 and rvagg authored Aug 7, 2024
1 parent 704f049 commit 4b75fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/misc/Building_a_network_skeleton.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ You can take a look at this [Filecoin-FFI PR as a reference](https://github.com/

## Lotus Checklist

1. In your Lotus repository, add `replace github.com/filecoin-project/go-state-types => ../go-state-types` to the very end of your Lotus `go.mod` file.
- This ensures that your local clone copy of `go-state-types` is used. Any changes you make there will be reflected in your Lotus project.
1. To integrate the network skeleton into Lotus, ensure that the relevant releases for ref-fvm, filecoin-ffi, and go-state-types are bubbled up to Lotus.
- Refer to the [Update Dependencies Lotus tutorial](Update_Dependencies_Lotus.md) for detailed instructions on updating these dependencies in Lotus.

1. Import new actors:

Expand Down

0 comments on commit 4b75fa8

Please sign in to comment.