Skip to content

Commit ad5e8a6

Browse files
authored
Update README.md
added Nethermind (C# client)
1 parent d52a96a commit ad5e8a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dotnet build --configuration Release "src/OpenVASP.CSharpClient.sln"
1313
Set up two environment variables:
1414

1515
- WHISPER_RPC_URL - URL for whisper rpc (like geth node rpc https://127.0.0.1:8545)
16-
- ETHEREUM_RPC_URL - URL for eth rpc (like geth or parity node rpc https://127.0.0.1:8545)
16+
- ETHEREUM_RPC_URL - URL for eth rpc (like nethermind, geth or parity node rpc https://127.0.0.1:8545)
1717

1818
```
1919
dotnet test --configuration Release "src/OpenVASP.CSharpClient.sln"
20-
```
20+
```

0 commit comments

Comments
 (0)