Skip to content

Commit

Permalink
Update runtime override operate path (#115)
Browse files Browse the repository at this point in the history
Because the current directory is /run-evm-tracing-node/darwinia-release the correct relative path is ../overridden-runtimes.
  • Loading branch information
ImStaked authored Jan 2, 2025
1 parent f6a9368 commit c44ed8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/node-operators/run-evm-tracing-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
```
```

0 comments on commit c44ed8e

Please sign in to comment.