Skip to content

Commit

Permalink
Merge pull request #1551 from OffchainLabs/fix-module-root-file
Browse files Browse the repository at this point in the history
File module root filename in customize-stf.mdx
  • Loading branch information
pete-vielhaber authored Jan 10, 2025
2 parents 7720ac2 + 047205b commit eca1931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arbitrum-docs/launch-orbit-chain/how-tos/customize-stf.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ To do that, you'll need to first extract the replay binary from the `nitro-node-
docker run --rm --name replay-binary-extractor --entrypoint sleep custom-nitro-node-dev infinity
docker cp replay-binary-extractor:/home/user/target/machines/latest extracted-replay-binary
docker stop replay-binary-extractor
cat extracted-replay-binary/module.root
mv extracted-replay-binary "target/machines/$(cat extracted-replay-binary/module.root)"
cat extracted-replay-binary/module-root.txt
mv extracted-replay-binary "target/machines/$(cat extracted-replay-binary/module-root.txt)"
```

These commands will output the new WASM module root, and create the directory `target/machines/<wasm module root>`.
Expand Down

0 comments on commit eca1931

Please sign in to comment.