Skip to content

Commit

Permalink
Merge branch 'master' into update-rust-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
anegg0 authored Jan 10, 2025
2 parents 35dd306 + eca1931 commit 479aaf0
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 479aaf0

Please sign in to comment.