diff --git a/docs/node-operators/run-evm-tracing-node.md b/docs/node-operators/run-evm-tracing-node.md index 9e30b41..8176888 100644 --- a/docs/node-operators/run-evm-tracing-node.md +++ b/docs/node-operators/run-evm-tracing-node.md @@ -43,7 +43,7 @@ As you may be aware, Darwinia chains are EVM compatible, which means that the RP # Check out the corresponding network branch git checkout origin/darwinia # Copy the wasm runtime files to the temporary workaround override runtime location - cp wasm/evm-tracing/* ../run-evm-tracing-node/overridden-runtimes/ + cp wasm/evm-tracing/* ../overridden-runtimes/ ``` The `wasm-runtime-overrides` repository has five branches, each corresponding to one of the four Darwinia chains. You will need to switch to the branch that corresponds to your desired network and copy the `wasm` directory to your temporary workaround location. In this tutorial, we will use the `darwinia` branch. @@ -144,4 +144,4 @@ As you may be aware, Darwinia chains are EVM compatible, which means that the RP 2024-09-27 06:58:28 [Parachain] discovered: 12D3KooWDajBn6V4j8Hq5j2yG2H3q16ztZ7wZ9Qg6NoitGr6XYBz /ip4/172.20.0.2/tcp/30334/ws 2024-09-27 06:58:28 [Relaychain] discovered: 12D3KooWRyXoStSmNnVZjCoQsitLwruKcc6e7mu5dQAnA4CXVMhk /ip4/172.20.0.2/tcp/30333/ws 2024-09-27 06:58:28 [Relaychain] Sending fatal alert BadCertificate - ``` \ No newline at end of file + ```