Skip to content

Commit 8208690

Browse files
author
Aleksandr Penskoi
committed
Bump CTL to v2.0.0-alpha and update node config
1 parent 6ad09dd commit 8208690

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

arion-compose.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ in {
4747
cardano-transaction-lib-server.service = {
4848
command =
4949
[ "${cardano-transaction-lib-server}/bin/ctl-server"
50-
"--node-socket" "/ipc/node.socket"
51-
"--network-id" "1097911063"
50+
"--port" "8081"
51+
"--ogmios-host" "ogmios" "--ogmios-port" "1337"
5252
];
5353
ports = [ "8081:8081" ];
5454
useHostStore = true;

cardano-transaction-lib

0 commit comments

Comments
 (0)