Skip to content

Commit

Permalink
Add storage node mode to example.json chain spec (#204)
Browse files Browse the repository at this point in the history
Related to
#200.

Tested manually with a local node.
  • Loading branch information
khssnv authored Dec 19, 2023
1 parent d970a49 commit ca57262
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node/service/chain-specs/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@
],
"http_port": 8080,
"grpc_port": 8081,
"p2p_port": 8082
"p2p_port": 8082,
"mode": "Storage"
}
}
],
Expand Down

0 comments on commit ca57262

Please sign in to comment.