Skip to content

Commit c557189

Browse files
authored
Merge pull request #41 from mlabs-haskell/calum/updates
- Switch to updated preview network - Don't require a wallet unnecessarily (when fetching nft info) - Improve error messages to show that Nami is required
2 parents 213ccdb + 2880658 commit c557189

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

arion-compose.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let
88
# FIXME: CTL version also pinned in seabug-contract. We need only one source of truth
99
cardano-transaction-lib-server = (import
1010
cardano-transaction-lib/default.nix).packages.x86_64-linux."ctl-server:exe:ctl-server";
11-
cardano-configurations = fetchGit { url = "https://github.com/input-output-hk/cardano-configurations"; rev = "182b16cb743867b0b24b7af92efbf427b2b09b52"; };
11+
cardano-configurations = fetchGit { url = "https://github.com/input-output-hk/cardano-configurations"; rev = "c0d11b5ff0c0200da00a50c17c38d9fd752ba532"; };
1212
# { name = "preprod"; magic = 1; }
1313
network = {
1414
name = "preview";
@@ -111,7 +111,7 @@ in
111111
};
112112

113113
cardano-node.service = {
114-
image = "inputoutput/cardano-node:1.35.3";
114+
image = "inputoutput/cardano-node:1.35.4-rc1";
115115
volumes = [
116116
"${toString ./.}/data/cardano-node/ipc:/ipc"
117117
"${toString ./.}/data/cardano-node/cardano-node-data:/data"

0 commit comments

Comments
 (0)