From 13b5b76ecf677fef4848ffafcd5b74e84203ff66 Mon Sep 17 00:00:00 2001 From: Lee Bousfield Date: Sat, 10 Aug 2024 14:17:22 -0500 Subject: [PATCH] File module root filename in customize-stf.mdx It's `module-root.txt` not `module.root` --- arbitrum-docs/launch-orbit-chain/how-tos/customize-stf.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arbitrum-docs/launch-orbit-chain/how-tos/customize-stf.mdx b/arbitrum-docs/launch-orbit-chain/how-tos/customize-stf.mdx index f6baf0519..2cb0ff5b1 100644 --- a/arbitrum-docs/launch-orbit-chain/how-tos/customize-stf.mdx +++ b/arbitrum-docs/launch-orbit-chain/how-tos/customize-stf.mdx @@ -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/`.