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 Jan 7, 2024
1 parent 1d5f9e1 commit cbe5301
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 @@ -115,6 +115,7 @@
"HOME": "/tmp/composable-devnet",
"KEYRING_TEST": "/tmp/composable-devnet/.osmosisd",
"NETWORK_ID": 3,
"NODE": "tcp://127.0.0.1:38093",
"P2PPORT": 26759,
"PROMETHEUS_PORT": 36663,
"RESTPORT": 1519,
Expand Down
1 change: 1 addition & 0 deletions networks/osmosis.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ in
BLOCK_SECONDS = 5;
FEE = "uosmo";
BINARY = "osmosisd";
NODE = "tcp://127.0.0.1:${builtins.toString CONSENSUS_RPC_PORT}";
};

remote-devnet = {
Expand Down

0 comments on commit cbe5301

Please sign in to comment.