We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59586b1 commit 3e84ce1Copy full SHA for 3e84ce1
mithril-test-lab/mithril-devnet/mkfiles/mkfiles-init.sh
@@ -9,7 +9,7 @@ esac
9
10
# Cardano node version
11
if [ -z "${CARDANO_NODE_VERSION}" ]; then
12
- CARDANO_NODE_VERSION="9.2.1"
+ CARDANO_NODE_VERSION="10.1.1"
13
fi
14
if [ -z "${CARDANO_NODE_VERSION_RELEASE}" ]; then
15
CARDANO_NODE_VERSION_RELEASE=$(echo "${CARDANO_NODE_VERSION}" | cut -d'-' -f1)
mithril-test-lab/mithril-end-to-end/src/main.rs
@@ -61,7 +61,7 @@ pub struct Args {
61
cardano_epoch_length: f64,
62
63
/// Cardano node version
64
- #[clap(long, default_value = "9.2.1")]
+ #[clap(long, default_value = "10.1.1")]
65
cardano_node_version: String,
66
67
/// Epoch at which hard fork to the latest Cardano era will be made (starts with the latest era by default)
0 commit comments