Skip to content

Commit 3043905

Browse files
authored
fix: Use latest cardano version with fix for malformed tx (#66)
1 parent 49755ea commit 3043905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.envrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ fi
4747
export NODE_KEY="$(cat ./midnight-node.privatekey)"
4848

4949
#
50-
# Partner chains config:
50+
# Cardano chain config:
5151
#
5252
export CARDANO_NETWORK=preview
53-
export CARDANO_IMAGE="ghcr.io/intersectmbo/cardano-node:10.2.1"
53+
export CARDANO_IMAGE="ghcr.io/intersectmbo/cardano-node:10.5.3"
5454
export CARDANO_DATA_DIR=./cardano-data
5555
export CARDANO_CONFIG_DIR=./cardano-config/${CARDANO_NETWORK}

0 commit comments

Comments
 (0)