Skip to content

Commit 3e84ce1

Browse files
committed
chore: update default devnet and e2e test Cardano node version to '10.1.1'
1 parent 59586b1 commit 3e84ce1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mithril-test-lab/mithril-devnet/mkfiles/mkfiles-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ esac
99

1010
# Cardano node version
1111
if [ -z "${CARDANO_NODE_VERSION}" ]; then
12-
CARDANO_NODE_VERSION="9.2.1"
12+
CARDANO_NODE_VERSION="10.1.1"
1313
fi
1414
if [ -z "${CARDANO_NODE_VERSION_RELEASE}" ]; then
1515
CARDANO_NODE_VERSION_RELEASE=$(echo "${CARDANO_NODE_VERSION}" | cut -d'-' -f1)

mithril-test-lab/mithril-end-to-end/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pub struct Args {
6161
cardano_epoch_length: f64,
6262

6363
/// Cardano node version
64-
#[clap(long, default_value = "9.2.1")]
64+
#[clap(long, default_value = "10.1.1")]
6565
cardano_node_version: String,
6666

6767
/// Epoch at which hard fork to the latest Cardano era will be made (starts with the latest era by default)

0 commit comments

Comments
 (0)