Skip to content

Commit c44ed8e

Browse files
authored
Update runtime override operate path (#115)
Because the current directory is /run-evm-tracing-node/darwinia-release the correct relative path is ../overridden-runtimes.
1 parent f6a9368 commit c44ed8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/node-operators/run-evm-tracing-node.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ As you may be aware, Darwinia chains are EVM compatible, which means that the RP
4343
# Check out the corresponding network branch
4444
git checkout origin/darwinia
4545
# Copy the wasm runtime files to the temporary workaround override runtime location
46-
cp wasm/evm-tracing/* ../run-evm-tracing-node/overridden-runtimes/
46+
cp wasm/evm-tracing/* ../overridden-runtimes/
4747
```
4848

4949
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
144144
2024-09-27 06:58:28 [Parachain] discovered: 12D3KooWDajBn6V4j8Hq5j2yG2H3q16ztZ7wZ9Qg6NoitGr6XYBz /ip4/172.20.0.2/tcp/30334/ws
145145
2024-09-27 06:58:28 [Relaychain] discovered: 12D3KooWRyXoStSmNnVZjCoQsitLwruKcc6e7mu5dQAnA4CXVMhk /ip4/172.20.0.2/tcp/30333/ws
146146
2024-09-27 06:58:28 [Relaychain] Sending fatal alert BadCertificate
147-
```
147+
```

0 commit comments

Comments
 (0)