Skip to content

Commit 46e8fd6

Browse files
committed
README: update network ID for T4
Signed-off-by: Anna Shaleva <[email protected]>
1 parent f0f8dae commit 46e8fd6

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
@@ -111,7 +111,7 @@ To run a full node on the Neo X Testnet network follow the steps below.
111111
echo "$node and the node address is $miner, rpc port $rpcport, p2p port $port"
112112

113113
nohup ./geth \
114-
--networkid 12227331 \
114+
--networkid 12227332 \
115115
--nat extip:10.148.0.2 \
116116
--port $port \
117117
--authrpc.port $rpcport \
@@ -167,7 +167,7 @@ To run a full node on the Neo X Testnet network follow the steps below.
167167
echo "$node and miner is $miner, rpc port $rpcport, p2p port $port"
168168
169169
nohup ./geth \
170-
--networkid 12227331 \
170+
--networkid 12227332 \
171171
--nat extip:10.148.0.2 \
172172
--port $port \
173173
--mine --miner.etherbase=$miner \

0 commit comments

Comments
 (0)