Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
reword port documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch committed Jun 1, 2020
1 parent 17aeb1b commit 7bca7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Both `.provider()` and `.server()` take a single object which allows you to spec
* `"flavor"`: The blockchain technology to simulate. Valid values are `"ethereum"` or `"tezos"`. Default is `"ethereum"`.
* `"logger"`: `Object` - Object, like `console`, that implements a `log()` function.
* `"total_accounts"`: `number` - Number of accounts to generate at startup.
* `"port"`: `number` Port number to listen on when running as a server. Default port 8545 (ethereum), 8732 (tezos).
* `"port"`: `number` Port number to listen on when running as a server. Defaults to port `8545` (ethereum) or `8732` (tezos).
* `"seed"`: `string` Use arbitrary data to generate accounts to be used.

### Ethereum
Expand Down

0 comments on commit 7bca7d9

Please sign in to comment.