Skip to content

Commit

Permalink
Update (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
tayfunelmas authored Nov 5, 2024
1 parent 72ce231 commit ffd2b8e
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 @@ -103,7 +103,7 @@ Commands to run NEAR Lake, after `./target/release/near-lake`
| | `--home` | Default <br>`~/.near` | Tells the node where too look for necessary files: <br>`config.json`<br>, <br>`genesis.json`<br>, <br>`node_key.json`<br>, and <br>`data`<br> folder |
| `init` | | | Tells the node to generate config files in `--home-dir` |
| | `--chain-id` | Required<br><br> * `localnet`<br> * `testnet`<br> * `mainnet` | Defines the chain to generate config files for |
| | `--download-config` | Optional | If provided tells the node to download `config.json` from the public URL. You can download them manually<br><br> - [testnet config.json](https://s3-us-west-1.amazonaws.com/build.nearprotocol.com/nearcore-deploy/testnet/config.json)<br> - [mainnet config.json](https://s3-us-west-1.amazonaws.com/build.nearprotocol.com/nearcore-deploy/mainnet/config.json) |
| | `--download-config` | Optional | If provided tells the node to download `config.json` from the public URL. You can download them manually<br><br> - [testnet config.json](https://s3-us-west-1.amazonaws.com/build.nearprotocol.com/nearcore-deploy/testnet/rpc/config.json)<br> - [mainnet config.json](https://s3-us-west-1.amazonaws.com/build.nearprotocol.com/nearcore-deploy/mainnet/rpc/config.json) |
| | `--download-genesis` | Optional | If provided tells the node to download `genesis.json` from the public URL. You can download them manually<br><br> - [testnet genesis.json](https://s3-us-west-1.amazonaws.com/build.nearprotocol.com/nearcore-deploy/testnet/genesis.json)<br> - [mainnet genesis.json](https://s3-us-west-1.amazonaws.com/build.nearprotocol.com/nearcore-deploy/mainnet/genesis.json) |
| | TODO:<br>Other `neard` keys | | |
| `run` | | | Runs the node |
Expand Down

0 comments on commit ffd2b8e

Please sign in to comment.