Skip to content

Commit 19a4a21

Browse files
committed
[DDW-1169] Add changelog entry, and update environment.ts
1 parent 6b9bbe4 commit 19a4a21

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Chores
66

7+
- Update `cardano-node` to 1.35.4 for the Preview network respin ([PR 3082](https://github.com/input-output-hk/daedalus/pull/3082))
78
- Fixed Storybook state for General stories ([PR 3064](https://github.com/input-output-hk/daedalus/pull/3064))
89

910
## 5.1.1

source/main/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const isDevelopment = checkIsDevelopment(NETWORK);
5353
const analyticsFeatureEnabled = true;
5454
const keepLocalClusterRunning = process.env.KEEP_LOCAL_CLUSTER_RUNNING;
5555
const API_VERSION = process.env.API_VERSION || 'dev';
56-
const NODE_VERSION = '1.35.3'; // TODO: pick up this value from process.env
56+
const NODE_VERSION = '1.35.4'; // TODO: pick up this value from process.env
5757

5858
const mainProcessID = get(process, 'ppid', '-');
5959
const rendererProcessID = process.pid;

0 commit comments

Comments
 (0)