Skip to content

Commit

Permalink
Update networks client setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Mar 20, 2024
1 parent d372854 commit bec6202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions networks.autogenerated.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
"GRPWEB": 9091,
"HOME": "~/.devnet",
"KEYRING_TEST": "~/.devnet/.banksy",
"LOG_DIRECTORY": "/var/log/devnet/banksy",
"NETWORK_ID": 2,
"NODE": "tcp://127.0.0.1:26657",
"RESTPORT": 1516
Expand Down
1 change: 1 addition & 0 deletions networks/pica.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ in
};
devnet = self // rec {
HOME = "${devnet.directories.DEVNET_DATA_DIRECTORY}";
LOG_DIRECTORY="${devnet.directories.DEVNET_LOG_DIRECTORY}/banksy";
BASE_DIR = HOME;
CHAIN_DIR_NAME = ".banksy";
BLOCK_SECONDS=5;
Expand Down

0 comments on commit bec6202

Please sign in to comment.