File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1+ 2021-03-10 v1.0.11
2+ ==================
3+
4+ This is a minor release adding support for connecting to the Prater testnet.
5+
6+
172021-03-10 v1.0.10
28==================
39
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ when not defined(nimscript):
99const
1010 versionMajor* = 1
1111 versionMinor* = 0
12- versionBuild* = 10
12+ versionBuild* = 11
1313
1414 versionBlob* = " stateofus" # Single word - ends up in the default graffitti
1515
Original file line number Diff line number Diff line change @@ -67,3 +67,13 @@ All the same conventions apply:
6767WEB3_URL=" ws://localhost:8545" ./run-mainnet-node.sh --max-peers=150
6868```
6969
70+ ## Running a Prater node
71+
72+ ` run-prater-beacon-node.sh ` is a similar script intended for connecting to the Prater
73+ testnet. All the same conventions apply:
74+
75+ ``` bash
76+ # using a local Geth instance
77+ WEB3_URL=" ws://localhost:8545" ./run-prater-node.sh --max-peers=150
78+ ```
79+
You can’t perform that action at this time.
0 commit comments