We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52a96a commit ad5e8a6Copy full SHA for ad5e8a6
README.md
@@ -13,8 +13,8 @@ dotnet build --configuration Release "src/OpenVASP.CSharpClient.sln"
13
Set up two environment variables:
14
15
- 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)
+- ETHEREUM_RPC_URL - URL for eth rpc (like nethermind, geth or parity node rpc https://127.0.0.1:8545)
17
18
```
19
dotnet test --configuration Release "src/OpenVASP.CSharpClient.sln"
20
-```
+```
0 commit comments