Skip to content

Commit c63963a

Browse files
committed
lint fixes
1 parent 93972c1 commit c63963a

File tree

2 files changed

+400085
-400084
lines changed

2 files changed

+400085
-400084
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ eth-rpc build
9595
These commands will compile the binaries into `~/polkadot-sdk/target/debug/`. The build process may take some time on the first run.
9696

9797
> **Note**: The helper scripts use the `POLKADOT_SDK_DIR` environment variable to locate the Polkadot SDK repository. By default, it points to `~/polkadot-sdk`. If you cloned the repository to a different location, you can override this by setting the environment variable before sourcing the scripts:
98+
>
9899
> ```sh
99100
> export POLKADOT_SDK_DIR=/path/to/your/polkadot-sdk
100101
> source scripts/node-env.sh
@@ -161,7 +162,6 @@ eth-rpc run ws://localhost:9944 --record=/path/to/requests.log
161162

162163
# Record requests when running the full stack in tmux
163164
revive_dev_stack --record
164-
165165
```
166166

167167
When `--record` is enabled, eth-rpc will:
@@ -205,6 +205,7 @@ retester_test "./resolc-compiler-tests/fixtures/solidity/complex/create/create2_
205205
```
206206

207207
> **Note**: Requires the `revive-differential-tests` repository to be cloned. By default, it looks for the repository at `~/github/revive-differential-tests`. You can override this by setting the `RETESTER_DIR` environment variable:
208+
>
208209
> ```sh
209210
> export RETESTER_DIR=/path/to/revive-differential-tests
210211
> ```

0 commit comments

Comments
 (0)