Skip to content

Commit

Permalink
File module root filename in customize-stf.mdx
Browse files Browse the repository at this point in the history
It's `module-root.txt` not `module.root`
  • Loading branch information
PlasmaPower authored Aug 10, 2024
1 parent 667761d commit 13b5b76
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 @@ -214,8 +214,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 13b5b76

Please sign in to comment.