Skip to content

Commit 25695d1

Browse files
committed
v1.0.11
1 parent 8528926 commit 25695d1

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
2021-03-10 v1.0.10
28
==================
39

beacon_chain/version.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ when not defined(nimscript):
99
const
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

docker/dist/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,13 @@ All the same conventions apply:
6767
WEB3_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+

0 commit comments

Comments
 (0)